-- MySQL dump 10.11 -- -- Host: localhost Database: cmsdam -- ------------------------------------------------------ -- Server version 5.0.51a-6 /*!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 `%TBL_PREFIX%dbcontainer` -- DROP TABLE IF EXISTS `%TBL_PREFIX%dbcontainer`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%dbcontainer` ( `id` int(11) NOT NULL auto_increment, `file_name` varchar(255) NOT NULL, `key_name` varchar(255) NOT NULL, `key_value` blob, `mod_date` datetime NOT NULL, `owner` varchar(255) NOT NULL, `type` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%dbcontainer` -- LOCK TABLES `%TBL_PREFIX%dbcontainer` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%dbcontainer` DISABLE KEYS */; /*!40000 ALTER TABLE `%TBL_PREFIX%dbcontainer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%comment` -- DROP TABLE IF EXISTS `%TBL_PREFIX%comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%comment` ( `id` int(11) NOT NULL auto_increment, `comment_text` text NOT NULL, `cmsdam_users_id` int(11) NOT NULL default '0', `comment_section` varchar(255) default NULL, `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `ip` varchar(15) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%comment` -- LOCK TABLES `%TBL_PREFIX%comment` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%comment` DISABLE KEYS */; /*!40000 ALTER TABLE `%TBL_PREFIX%comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%groups` -- DROP TABLE IF EXISTS `%TBL_PREFIX%groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%groups` ( `id` int(11) NOT NULL auto_increment, `group_name` varchar(250) NOT NULL default '', `group_type` int(11) NOT NULL default '0', `group_date` datetime NOT NULL default '0000-00-00 00:00:00', `cmsdam_users_id` int(11) NOT NULL default '0', `ip` varchar(15) NOT NULL default '0000-00-00 00:0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=70 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%groups` -- LOCK TABLES `%TBL_PREFIX%groups` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%groups` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%groups` VALUES (49,'Group1',1,'2004-05-12 23:43:57',3,'127.0.0.2'),(57,'test',1,'2004-05-13 00:20:14',3,'127.0.0.2'),(68,'test',1,'2007-12-11 11:57:13',2,'127.0.0.1'),(69,'test',1,'2007-12-11 11:57:16',1,'127.0.0.1'); /*!40000 ALTER TABLE `%TBL_PREFIX%groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%publish_frm_module_types` -- DROP TABLE IF EXISTS `%TBL_PREFIX%publish_frm_module_types`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%publish_frm_module_types` ( `id` int(11) NOT NULL auto_increment, `module_type` int(11) NOT NULL default '0', `keyname` varchar(100) NOT NULL default '%s', `module_value` text NOT NULL, `default_module` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%publish_frm_module_types` -- LOCK TABLES `%TBL_PREFIX%publish_frm_module_types` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%publish_frm_module_types` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%publish_frm_module_types` VALUES (1,1,'%s','',1),(2,2,'%s','',1),(4,3,'%s','',1),(5,4,'%s','',1),(6,5,'%s','%t',1),(7,6,'%s','',1),(8,7,'%s','',1),(9,8,'%s','',1),(10,9,'%s','',1),(11,10,'%s','',1),(12,11,'%s','',1),(13,12,'%s','',1),(14,13,'%s','',1); /*!40000 ALTER TABLE `%TBL_PREFIX%publish_frm_module_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%publish_frm_module_types_arr` -- DROP TABLE IF EXISTS `%TBL_PREFIX%publish_frm_module_types_arr`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%publish_frm_module_types_arr` ( `id` int(11) NOT NULL auto_increment, `module_type` int(11) NOT NULL default '0', `array_keyid` int(11) default '1', `array_keyname` varchar(100) NOT NULL default '%s', `array_value` text NOT NULL, `default_module` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%publish_frm_module_types_arr` -- LOCK TABLES `%TBL_PREFIX%publish_frm_module_types_arr` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%publish_frm_module_types_arr` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%publish_frm_module_types_arr` VALUES (2,3,1,'%s','',1); /*!40000 ALTER TABLE `%TBL_PREFIX%publish_frm_module_types_arr` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%publish_frm_modules` -- DROP TABLE IF EXISTS `%TBL_PREFIX%publish_frm_modules`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%publish_frm_modules` ( `id` int(11) NOT NULL auto_increment, `module_name` varchar(255) NOT NULL default '', `module_type` int(11) NOT NULL default '0', `default_module` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `module_name` (`module_name`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%publish_frm_modules` -- LOCK TABLES `%TBL_PREFIX%publish_frm_modules` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%publish_frm_modules` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%publish_frm_modules` VALUES (1,'input_text',1,1),(2,'textarea',2,1),(3,'select',3,1),(4,'checkbox',4,1),(5,'radio',5,1),(6,'input_password',6,1),(7,'hidden',7,1),(8,'submit',8,1),(9,'reset',9,1),(10,'file',10,1),(12,'reset_image',11,1),(13,'submit_image',12,1),(14,'button_image',13,1); /*!40000 ALTER TABLE `%TBL_PREFIX%publish_frm_modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%publishing_sections` -- DROP TABLE IF EXISTS `%TBL_PREFIX%publishing_sections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%publishing_sections` ( `id` int(11) NOT NULL auto_increment, `section_id` int(11) NOT NULL default '0', `c_user` varchar(255) NOT NULL default '', `c_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=84 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%publishing_sections` -- LOCK TABLES `%TBL_PREFIX%publishing_sections` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%publishing_sections` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%publishing_sections` VALUES (17,61,'dino','2007-06-26 12:57:51'),(5,69,'dino','2007-06-21 15:07:05'),(8,70,'dino','2007-06-21 18:01:04'),(18,76,'admin','2007-08-31 15:10:20'),(82,28,'admin','2007-12-10 14:15:58'),(83,79,'admin','2008-05-13 16:40:19'); /*!40000 ALTER TABLE `%TBL_PREFIX%publishing_sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%section_charenc` -- DROP TABLE IF EXISTS `%TBL_PREFIX%section_charenc`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%section_charenc` ( `id` int(11) NOT NULL auto_increment, `charenc` int(11) NOT NULL default '0', `shortenc` varchar(10) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `charenc` (`charenc`), UNIQUE KEY `shortenc` (`shortenc`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%section_charenc` -- LOCK TABLES `%TBL_PREFIX%section_charenc` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%section_charenc` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%section_charenc` VALUES (1,0,'UTF-8'),(2,1,'iso8859-1'); /*!40000 ALTER TABLE `%TBL_PREFIX%section_charenc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%section_groups` -- DROP TABLE IF EXISTS `%TBL_PREFIX%section_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%section_groups` ( `id` int(11) NOT NULL auto_increment, `group_name` varchar(255) NOT NULL default '', `section_id` int(11) NOT NULL default '0', `c_user` varchar(255) NOT NULL default '', `c_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%section_groups` -- LOCK TABLES `%TBL_PREFIX%section_groups` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%section_groups` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%section_groups` VALUES (1,'Group1',1,'dino','2005-08-14 21:21:47'),(2,'Group1',5,'dino','2005-08-16 12:28:30'),(3,'Group1',6,'dino','2005-08-16 12:37:05'),(4,'Group1',7,'dino','2005-08-16 12:41:08'),(5,'Group1',9,'dino','2005-08-16 12:49:42'),(6,'Group1',10,'dino','2005-08-16 12:53:22'),(7,'Group1',11,'dino','2005-08-16 12:55:57'),(8,'Group1',13,'dino','2005-08-16 12:58:32'),(9,'Group1',14,'dino','2005-08-16 13:01:17'),(10,'Group1',15,'dino','2005-08-16 13:04:07'),(11,'Group1',17,'dino','2005-08-16 13:07:23'),(12,'Group1',18,'dino','2005-08-16 13:10:09'),(15,'*',29,'','2005-09-13 13:15:53'),(18,'*',28,'admin','2007-12-11 15:14:46'),(17,'test',28,'admin','2007-12-11 15:14:34'); /*!40000 ALTER TABLE `%TBL_PREFIX%section_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%section_languages` -- DROP TABLE IF EXISTS `%TBL_PREFIX%section_languages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%section_languages` ( `id` int(11) NOT NULL auto_increment, `language` varchar(30) NOT NULL default '', `shortlang` char(3) default NULL, `charenc` int(11) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `language` (`language`), UNIQUE KEY `shortlang` (`shortlang`) ) ENGINE=MyISAM AUTO_INCREMENT=714 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%section_languages` -- LOCK TABLES `%TBL_PREFIX%section_languages` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%section_languages` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%section_languages` VALUES (1,'italian','it',0),(2,'english','en',0),(3,'default','def',1),(299,'inupiaq','ik',0),(298,'sichuan yi','ii',0),(297,'igbo','ig',0),(296,'interlingue','ie',0),(295,'indonesian','id',0),(294,'interlingua (international aux','ia',0),(293,'herero','hz',0),(292,'armenian','hy',0),(291,'hungarian','hu',0),(290,'haitian','ht',0),(289,'croatian','hr',0),(288,'hiri motu','ho',0),(287,'hindi','hi',0),(286,'hebrew','he',0),(285,'hausa','ha',0),(284,'manx','gv',0),(283,'gujarati','gu',0),(282,'guarani','gn',0),(281,'galician','gl',0),(280,'gaelic','gd',0),(279,'irish','ga',0),(278,'western frisian','fy',0),(276,'french','fr',0),(277,'northern frisian','frr',0),(275,'faroese','fo',0),(274,'fijian','fj',0),(273,'finnish','fi',0),(272,'fulah','ff',0),(271,'persian','fa',0),(270,'basque','eu',0),(269,'estonian','et',0),(268,'spanish','es',0),(267,'esperanto','eo',0),(266,'greek, modern (1453-)','el',0),(265,'ewe','ee',0),(264,'dzongkha','dz',0),(263,'divehi','dv',0),(262,'german','de',0),(261,'danish','da',0),(260,'welsh','cy',0),(259,'chuvash','cv',0),(258,'church slavic','cu',0),(257,'czech','cs',0),(256,'cree','cr',0),(255,'corsican','co',0),(254,'chamorro','ch',0),(253,'chechen','ce',0),(252,'catalan','ca',0),(251,'bosnian','bs',0),(250,'breton','br',0),(249,'tibetan','bo',0),(248,'bengali','bn',0),(247,'bambara','bm',0),(246,'bislama','bi',0),(245,'bihari','bh',0),(244,'bulgarian','bg',0),(243,'belarusian','be',0),(242,'bashkir','ba',0),(241,'azerbaijani','az',0),(240,'aymara','ay',0),(239,'avaric','av',0),(238,'assamese','as',0),(237,'arabic','ar',0),(236,'angika','anp',0),(235,'aragonese','an',0),(234,'amharic','am',0),(233,'akan','ak',0),(232,'afrikaans','af',0),(231,'avestan','ae',0),(230,'abkhazian','ab',0),(229,'afar','aa',0),(300,'ido','io',0),(301,'icelandic','is',0),(302,'inuktitut','iu',0),(303,'japanese','ja',0),(304,'javanese','jv',0),(305,'georgian','ka',0),(306,'kongo','kg',0),(307,'kikuyu','ki',0),(308,'kuanyama','kj',0),(309,'kazakh','kk',0),(310,'kalaallisut','kl',0),(311,'central khmer','km',0),(312,'kannada','kn',0),(313,'korean','ko',0),(314,'kanuri','kr',0),(315,'kashmiri','ks',0),(316,'kurdish','ku',0),(317,'komi','kv',0),(318,'cornish','kw',0),(319,'kyrgyz','ky',0),(320,'latin','la',0),(321,'luxembourgish','lb',0),(322,'ganda','lg',0),(323,'limburgan','li',0),(324,'lingala','ln',0),(325,'lao','lo',0),(326,'lithuanian','lt',0),(327,'luba-katanga','lu',0),(328,'latvian','lv',0),(329,'malagasy','mg',0),(330,'marshallese','mh',0),(331,'maori','mi',0),(332,'macedonian','mk',0),(333,'malayalam','ml',0),(334,'mongolian','mn',0),(335,'moldavian','mo',0),(336,'marathi','mr',0),(337,'malay','ms',0),(338,'maltese','mt',0),(339,'burmese','my',0),(340,'nauru','na',0),(341,'norwegian bokmål','nb',0),(342,'ndebele, north','nd',0),(343,'nepali','ne',0),(344,'ndonga','ng',0),(345,'dutch','nl',0),(346,'norwegian nynorsk','nn',0),(347,'norwegian','no',0),(348,'ndebele, south','nr',0),(349,'navajo','nv',0),(350,'chichewa','ny',0),(351,'occitan (post 1500)','oc',0),(352,'ojibwa','oj',0),(353,'oromo','om',0),(354,'oriya','or',0),(355,'ossetian','os',0),(356,'panjabi','pa',0),(357,'pali','pi',0),(358,'polish','pl',0),(359,'pushto','ps',0),(360,'portuguese','pt',0),(361,'quechua','qu',0),(362,'romansh','rm',0),(363,'rundi','rn',0),(364,'romanian','ro',0),(365,'russian','ru',0),(366,'kinyarwanda','rw',0),(367,'sanskrit','sa',0),(368,'sardinian','sc',0),(369,'sindhi','sd',0),(370,'northern sami','se',0),(371,'sango','sg',0),(372,'serbo-croatian','sh',0),(373,'sinhala','si',0),(374,'slovak','sk',0),(375,'slovenian','sl',0),(376,'samoan','sm',0),(377,'shona','sn',0),(378,'somali','so',0),(379,'albanian','sq',0),(380,'serbian','sr',0),(381,'swati','ss',0),(382,'sotho, southern','st',0),(383,'sundanese','su',0),(384,'swedish','sv',0),(385,'swahili','sw',0),(386,'tamil','ta',0),(387,'telugu','te',0),(388,'tajik','tg',0),(389,'thai','th',0),(390,'tigrinya','ti',0),(391,'turkmen','tk',0),(392,'tagalog','tl',0),(393,'tswana','tn',0),(394,'tonga (tonga islands)','to',0),(395,'turkish','tr',0),(396,'tsonga','ts',0),(397,'tatar','tt',0),(398,'twi','tw',0),(399,'tahitian','ty',0),(400,'uighur','ug',0),(401,'ukrainian','uk',0),(402,'urdu','ur',0),(403,'uzbek','uz',0),(404,'venda','ve',0),(405,'vietnamese','vi',0),(406,'volapük','vo',0),(407,'walloon','wa',0),(408,'wolof','wo',0),(409,'xhosa','xh',0),(410,'yiddish','yi',0),(411,'yoruba','yo',0),(412,'zhuang','za',0),(413,'chinese','zh',0),(414,'zulu','zu',0),(415,'achinese','ace',0),(416,'acoli','ach',0),(417,'adangme','ada',0),(418,'adyghe','ady',0),(419,'afro-asiatic (other)','afa',0),(420,'afrihili','afh',0),(421,'ainu','ain',0),(422,'akkadian','akk',0),(423,'aleut','ale',0),(424,'algonquian languages','alg',0),(425,'southern altai','alt',0),(426,'english, old (ca. 450-1100)','ang',0),(427,'apache languages','apa',0),(428,'aramaic','arc',0),(429,'mapudungun','arn',0),(430,'arapaho','arp',0),(431,'artificial (other)','art',0),(432,'arawak','arw',0),(433,'asturian','ast',0),(434,'athapascan languages','ath',0),(435,'australian languages','aus',0),(436,'awadhi','awa',0),(437,'banda languages','bad',0),(438,'bamileke languages','bai',0),(439,'baluchi','bal',0),(440,'balinese','ban',0),(441,'basa','bas',0),(442,'baltic (other)','bat',0),(443,'beja','bej',0),(444,'bemba','bem',0),(445,'berber (other)','ber',0),(446,'bhojpuri','bho',0),(447,'bikol','bik',0),(448,'bini','bin',0),(449,'siksika','bla',0),(450,'bantu (other)','bnt',0),(451,'braj','bra',0),(452,'batak languages','btk',0),(453,'buriat','bua',0),(454,'buginese','bug',0),(455,'blin','byn',0),(456,'caddo','cad',0),(457,'central american indian (other','cai',0),(458,'galibi carib','car',0),(459,'caucasian (other)','cau',0),(460,'cebuano','ceb',0),(461,'celtic (other)','cel',0),(462,'chibcha','chb',0),(463,'chagatai','chg',0),(464,'chuukese','chk',0),(465,'mari','chm',0),(466,'chinook jargon','chn',0),(467,'choctaw','cho',0),(468,'chipewyan','chp',0),(469,'cherokee','chr',0),(470,'cheyenne','chy',0),(471,'chamic languages','cmc',0),(472,'coptic','cop',0),(473,'creoles and pidgins, english-b','cpe',0),(474,'creoles and pidgins, french-ba','cpf',0),(475,'creoles and pidgins, portugues','cpp',0),(476,'crimean tatar','crh',0),(477,'creoles and pidgins (other)','crp',0),(478,'kashubian','csb',0),(479,'cushitic (other)','cus',0),(480,'dakota','dak',0),(481,'dargwa','dar',0),(482,'land dayak languages','day',0),(483,'delaware','del',0),(484,'slave (athapascan)','den',0),(485,'dogrib','dgr',0),(486,'dinka','din',0),(487,'dogri','doi',0),(488,'dravidian (other)','dra',0),(489,'lower sorbian','dsb',0),(490,'duala','dua',0),(491,'dutch, middle (ca. 1050-1350)','dum',0),(492,'dyula','dyu',0),(493,'efik','efi',0),(494,'egyptian (ancient)','egy',0),(495,'ekajuk','eka',0),(496,'elamite','elx',0),(497,'english, middle (1100-1500)','enm',0),(498,'ewondo','ewo',0),(499,'fang','fan',0),(500,'fanti','fat',0),(501,'filipino','fil',0),(502,'finno-ugrian (other)','fiu',0),(503,'fon','fon',0),(504,'french, middle (ca. 1400-1600)','frm',0),(505,'french, old (842-ca. 1400)','fro',0),(506,'eastern frisian','frs',0),(507,'friulian','fur',0),(508,'ga','gaa',0),(509,'gayo','gay',0),(510,'gbaya','gba',0),(511,'germanic (other)','gem',0),(512,'geez','gez',0),(513,'gilbertese','gil',0),(514,'german, middle high (ca. 1050-','gmh',0),(515,'german, old high (ca. 750-1050','goh',0),(516,'gondi','gon',0),(517,'gorontalo','gor',0),(518,'gothic','got',0),(519,'grebo','grb',0),(520,'greek, ancient (to 1453)','grc',0),(521,'swiss german','gsw',0),(522,'gwich´in','gwi',0),(523,'haida','hai',0),(524,'hawaiian','haw',0),(525,'hiligaynon','hil',0),(526,'himachali','him',0),(527,'hittite','hit',0),(528,'hmong','hmn',0),(529,'upper sorbian','hsb',0),(530,'hupa','hup',0),(531,'iban','iba',0),(532,'ijo languages','ijo',0),(533,'iloko','ilo',0),(534,'indic (other)','inc',0),(535,'indo-european (other)','ine',0),(536,'ingush','inh',0),(537,'iranian (other)','ira',0),(538,'iroquoian languages','iro',0),(539,'lojban','jbo',0),(540,'judeo-persian','jpr',0),(541,'judeo-arabic','jrb',0),(542,'kara-kalpak','kaa',0),(543,'kabyle','kab',0),(544,'kachin','kac',0),(545,'kamba','kam',0),(546,'karen languages','kar',0),(547,'kawi','kaw',0),(548,'kabardian','kbd',0),(549,'khasi','kha',0),(550,'khoisan (other)','khi',0),(551,'khotanese','kho',0),(552,'kimbundu','kmb',0),(553,'konkani','kok',0),(554,'kosraean','kos',0),(555,'kpelle','kpe',0),(556,'karachay-balkar','krc',0),(557,'karelian','krl',0),(558,'kru languages','kro',0),(559,'kurukh','kru',0),(560,'kumyk','kum',0),(561,'kutenai','kut',0),(562,'ladino','lad',0),(563,'lahnda','lah',0),(564,'lamba','lam',0),(565,'lezghian','lez',0),(566,'mongo','lol',0),(567,'lozi','loz',0),(568,'luba-lulua','lua',0),(569,'luiseno','lui',0),(570,'lunda','lun',0),(571,'luo (kenya and tanzania)','luo',0),(572,'lushai','lus',0),(573,'madurese','mad',0),(574,'magahi','mag',0),(575,'maithili','mai',0),(576,'makasar','mak',0),(577,'mandingo','man',0),(578,'austronesian (other)','map',0),(579,'masai','mas',0),(580,'moksha','mdf',0),(581,'mandar','mdr',0),(582,'mende','men',0),(583,'irish, middle (900-1200)','mga',0),(584,'mi\'kmaq','mic',0),(585,'minangkabau','min',0),(586,'uncoded languages','mis',0),(587,'mon-khmer (other)','mkh',0),(588,'manchu','mnc',0),(589,'manipuri','mni',0),(590,'manobo languages','mno',0),(591,'mohawk','moh',0),(592,'mossi','mos',0),(593,'multiple languages','mul',0),(594,'munda languages','mun',0),(595,'creek','mus',0),(596,'mirandese','mwl',0),(597,'marwari','mwr',0),(598,'mayan languages','myn',0),(599,'erzya','myv',0),(600,'nahuatl languages','nah',0),(601,'north american indian','nai',0),(602,'neapolitan','nap',0),(603,'low german','nds',0),(604,'nepal bhasa','new',0),(605,'nias','nia',0),(606,'niger-kordofanian (other)','nic',0),(607,'niuean','niu',0),(608,'nogai','nog',0),(609,'norse, old','non',0),(610,'n’ko','nqo',0),(611,'northern sotho','nso',0),(612,'nubian languages','nub',0),(613,'classical newari','nwc',0),(614,'nyamwezi','nym',0),(615,'nyankole','nyn',0),(616,'nyoro','nyo',0),(617,'nzima','nzi',0),(618,'osage','osa',0),(619,'turkish, ottoman (1500-1928)','ota',0),(620,'otomian languages','oto',0),(621,'papuan (other)','paa',0),(622,'pangasinan','pag',0),(623,'pahlavi','pal',0),(624,'pampanga','pam',0),(625,'papiamento','pap',0),(626,'palauan','pau',0),(627,'persian, old (ca. 600-400 b.c.','peo',0),(628,'philippine (other)','phi',0),(629,'phoenician','phn',0),(630,'pohnpeian','pon',0),(631,'prakrit languages','pra',0),(632,'provençal, old (to 1500)','pro',0),(633,'private use','qaa',0),(634,'rajasthani','raj',0),(635,'rapanui','rap',0),(636,'rarotongan','rar',0),(637,'romance (other)','roa',0),(638,'romany','rom',0),(639,'aromanian','rup',0),(640,'sandawe','sad',0),(641,'yakut','sah',0),(642,'south american indian (other)','sai',0),(643,'salishan languages','sal',0),(644,'samaritan aramaic','sam',0),(645,'sasak','sas',0),(646,'santali','sat',0),(647,'sicilian','scn',0),(648,'scots','sco',0),(649,'selkup','sel',0),(650,'semitic (other)','sem',0),(651,'irish, old (to 900)','sga',0),(652,'sign languages','sgn',0),(653,'shan','shn',0),(654,'sidamo','sid',0),(655,'siouan languages','sio',0),(656,'sino-tibetan (other)','sit',0),(657,'slavic (other)','sla',0),(658,'southern sami','sma',0),(659,'sami languages (other)','smi',0),(660,'lule sami','smj',0),(661,'inari sami','smn',0),(662,'skolt sami','sms',0),(663,'soninke','snk',0),(664,'sogdian','sog',0),(665,'songhai languages','son',0),(666,'sranan tongo','srn',0),(667,'serer','srr',0),(668,'nilo-saharan (other)','ssa',0),(669,'sukuma','suk',0),(670,'susu','sus',0),(671,'sumerian','sux',0),(672,'classical syriac','syc',0),(673,'syriac','syr',0),(674,'tai (other)','tai',0),(675,'timne','tem',0),(676,'tereno','ter',0),(677,'tetum','tet',0),(678,'tigre','tig',0),(679,'tiv','tiv',0),(680,'tokelau','tkl',0),(681,'klingon','tlh',0),(682,'tlingit','tli',0),(683,'tamashek','tmh',0),(684,'tonga (nyasa)','tog',0),(685,'tok pisin','tpi',0),(686,'tsimshian','tsi',0),(687,'tumbuka','tum',0),(688,'tupi languages','tup',0),(689,'altaic (other)','tut',0),(690,'tuvalu','tvl',0),(691,'tuvinian','tyv',0),(692,'udmurt','udm',0),(693,'ugaritic','uga',0),(694,'umbundu','umb',0),(695,'undetermined','und',0),(696,'vai','vai',0),(697,'votic','vot',0),(698,'wakashan languages','wak',0),(699,'walamo','wal',0),(700,'waray','war',0),(701,'washo','was',0),(702,'sorbian languages','wen',0),(703,'kalmyk','xal',0),(704,'yao','yao',0),(705,'yapese','yap',0),(706,'yupik languages','ypk',0),(707,'zapotec','zap',0),(708,'blissymbols','zbl',0),(709,'zenaga','zen',0),(710,'zande languages','znd',0),(711,'zuni','zun',0),(712,'no linguistic content','zxx',0),(713,'zaza','zza',0); /*!40000 ALTER TABLE `%TBL_PREFIX%section_languages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%section_search_groups` -- DROP TABLE IF EXISTS `%TBL_PREFIX%section_search_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%section_search_groups` ( `id` int(11) NOT NULL auto_increment, `section_id` int(11) NOT NULL default '0', `group_name` varchar(255) NOT NULL default '', `c_user` varchar(255) NOT NULL default '', `c_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%section_search_groups` -- LOCK TABLES `%TBL_PREFIX%section_search_groups` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%section_search_groups` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%section_search_groups` VALUES (1,1,'*','dino','2005-08-14 21:24:33'),(2,5,'*','dino','2005-08-16 12:32:06'),(3,6,'*','dino','2005-08-16 12:37:43'),(4,7,'*','dino','2005-08-16 12:41:37'),(5,9,'*','dino','2005-08-16 12:50:40'),(6,10,'','dino','2005-08-16 12:53:53'),(7,11,'','dino','2005-08-16 12:56:19'),(8,13,'','dino','2005-08-16 12:59:27'),(9,14,'','dino','2005-08-16 13:01:34'),(10,15,'*','dino','2005-08-16 13:04:27'),(11,17,'*','dino','2005-08-16 13:07:52'),(12,18,'*','dino','2005-08-16 13:10:38'),(16,28,'*','admin','2007-12-10 17:06:24'),(15,29,'*','','2005-09-13 13:15:53'),(17,28,'Group1','admin','2007-12-11 15:14:55'); /*!40000 ALTER TABLE `%TBL_PREFIX%section_search_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%section_search_users` -- DROP TABLE IF EXISTS `%TBL_PREFIX%section_search_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%section_search_users` ( `id` int(11) NOT NULL auto_increment, `section_id` int(11) NOT NULL default '0', `user_name` varchar(255) NOT NULL default '', `c_user` varchar(255) NOT NULL default '', `c_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%section_search_users` -- LOCK TABLES `%TBL_PREFIX%section_search_users` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%section_search_users` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%section_search_users` VALUES (1,1,'anonymous','dino','2005-08-14 21:24:13'),(2,1,'*','dino','2005-08-14 21:24:23'),(5,5,'anonymous','dino','2005-08-16 12:30:42'),(6,5,'*','dino','2005-08-16 12:30:45'),(7,6,'anonymous','dino','2005-08-16 12:37:20'),(8,6,'*','dino','2005-08-16 12:37:31'),(9,7,'anonymous','dino','2005-08-16 12:41:19'),(10,7,'*','dino','2005-08-16 12:41:29'),(11,9,'anonymous','dino','2005-08-16 12:50:03'),(12,9,'*','dino','2005-08-16 12:50:11'),(13,10,'','dino','2005-08-16 12:53:41'),(14,11,'','dino','2005-08-16 12:56:08'),(15,13,'','dino','2005-08-16 12:59:22'),(16,14,'','dino','2005-08-16 13:01:23'),(17,15,'anonymous','dino','2005-08-16 13:04:14'),(18,15,'*','dino','2005-08-16 13:04:21'),(19,17,'anonymous','dino','2005-08-16 13:07:32'),(20,17,'*','dino','2005-08-16 13:07:41'),(21,18,'anonymous','dino','2005-08-16 13:10:20'),(22,18,'*','dino','2005-08-16 13:10:28'),(27,28,'anonymous','','2005-08-23 17:47:27'),(28,29,'anonymous','','2005-09-13 13:15:53'),(29,29,'*','','2005-09-13 13:15:53'),(32,28,'*','admin','2007-12-10 16:46:06'); /*!40000 ALTER TABLE `%TBL_PREFIX%section_search_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%section_templates` -- DROP TABLE IF EXISTS `%TBL_PREFIX%section_templates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%section_templates` ( `id` int(11) NOT NULL auto_increment, `section_id` int(11) NOT NULL default '0', `language` char(3) NOT NULL default '', `template_name` varchar(255) default NULL, `short_description` varchar(255) NOT NULL default '', `long_description` varchar(255) NOT NULL default '', `c_user` varchar(255) NOT NULL default '', `c_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=94 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%section_templates` -- LOCK TABLES `%TBL_PREFIX%section_templates` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%section_templates` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%section_templates` VALUES (1,1,'def','home','Home','cmsdAm, the simple CMS generation!','dino','2008-05-06 16:03:04'),(2,1,'it','home','Inizio','cmsdAm, la generazione dei CMS semplici!','dino','2008-05-06 16:03:04'),(3,5,'def','search','Search','Search engine','dino','2008-05-06 16:03:04'),(4,5,'it','search','Ricerca','Ricerca','dino','2008-05-06 16:03:04'),(5,6,'def','mailinglists','Mailinglists','cmsdAm mailinglists','dino','2008-05-06 16:03:04'),(6,6,'it','mailinglists','Liste mail','Liste mail','dino','2008-05-06 16:03:04'),(7,7,'def','downloads','Downloads','cmsdAm download area','dino','2008-05-06 16:03:04'),(8,7,'it','downloads','Scarica','Scarica','dino','2008-05-06 16:03:04'),(9,9,'def','news','News','News about cmsdam','dino','2008-05-06 16:03:04'),(10,9,'it','news','Notizie','Notizie di cmsdAm','dino','2008-05-06 16:03:04'),(11,10,'def','top','TOP','TOP','dino','2008-05-06 16:03:04'),(12,10,'it','top','TOP','TOP','dino','2008-05-06 16:03:04'),(13,11,'def','left','LEFT','LEFT','dino','2008-05-06 16:03:04'),(14,11,'it','left','LEFT','LEFT','dino','2008-05-06 16:03:04'),(15,13,'def','section_header','section header','Section header','dino','2008-05-06 16:03:04'),(16,13,'it','section_header','section header','Section header','dino','2008-05-06 16:03:04'),(17,14,'def','section_bottom','section bottom','Section bottom','dino','2008-05-06 16:03:04'),(18,14,'it','section_bottom','section bottom','Section bottom','dino','2008-05-06 16:03:04'),(19,15,'def','features_list','Features','Features List','dino','2008-05-06 16:03:04'),(20,15,'it','features_list','Richieste','Lista Richieste','dino','2008-05-06 16:03:04'),(21,17,'def','api','Api Set','API Documentation','dino','2008-05-06 16:03:04'),(22,17,'it','api','Api Set','Documentazione API','dino','2008-05-06 16:03:04'),(23,18,'def','faq','FAQ','Frequently Asked Questions','dino','2008-05-06 16:03:04'),(24,18,'it','faq','FAQ','Domande Frequentemente Richieste','dino','2008-05-06 16:03:04'),(91,79,'it','test','Sezione di test','Sezione di test','admin','2008-05-13 16:40:40'),(93,80,'it','test','testshort','testlong','admin','2008-07-28 16:56:16'); /*!40000 ALTER TABLE `%TBL_PREFIX%section_templates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%section_users` -- DROP TABLE IF EXISTS `%TBL_PREFIX%section_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%section_users` ( `id` int(11) NOT NULL auto_increment, `user_name` varchar(255) NOT NULL default '', `section_id` int(11) NOT NULL default '0', `c_user` varchar(255) NOT NULL default '', `c_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=64 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%section_users` -- LOCK TABLES `%TBL_PREFIX%section_users` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%section_users` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%section_users` VALUES (1,'anonymous',1,'dino','2005-08-14 21:22:11'),(2,'*',1,'dino','2005-08-14 21:22:15'),(3,'anonymous',5,'dino','2005-08-16 12:27:09'),(4,'*',5,'dino','2005-08-16 12:27:37'),(55,'anonymous',6,'admin','2007-12-11 16:45:33'),(6,'*',6,'dino','2005-08-16 12:36:45'),(7,'anonymous',7,'dino','2005-08-16 12:40:13'),(8,'*',7,'dino','2005-08-16 12:40:25'),(9,'anonymous',9,'dino','2005-08-16 12:49:24'),(10,'*',9,'dino','2005-08-16 12:49:31'),(11,'anonymous',10,'dino','2005-08-16 12:53:05'),(12,'*',10,'dino','2005-08-16 12:53:12'),(13,'anonymous',11,'dino','2005-08-16 12:55:36'),(14,'*',11,'dino','2005-08-16 12:55:46'),(15,'anonymous',13,'dino','2005-08-16 12:58:12'),(16,'*',13,'dino','2005-08-16 12:58:23'),(17,'anonymous',14,'dino','2005-08-16 13:01:05'),(18,'*',14,'dino','2005-08-16 13:01:11'),(19,'anonymous',15,'dino','2005-08-16 13:03:51'),(20,'*',15,'dino','2005-08-16 13:03:58'),(21,'anonymous',17,'dino','2005-08-16 13:07:07'),(22,'*',17,'dino','2005-08-16 13:07:15'),(23,'anonymous',18,'dino','2005-08-16 13:09:55'),(24,'*',18,'dino','2005-08-16 13:10:01'),(25,'anonymous',19,'dino','2005-08-16 16:49:26'),(58,'*',28,'admin','2007-12-14 14:51:56'),(29,'anonymous',29,'','2005-09-13 13:15:53'),(30,'*',29,'','2005-09-13 13:15:53'),(32,'*',77,'dino','2007-09-03 15:10:43'),(33,'anonymous',77,'dino','2007-09-03 15:12:50'),(59,'anonymous',78,'admin','2007-12-14 15:33:11'),(57,'anonymous',28,'admin','2007-12-14 14:51:49'),(56,'dAm2K',28,'admin','2007-12-14 14:51:25'),(60,'*',78,'admin','2007-12-14 15:36:37'),(61,'dino',28,'admin','2007-12-15 12:33:17'),(62,'*',79,'admin','2008-05-13 16:40:57'),(63,'anonymous',79,'admin','2008-05-13 16:41:03'); /*!40000 ALTER TABLE `%TBL_PREFIX%section_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%sections` -- DROP TABLE IF EXISTS `%TBL_PREFIX%sections`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%sections` ( `id` int(11) NOT NULL auto_increment, `section_name` varchar(255) NOT NULL default '', `c_user` varchar(255) NOT NULL default '', `c_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE KEY `section_name` (`section_name`) ) ENGINE=MyISAM AUTO_INCREMENT=81 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%sections` -- LOCK TABLES `%TBL_PREFIX%sections` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%sections` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%sections` VALUES (1,'home','dino','2005-08-14 20:51:48'),(6,'mailinglists','dino','2005-08-16 11:57:09'),(5,'search','dino','2005-08-16 11:57:00'),(7,'downloads','dino','2005-08-16 11:57:18'),(9,'news','dino','2005-08-16 11:57:33'),(10,'top','dino','2005-08-16 11:57:40'),(11,'left','dino','2005-08-16 11:57:46'),(13,'section_header','dino','2005-08-16 11:58:39'),(14,'section_bottom','dino','2005-08-16 11:59:02'),(15,'features','dino','2005-08-16 11:59:10'),(17,'api','dino','2005-08-16 11:59:22'),(18,'faq','dino','2005-08-16 11:59:26'),(80,'test','admin','2008-07-28 16:46:59'); /*!40000 ALTER TABLE `%TBL_PREFIX%sections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%templates` -- DROP TABLE IF EXISTS `%TBL_PREFIX%templates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%templates` ( `id` int(11) NOT NULL auto_increment, `template` varchar(128) NOT NULL, `description` varchar(6400) default NULL, `language` varchar(3) NOT NULL, `template_file` varchar(255) NOT NULL, `c_user` varchar(128) NOT NULL, `c_date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%templates` -- LOCK TABLES `%TBL_PREFIX%templates` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%templates` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%templates` VALUES (1,'home','Home page template','it','home.php','dino','2008-05-06 14:53:53'),(2,'home','Home page template','def','home.php','dino','2008-05-06 14:54:21'),(3,'search','search template','def','search.php','dino','2008-05-06 14:55:48'),(4,'search','search template','it','search.php','dino','2008-05-06 14:55:52'),(5,'mailinglists','mailinglists template','it','mailinglists.php','dino','2008-05-06 14:56:18'),(6,'mailinglists','mailinglists template','def','mailinglists.php','dino','2008-05-06 14:56:27'),(7,'downloads','downloads template','def','downloads.php','dino','2008-05-06 14:57:00'),(8,'downloads','downloads template','it','downloads.php','dino','2008-05-06 14:57:04'),(9,'news','news template','it','news.php','dino','2008-05-06 14:57:25'),(10,'news','news template','def','news.php','dino','2008-05-06 14:57:30'),(11,'top','top template','def','top.php','dino','2008-05-06 14:57:51'),(12,'top','top template','it','top.php','dino','2008-05-06 14:57:54'),(13,'left','left template','it','left.php','dino','2008-05-06 14:58:16'),(14,'left','left template','def','left.php','dino','2008-05-06 14:58:19'),(15,'section_header','section_header template','def','section_header.php','dino','2008-05-06 14:58:39'),(16,'section_header','section_header template','it','section_header.php','dino','2008-05-06 14:58:45'),(17,'section_bottom','section_bottom template','it','section_bottom.php','dino','2008-05-06 14:59:06'),(18,'section_bottom','section_bottom template','def','section_bottom.php','dino','2008-05-06 14:59:11'),(19,'features_list','features_list template','def','features_list.php','dino','2008-05-06 14:59:38'),(20,'features_list','features_list template','it','features_list.php','dino','2008-05-06 14:59:43'),(21,'api','api template','it','api.php','dino','2008-05-06 15:00:01'),(22,'api','api template','def','api.php','dino','2008-05-06 15:00:04'),(23,'faq','faq template','def','faq.php','dino','2008-05-06 15:00:23'),(24,'faq','faq template','it','faq.php','dino','2008-05-06 15:00:27'),(36,'templatetest','Prova di una template','it','test.php','admin','2008-05-12 21:17:20'),(37,'testacchio','prova di una template di test','it','pippo.php','admin','2008-05-12 21:21:20'),(38,'stocazzio','test','def','test.php','admin','2008-05-12 21:45:52'),(39,'test','template di test','it','test.php','admin','2008-05-13 16:39:04'); /*!40000 ALTER TABLE `%TBL_PREFIX%templates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `%TBL_PREFIX%users` -- DROP TABLE IF EXISTS `%TBL_PREFIX%users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `%TBL_PREFIX%users` ( `id` int(11) NOT NULL auto_increment, `user_name` varchar(250) NOT NULL default '', `user_type` int(11) NOT NULL default '0', `user_email` varchar(250) default NULL, `user_password` varchar(250) NOT NULL default '', `user_date` datetime NOT NULL default '0000-00-00 00:00:00', `ip` varchar(15) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `%TBL_PREFIX%users` -- LOCK TABLES `%TBL_PREFIX%users` WRITE; /*!40000 ALTER TABLE `%TBL_PREFIX%users` DISABLE KEYS */; INSERT INTO `%TBL_PREFIX%users` VALUES (2,'dAm2K',1,'dam2000@users.sourceforge.net','dino','2004-04-27 18:30:20','127.0.0.1'),(3,'dino',1,'your@mail.net','dino','2004-05-12 23:18:45','127.0.0.2'); /*!40000 ALTER TABLE `%TBL_PREFIX%users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2008-07-30 8:50:43