· 6 years ago · Jun 07, 2019, 09:18 PM
1██████╗ ███████╗███╗ ███╗ ██████╗ ███╗ ██╗███████╗ █████╗ ██████╗
2██╔══██╗██╔════╝████╗ ████║██╔═══██╗████╗ ██║██╔════╝██╔══██╗██╔══██╗
3██║ ██║█████╗ ██╔████╔██║██║ ██║██╔██╗ ██║███████╗███████║██║ ██║
4██║ ██║██╔══╝ ██║╚██╔╝██║██║ ██║██║╚██╗██║╚════██║██╔══██║██║ ██║
5██████╔╝███████╗██║ ╚═╝ ██║╚██████╔╝██║ ╚████║███████║██║ ██║██████╔╝
6╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝╚═════╝
7
8I am DemonSad <3
9
10Target : http://www.argo.com.br ( Empresa De Serviço De Hospedagem )
11
12Greetings: TioSan, Angel, Cloudmore, NedLock
13
14----------------------------------------------------------------------------
15-- MySQL dump 10.13 Distrib 5.1.66, for redhat-linux-gnu (x86_64)
16--
17-- Host: localhost Database: wordpress_fabrica
18-- ------------------------------------------------------
19-- Server version 5.1.66-log
20
21/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
22/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
23/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
24/*!40101 SET NAMES utf8 */;
25/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
26/*!40103 SET TIME_ZONE='+00:00' */;
27/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
28/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
29/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
30/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
31
32--
33
34-- Dumping data for table `wp_users`
35--
36
37LOCK TABLES `wp_users` WRITE;
38/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
39INSERT INTO `wp_users` VALUES (1,'admin','$P$BFPsOrLymZpky2zKB8kMec.AL7hfbf1','admin','asouza@argo.net.br','','12:02:28','',0,'admin'),(2,'zokky','$P$BPyQTl9tsZoRxz3Yx4WodeAArqEoOl1','zokky','provibes@provibes.net','','12:10:15','',0,'Vlad');
40/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
41UNLOCK TABLES;
42/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
43
44/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
45/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
46/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
47/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
48/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
49/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
50/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
51
52-- Table structure for table `wp_commentmeta`
53--
54
55DROP TABLE IF EXISTS `wp_commentmeta`;
56/*!40101 SET @saved_cs_client = @@character_set_client */;
57/*!40101 SET character_set_client = utf8 */;
58CREATE TABLE `wp_commentmeta` (
59 `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
60 `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
61 `meta_key` varchar(255) DEFAULT NULL,
62 `meta_value` longtext,
63 PRIMARY KEY (`meta_id`),
64 KEY `comment_id` (`comment_id`),
65 KEY `meta_key` (`meta_key`)
66) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8;
67/*!40101 SET character_set_client = @saved_cs_client */;
68
69--
70-- Dumping data for table `wp_commentmeta`
71--
72
73LOCK TABLES `wp_commentmeta` WRITE;
74/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
75INSERT INTO `wp_commentmeta` VALUES (11,11,'_wp_trash_meta_status','1'),(10,12,'_wp_trash_meta_time','1402753622'),(9,12,'_wp_trash_meta_status','1'),(8,13,'_wp_trash_meta_time','1402753622'),(7,13,'_wp_trash_meta_status','1'),(12,11,'_wp_trash_meta_time','1402753622'),(13,10,'_wp_trash_meta_status','1'),(14,10,'_wp_trash_meta_time','1402753622'),(15,9,'_wp_trash_meta_status','1'),(16,9,'_wp_trash_meta_time','1402753622'),(17,6,'_wp_trash_meta_status','1'),(18,6,'_wp_trash_meta_time','1402753622'),(19,5,'_wp_trash_meta_status','1'),(20,5,'_wp_trash_meta_time','1402753622'),(21,3,'_wp_trash_meta_status','1'),(22,3,'_wp_trash_meta_time','1402753622'),(23,2,'_wp_trash_meta_status','1'),(24,2,'_wp_trash_meta_time','1402753622');
76/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
77UNLOCK TABLES;
78
79--
80-- Table structure for table `wp_comments`
81--
82
83DROP TABLE IF EXISTS `wp_comments`;
84/*!40101 SET @saved_cs_client = @@character_set_client */;
85/*!40101 SET character_set_client = utf8 */;
86CREATE TABLE `wp_comments` (
87 `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
88 `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
89 `comment_author` tinytext NOT NULL,
90 `comment_author_email` varchar(100) NOT NULL DEFAULT '',
91 `comment_author_url` varchar(200) NOT NULL DEFAULT '',
92 `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
93 `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
94 `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
95 `comment_content` text NOT NULL,
96 `comment_karma` int(11) NOT NULL DEFAULT '0',
97 `comment_approved` varchar(20) NOT NULL DEFAULT '1',
98 `comment_agent` varchar(255) NOT NULL DEFAULT '',
99 `comment_type` varchar(20) NOT NULL DEFAULT '',
100 `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
101 `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
102 PRIMARY KEY (`comment_ID`),
103 KEY `comment_post_ID` (`comment_post_ID`),
104 KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
105 KEY `comment_date_gmt` (`comment_date_gmt`),
106 KEY `comment_parent` (`comment_parent`)
107) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8;
108/*!40101 SET character_set_client = @saved_cs_client */;
109
110--
111-- Dumping data for table `wp_comments`
112--
113
114LOCK TABLES `wp_comments` WRITE;
115/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
116INSERT INTO `wp_comments` VALUES (2,374,'Mr WordPress','','http://wordpress.org/','','2013-10-24 17:56:50','2013-10-24 17:56:50','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'trash','','',0,0),(3,374,'Vlad','provibes@provibes.net','','82.137.8.13','2013-10-25 08:32:33','2013-10-25 08:32:33','Bla Bla Bla',0,'trash','','',2,2),(5,374,'Vlad','provibes@provibes.net','','78.96.72.7','2013-11-08 00:55:47','2013-11-08 00:55:47','Hi !',0,'trash','','',3,2),(6,374,'Vlad','provibes@provibes.net','','78.96.72.7','2013-11-08 01:16:42','2013-11-08 01:16:42','Hello',0,'trash','','',5,2),(9,123,'Vlad','provibes@provibes.net','','141.85.0.105','2013-11-09 08:41:40','2013-11-09 08:41:40','Cras adipiscing malesuada sem, sit amet vehicula nisl adipiscing nec. Nullam tellus enim, tincidunt sit amet lobortis ut, venenatis vel justo. Fusce augue justo, feugiat eu facilisis sed, vehicula ut leo. Cras pharetra dapibus quam sed adipiscing. Fusce at turpis vel leo congue faucibus.',0,'trash','','',0,2),(10,123,'Vlad','provibes@provibes.net','','141.85.0.105','2013-11-09 08:41:50','2013-11-09 08:41:50','Cras adipiscing malesuada sem, sit amet vehicula nisl adipiscing nec. Nullam tellus enim, tincidunt sit amet lobortis ut, venenatis vel justo. Fusce augue justo, feugiat eu facilisis sed, vehicula ut leo. Cras pharetra dapibus quam sed adipiscing. Fusce at turpis vel leo congue faucibus.',0,'trash','','',9,2),(11,123,'Vlad','provibes@provibes.net','','141.85.0.105','2013-11-09 08:42:00','2013-11-09 08:42:00','Cras adipiscing malesuada sem, sit amet vehicula nisl adipiscing nec. Nullam tellus enim, tincidunt sit amet lobortis ut, venenatis vel justo. Fusce augue justo, feugiat eu facilisis sed, vehicula ut leo. Cras pharetra dapibus quam sed adipiscing. Fusce at turpis vel leo congue faucibus.',0,'trash','','',10,2),(12,123,'Vlad','provibes@provibes.net','','141.85.0.105','2013-11-09 08:42:11','2013-11-09 08:42:11','Cras adipiscing malesuada sem, sit amet vehicula nisl adipiscing nec. Nullam tellus enim, tincidunt sit amet lobortis ut, venenatis vel justo. Fusce augue justo, feugiat eu facilisis sed, vehicula ut leo. Cras pharetra dapibus quam sed adipiscing. Fusce at turpis vel leo congue faucibus.',0,'trash','','',0,2),(13,123,'Vlad','provibes@provibes.net','','141.85.0.105','2013-11-09 08:43:42','2013-11-09 08:43:42','Cras adipiscing malesuada sem, sit amet vehicula nisl adipiscing nec. Nullam tellus enim, tincidunt sit amet lobortis ut, venenatis vel justo. Fusce augue justo, feugiat eu facilisis sed, vehicula ut leo. Cras pharetra dapibus quam sed adipiscing. Fusce at turpis vel leo congue faucibus.',0,'trash','','',10,2);
117/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
118UNLOCK TABLES;
119
120-- Table structure for table `wp_icl_cms_nav_cache`
121--
122
123DROP TABLE IF EXISTS `wp_icl_cms_nav_cache`;
124/*!40101 SET @saved_cs_client = @@character_set_client */;
125/*!40101 SET character_set_client = utf8 */;
126CREATE TABLE `wp_icl_cms_nav_cache` (
127 `id` bigint(20) NOT NULL AUTO_INCREMENT,
128 `cache_key` varchar(128) NOT NULL,
129 `type` varchar(128) NOT NULL,
130 `data` text NOT NULL,
131 `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
132 PRIMARY KEY (`id`)
133) ENGINE=MyISAM DEFAULT CHARSET=utf8;
134/*!40101 SET character_set_client = @saved_cs_client */;
135
136--
137-- Dumping data for table `wp_icl_cms_nav_cache`
138--
139
140LOCK TABLES `wp_icl_cms_nav_cache` WRITE;
141/*!40000 ALTER TABLE `wp_icl_cms_nav_cache` DISABLE KEYS */;
142/*!40000 ALTER TABLE `wp_icl_cms_nav_cache` ENABLE KEYS */;
143UNLOCK TABLES;
144
145--
146-- Table structure for table `wp_icl_content_status`
147--
148
149DROP TABLE IF EXISTS `wp_icl_content_status`;
150/*!40101 SET @saved_cs_client = @@character_set_client */;
151/*!40101 SET character_set_client = utf8 */;
152CREATE TABLE `wp_icl_content_status` (
153 `rid` bigint(20) NOT NULL,
154 `nid` bigint(20) NOT NULL,
155 `timestamp` datetime NOT NULL,
156 `md5` varchar(32) NOT NULL,
157 PRIMARY KEY (`rid`),
158 KEY `nid` (`nid`)
159) ENGINE=MyISAM DEFAULT CHARSET=utf8;
160/*!40101 SET character_set_client = @saved_cs_client */;
161
162--
163-- Dumping data for table `wp_icl_content_status`
164--
165
166LOCK TABLES `wp_icl_content_status` WRITE;
167/*!40000 ALTER TABLE `wp_icl_content_status` DISABLE KEYS */;
168/*!40000 ALTER TABLE `wp_icl_content_status` ENABLE KEYS */;
169UNLOCK TABLES;
170
171--
172-- Table structure for table `wp_icl_core_status`
173--
174
175DROP TABLE IF EXISTS `wp_icl_core_status`;
176/*!40101 SET @saved_cs_client = @@character_set_client */;
177/*!40101 SET character_set_client = utf8 */;
178CREATE TABLE `wp_icl_core_status` (
179 `id` bigint(20) NOT NULL AUTO_INCREMENT,
180 `rid` bigint(20) NOT NULL,
181 `module` varchar(16) NOT NULL,
182 `origin` varchar(64) NOT NULL,
183 `target` varchar(64) NOT NULL,
184 `status` smallint(6) NOT NULL,
185 PRIMARY KEY (`id`),
186 KEY `rid` (`rid`)
187) ENGINE=MyISAM DEFAULT CHARSET=utf8;
188/*!40101 SET character_set_client = @saved_cs_client */;
189
190--
191-- Dumping data for table `wp_icl_core_status`
192--
193
194LOCK TABLES `wp_icl_core_status` WRITE;
195/*!40000 ALTER TABLE `wp_icl_core_status` DISABLE KEYS */;
196/*!40000 ALTER TABLE `wp_icl_core_status` ENABLE KEYS */;
197UNLOCK TABLES;
198
199--
200-- Table structure for table `wp_icl_flags`
201--
202
203DROP TABLE IF EXISTS `wp_icl_flags`;
204/*!40101 SET @saved_cs_client = @@character_set_client */;
205/*!40101 SET character_set_client = utf8 */;
206CREATE TABLE `wp_icl_flags` (
207 `id` int(11) NOT NULL AUTO_INCREMENT,
208 `lang_code` varchar(10) NOT NULL,
209 `flag` varchar(32) NOT NULL,
210 `from_template` tinyint(4) NOT NULL DEFAULT '0',
211 PRIMARY KEY (`id`),
212 UNIQUE KEY `lang_code` (`lang_code`)
213) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8;
214/*!40101 SET character_set_client = @saved_cs_client */;
215
216--
217-- Dumping data for table `wp_icl_flags`
218--
219
220LOCK TABLES `wp_icl_flags` WRITE;
221/*!40000 ALTER TABLE `wp_icl_flags` DISABLE KEYS */;
222INSERT INTO `wp_icl_flags` VALUES (1,'ar','ar.png',0),(2,'bg','bg.png',0),(3,'bs','bs.png',0),(4,'ca','ca.png',0),(5,'cs','cs.png',0),(6,'cy','cy.png',0),(7,'da','da.png',0),(8,'de','de.png',0),(9,'el','el.png',0),(10,'en','en.png',0),(11,'eo','eo.png',0),(12,'es','es.png',0),(13,'et','et.png',0),(14,'eu','eu.png',0),(15,'fa','fa.png',0),(16,'fi','fi.png',0),(17,'fr','fr.png',0),(18,'ga','ga.png',0),(19,'he','he.png',0),(20,'hi','hi.png',0),(21,'hr','hr.png',0),(22,'hu','hu.png',0),(23,'hy','hy.png',0),(24,'id','id.png',0),(25,'is','is.png',0),(26,'it','it.png',0),(27,'ja','ja.png',0),(28,'ko','ko.png',0),(29,'ku','ku.png',0),(30,'la','la.png',0),(31,'lt','lt.png',0),(32,'lv','lv.png',0),(33,'mk','mk.png',0),(34,'mn','mn.png',0),(35,'mo','mo.png',0),(36,'ms','ms.png',0),(37,'mt','mt.png',0),(38,'nb','nb.png',0),(39,'ne','ne.png',0),(40,'nl','nl.png',0),(41,'pa','pa.png',0),(42,'pl','pl.png',0),(43,'pt-br','pt-br.png',0),(44,'pt-pt','pt-pt.png',0),(45,'qu','qu.png',0),(46,'ro','ro.png',0),(47,'ru','ru.png',0),(48,'sk','sk.png',0),(49,'sl','sl.png',0),(50,'so','so.png',0),(51,'sq','sq.png',0),(52,'sr','sr.png',0),(53,'sv','sv.png',0),(54,'ta','ta.png',0),(55,'th','th.png',0),(56,'tr','tr.png',0),(57,'uk','uk.png',0),(58,'ur','ur.png',0),(59,'uz','uz.png',0),(60,'vi','vi.png',0),(61,'yi','yi.png',0),(62,'zh-hans','zh-hans.png',0),(63,'zh-hant','zh-hant.png',0),(64,'zu','zu.png',0);
223/*!40000 ALTER TABLE `wp_icl_flags` ENABLE KEYS */;
224UNLOCK TABLES;
225
226--
227-- Table structure for table `wp_icl_languages`
228--
229
230DROP TABLE IF EXISTS `wp_icl_languages`;
231/*!40101 SET @saved_cs_client = @@character_set_client */;
232/*!40101 SET character_set_client = utf8 */;
233CREATE TABLE `wp_icl_languages` (
234 `id` int(11) NOT NULL AUTO_INCREMENT,
235 `code` varchar(7) NOT NULL,
236 `english_name` varchar(128) NOT NULL,
237 `major` tinyint(4) NOT NULL DEFAULT '0',
238 `active` tinyint(4) NOT NULL,
239 `default_locale` varchar(8) DEFAULT NULL,
240 `tag` varchar(8) DEFAULT NULL,
241 `encode_url` tinyint(1) NOT NULL DEFAULT '0',
242 PRIMARY KEY (`id`),
243 UNIQUE KEY `code` (`code`),
244 UNIQUE KEY `english_name` (`english_name`)
245) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8;
246/*!40101 SET character_set_client = @saved_cs_client */;
247
248--
249-- Dumping data for table `wp_icl_languages`
250--
251
252LOCK TABLES `wp_icl_languages` WRITE;
253/*!40000 ALTER TABLE `wp_icl_languages` DISABLE KEYS */;
254INSERT INTO `wp_icl_languages` VALUES (1,'en','English',1,1,'en_US','en-US',0),(2,'es','Spanish',1,0,'es_ES','es-ES',0),(3,'de','German',1,0,'de_DE','de-DE',0),(4,'fr','French',1,0,'fr_FR','fr-FR',0),(5,'ar','Arabic',0,0,'ar','ar',0),(6,'bs','Bosnian',0,0,'','',0),(7,'bg','Bulgarian',0,0,'bg_BG','bg-BG',0),(8,'ca','Catalan',0,0,'ca','ca',0),(9,'cs','Czech',0,0,'cs_CZ','cs-CZ',0),(10,'sk','Slovak',0,0,'sk_SK','sk-SK',0),(11,'cy','Welsh',0,0,'cy','cy',0),(12,'da','Danish',1,0,'da_DK','da-DK',0),(13,'el','Greek',0,0,'el','el',0),(14,'eo','Esperanto',0,0,'eo','eo',0),(15,'et','Estonian',0,0,'et','et',0),(16,'eu','Basque',0,0,'eu','eu',0),(17,'fa','Persian',0,0,'fa_IR','fa-IR',0),(18,'fi','Finnish',0,0,'fi','fi',0),(19,'ga','Irish',0,0,'','',0),(20,'he','Hebrew',0,0,'he_IL','he-IL',0),(21,'hi','Hindi',0,0,'','',0),(22,'hr','Croatian',0,0,'hr','hr',0),(23,'hu','Hungarian',0,0,'hu_HU','hu-HU',0),(24,'hy','Armenian',0,0,'','',0),(25,'id','Indonesian',0,0,'id_ID','id-ID',0),(26,'is','Icelandic',0,0,'is_IS','is-IS',0),(27,'it','Italian',1,0,'it_IT','it-IT',0),(28,'ja','Japanese',1,0,'ja','ja',0),(29,'ko','Korean',0,0,'ko_KR','ko-KR',0),(30,'ku','Kurdish',0,0,'ku','ku',0),(31,'la','Latin',0,0,'','',0),(32,'lv','Latvian',0,0,'lv','lv',0),(33,'lt','Lithuanian',0,0,'lt','lt',0),(34,'mk','Macedonian',0,0,'mk_MK','mk-MK',0),(35,'mt','Maltese',0,0,'','',0),(36,'mo','Moldavian',0,0,'','',0),(37,'mn','Mongolian',0,0,'','',0),(38,'ne','Nepali',0,0,'','',0),(39,'nl','Dutch',1,0,'nl_NL','nl-NL',0),(40,'nb','Norwegian Bokmål',0,0,'nb_NO','nb-NO',0),(41,'pa','Punjabi',0,0,'','',0),(42,'pl','Polish',0,0,'pl_PL','pl-PL',0),(43,'pt-pt','Portuguese, Portugal',0,0,'pt_PT','pt-PT',0),(44,'pt-br','Portuguese, Brazil',0,1,'pt_BR','pt-BR',0),(45,'qu','Quechua',0,0,'','',0),(46,'ro','Romanian',0,0,'ro_RO','ro-RO',0),(47,'ru','Russian',1,0,'ru_RU','ru-RU',0),(48,'sl','Slovenian',0,0,'sl_SI','sl-SI',0),(49,'so','Somali',0,0,'','',0),(50,'sq','Albanian',0,0,'','',0),(51,'sr','Serbian',0,0,'sr_RS','sr-RS',0),(52,'sv','Swedish',0,0,'sv_SE','sv-SE',0),(53,'ta','Tamil',0,0,'','',0),(54,'th','Thai',0,0,'th','th',0),(55,'tr','Turkish',0,0,'tr','tr',0),(56,'uk','Ukrainian',0,0,'uk_UA','uk-UA',0),(57,'ur','Urdu',0,0,'','',0),(58,'uz','Uzbek',0,0,'uz_UZ','uz-UZ',0),(59,'vi','Vietnamese',0,0,'vi','vi',0),(60,'yi','Yiddish',0,0,'','',0),(61,'zh-hans','Chinese (Simplified)',1,0,'zh_CN','zh-CN',0),(62,'zu','Zulu',0,0,'','',0),(63,'zh-hant','Chinese (Traditional)',1,0,'zh_TW','zh-TW',0),(64,'ms','Malay',0,0,'ms_MY','ms-MY',0);
255/*!40000 ALTER TABLE `wp_icl_languages` ENABLE KEYS */;
256UNLOCK TABLES;
257
258--
259-- Table structure for table `wp_icl_languages_translations`
260--
261
262DROP TABLE IF EXISTS `wp_icl_languages_translations`;
263/*!40101 SET @saved_cs_client = @@character_set_client */;
264/*!40101 SET character_set_client = utf8 */;
265CREATE TABLE `wp_icl_languages_translations` (
266 `id` int(11) NOT NULL AUTO_INCREMENT,
267 `language_code` varchar(7) NOT NULL,
268 `display_language_code` varchar(7) NOT NULL,
269 `name` varchar(255) NOT NULL,
270 PRIMARY KEY (`id`),
271 UNIQUE KEY `language_code` (`language_code`,`display_language_code`)
272) ENGINE=MyISAM AUTO_INCREMENT=4097 DEFAULT CHARSET=utf8;
273/*!40101 SET character_set_client = @saved_cs_client */;