0byt3m1n1
Path:
/
data
/
0
/
0
/
62
/
66
/
62881
/
meta
/
64075
/
mysql.backup
/
[
Home
]
File: tftw_asia_db.mysqlv103.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv103 Database: tftw_asia_db -- ------------------------------------------------------ -- 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 `modx_access_actiondom` -- DROP TABLE IF EXISTS `modx_access_actiondom`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_actiondom` ( `id` int(10) unsigned NOT NULL auto_increment, `target` varchar(100) NOT NULL default '', `principal_class` varchar(100) NOT NULL default 'modPrincipal', `principal` int(10) unsigned NOT NULL default '0', `authority` int(10) unsigned NOT NULL default '9999', `policy` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `target` (`target`), KEY `principal_class` (`principal_class`), KEY `principal` (`principal`), KEY `authority` (`authority`), KEY `policy` (`policy`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_actiondom` -- LOCK TABLES `modx_access_actiondom` WRITE; /*!40000 ALTER TABLE `modx_access_actiondom` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_access_actiondom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_actions` -- DROP TABLE IF EXISTS `modx_access_actions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_actions` ( `id` int(10) unsigned NOT NULL auto_increment, `target` varchar(100) NOT NULL default '', `principal_class` varchar(100) NOT NULL default 'modPrincipal', `principal` int(10) unsigned NOT NULL default '0', `authority` int(10) unsigned NOT NULL default '9999', `policy` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `target` (`target`), KEY `principal_class` (`principal_class`), KEY `principal` (`principal`), KEY `authority` (`authority`), KEY `policy` (`policy`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_actions` -- LOCK TABLES `modx_access_actions` WRITE; /*!40000 ALTER TABLE `modx_access_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_access_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_category` -- DROP TABLE IF EXISTS `modx_access_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_category` ( `id` int(10) unsigned NOT NULL auto_increment, `target` varchar(100) NOT NULL default '', `principal_class` varchar(100) NOT NULL default 'modPrincipal', `principal` int(10) unsigned NOT NULL default '0', `authority` int(10) unsigned NOT NULL default '9999', `policy` int(10) unsigned NOT NULL default '0', `context_key` varchar(100) NOT NULL default '', PRIMARY KEY (`id`), KEY `target` (`target`), KEY `principal_class` (`principal_class`), KEY `principal` (`principal`), KEY `authority` (`authority`), KEY `policy` (`policy`), KEY `context_key` (`context_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_category` -- LOCK TABLES `modx_access_category` WRITE; /*!40000 ALTER TABLE `modx_access_category` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_access_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_context` -- DROP TABLE IF EXISTS `modx_access_context`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_context` ( `id` int(10) unsigned NOT NULL auto_increment, `target` varchar(100) NOT NULL default '', `principal_class` varchar(100) NOT NULL default 'modPrincipal', `principal` int(10) unsigned NOT NULL default '0', `authority` int(10) unsigned NOT NULL default '9999', `policy` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `target` (`target`), KEY `principal_class` (`principal_class`), KEY `principal` (`principal`), KEY `authority` (`authority`), KEY `policy` (`policy`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_context` -- LOCK TABLES `modx_access_context` WRITE; /*!40000 ALTER TABLE `modx_access_context` DISABLE KEYS */; INSERT INTO `modx_access_context` VALUES (1,'web','modUserGroup',0,9999,3),(2,'mgr','modUserGroup',1,0,2),(3,'web','modUserGroup',1,0,2); /*!40000 ALTER TABLE `modx_access_context` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_elements` -- DROP TABLE IF EXISTS `modx_access_elements`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_elements` ( `id` int(10) unsigned NOT NULL auto_increment, `target` varchar(100) NOT NULL default '', `principal_class` varchar(100) NOT NULL default 'modPrincipal', `principal` int(10) unsigned NOT NULL default '0', `authority` int(10) unsigned NOT NULL default '9999', `policy` int(10) unsigned NOT NULL default '0', `context_key` varchar(100) NOT NULL default '', PRIMARY KEY (`id`), KEY `target` (`target`), KEY `principal_class` (`principal_class`), KEY `principal` (`principal`), KEY `authority` (`authority`), KEY `policy` (`policy`), KEY `context_key` (`context_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_elements` -- LOCK TABLES `modx_access_elements` WRITE; /*!40000 ALTER TABLE `modx_access_elements` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_access_elements` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_media_source` -- DROP TABLE IF EXISTS `modx_access_media_source`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_media_source` ( `id` int(10) unsigned NOT NULL auto_increment, `target` varchar(100) NOT NULL default '', `principal_class` varchar(100) NOT NULL default 'modPrincipal', `principal` int(10) unsigned NOT NULL default '0', `authority` int(10) unsigned NOT NULL default '9999', `policy` int(10) unsigned NOT NULL default '0', `context_key` varchar(100) NOT NULL default '', PRIMARY KEY (`id`), KEY `target` (`target`), KEY `principal_class` (`principal_class`), KEY `principal` (`principal`), KEY `authority` (`authority`), KEY `policy` (`policy`), KEY `context_key` (`context_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_media_source` -- LOCK TABLES `modx_access_media_source` WRITE; /*!40000 ALTER TABLE `modx_access_media_source` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_access_media_source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_menus` -- DROP TABLE IF EXISTS `modx_access_menus`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_menus` ( `id` int(10) unsigned NOT NULL auto_increment, `target` varchar(100) NOT NULL default '', `principal_class` varchar(100) NOT NULL default 'modPrincipal', `principal` int(10) unsigned NOT NULL default '0', `authority` int(10) unsigned NOT NULL default '9999', `policy` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `target` (`target`), KEY `principal_class` (`principal_class`), KEY `principal` (`principal`), KEY `authority` (`authority`), KEY `policy` (`policy`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_menus` -- LOCK TABLES `modx_access_menus` WRITE; /*!40000 ALTER TABLE `modx_access_menus` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_access_menus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_permissions` -- DROP TABLE IF EXISTS `modx_access_permissions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_permissions` ( `id` int(10) unsigned NOT NULL auto_increment, `template` int(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `value` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `template` (`template`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=215 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_permissions` -- LOCK TABLES `modx_access_permissions` WRITE; /*!40000 ALTER TABLE `modx_access_permissions` DISABLE KEYS */; INSERT INTO `modx_access_permissions` VALUES (1,1,'about','perm.about_desc',1),(2,1,'access_permissions','perm.access_permissions_desc',1),(3,1,'actions','perm.actions_desc',1),(4,1,'change_password','perm.change_password_desc',1),(5,1,'change_profile','perm.change_profile_desc',1),(6,1,'charsets','perm.charsets_desc',1),(7,1,'class_map','perm.class_map_desc',1),(8,1,'components','perm.components_desc',1),(9,1,'content_types','perm.content_types_desc',1),(10,1,'countries','perm.countries_desc',1),(11,1,'create','perm.create_desc',1),(12,1,'credits','perm.credits_desc',1),(13,1,'customize_forms','perm.customize_forms_desc',1),(14,1,'dashboards','perm.dashboards_desc',1),(15,1,'database','perm.database_desc',1),(16,1,'database_truncate','perm.database_truncate_desc',1),(17,1,'delete_category','perm.delete_category_desc',1),(18,1,'delete_chunk','perm.delete_chunk_desc',1),(19,1,'delete_context','perm.delete_context_desc',1),(20,1,'delete_document','perm.delete_document_desc',1),(21,1,'delete_eventlog','perm.delete_eventlog_desc',1),(22,1,'delete_plugin','perm.delete_plugin_desc',1),(23,1,'delete_propertyset','perm.delete_propertyset_desc',1),(24,1,'delete_snippet','perm.delete_snippet_desc',1),(25,1,'delete_template','perm.delete_template_desc',1),(26,1,'delete_tv','perm.delete_tv_desc',1),(27,1,'delete_role','perm.delete_role_desc',1),(28,1,'delete_user','perm.delete_user_desc',1),(29,1,'directory_chmod','perm.directory_chmod_desc',1),(30,1,'directory_create','perm.directory_create_desc',1),(31,1,'directory_list','perm.directory_list_desc',1),(32,1,'directory_remove','perm.directory_remove_desc',1),(33,1,'directory_update','perm.directory_update_desc',1),(34,1,'edit_category','perm.edit_category_desc',1),(35,1,'edit_chunk','perm.edit_chunk_desc',1),(36,1,'edit_context','perm.edit_context_desc',1),(37,1,'edit_document','perm.edit_document_desc',1),(38,1,'edit_locked','perm.edit_locked_desc',1),(39,1,'edit_plugin','perm.edit_plugin_desc',1),(40,1,'edit_propertyset','perm.edit_propertyset_desc',1),(41,1,'edit_role','perm.edit_role_desc',1),(42,1,'edit_snippet','perm.edit_snippet_desc',1),(43,1,'edit_template','perm.edit_template_desc',1),(44,1,'edit_tv','perm.edit_tv_desc',1),(45,1,'edit_user','perm.edit_user_desc',1),(46,1,'element_tree','perm.element_tree_desc',1),(47,1,'empty_cache','perm.empty_cache_desc',1),(48,1,'error_log_erase','perm.error_log_erase_desc',1),(49,1,'error_log_view','perm.error_log_view_desc',1),(50,1,'export_static','perm.export_static_desc',1),(51,1,'file_create','perm.file_create_desc',1),(52,1,'file_list','perm.file_list_desc',1),(53,1,'file_manager','perm.file_manager_desc',1),(54,1,'file_remove','perm.file_remove_desc',1),(55,1,'file_tree','perm.file_tree_desc',1),(56,1,'file_update','perm.file_update_desc',1),(57,1,'file_upload','perm.file_upload_desc',1),(58,1,'file_view','perm.file_view_desc',1),(59,1,'flush_sessions','perm.flush_sessions_desc',1),(60,1,'frames','perm.frames_desc',1),(61,1,'help','perm.help_desc',1),(62,1,'home','perm.home_desc',1),(63,1,'import_static','perm.import_static_desc',1),(64,1,'languages','perm.languages_desc',1),(65,1,'lexicons','perm.lexicons_desc',1),(66,1,'list','perm.list_desc',1),(67,1,'load','perm.load_desc',1),(68,1,'logout','perm.logout_desc',1),(69,1,'logs','perm.logs_desc',1),(70,1,'menu_reports','perm.menu_reports_desc',1),(71,1,'menu_security','perm.menu_security_desc',1),(72,1,'menu_site','perm.menu_site_desc',1),(73,1,'menu_support','perm.menu_support_desc',1),(74,1,'menu_system','perm.menu_system_desc',1),(75,1,'menu_tools','perm.menu_tools_desc',1),(76,1,'menu_user','perm.menu_user_desc',1),(77,1,'menus','perm.menus_desc',1),(78,1,'messages','perm.messages_desc',1),(79,1,'namespaces','perm.namespaces_desc',1),(80,1,'new_category','perm.new_category_desc',1),(81,1,'new_chunk','perm.new_chunk_desc',1),(82,1,'new_context','perm.new_context_desc',1),(83,1,'new_document','perm.new_document_desc',1),(84,1,'new_static_resource','perm.new_static_resource_desc',1),(85,1,'new_symlink','perm.new_symlink_desc',1),(86,1,'new_weblink','perm.new_weblink_desc',1),(87,1,'new_document_in_root','perm.new_document_in_root_desc',1),(88,1,'new_plugin','perm.new_plugin_desc',1),(89,1,'new_propertyset','perm.new_propertyset_desc',1),(90,1,'new_role','perm.new_role_desc',1),(91,1,'new_snippet','perm.new_snippet_desc',1),(92,1,'new_template','perm.new_template_desc',1),(93,1,'new_tv','perm.new_tv_desc',1),(94,1,'new_user','perm.new_user_desc',1),(95,1,'packages','perm.packages_desc',1),(96,1,'policy_delete','perm.policy_delete_desc',1),(97,1,'policy_edit','perm.policy_edit_desc',1),(98,1,'policy_new','perm.policy_new_desc',1),(99,1,'policy_save','perm.policy_save_desc',1),(100,1,'policy_view','perm.policy_view_desc',1),(101,1,'policy_template_delete','perm.policy_template_delete_desc',1),(102,1,'policy_template_edit','perm.policy_template_edit_desc',1),(103,1,'policy_template_new','perm.policy_template_new_desc',1),(104,1,'policy_template_save','perm.policy_template_save_desc',1),(105,1,'policy_template_view','perm.policy_template_view_desc',1),(106,1,'property_sets','perm.property_sets_desc',1),(107,1,'providers','perm.providers_desc',1),(108,1,'publish_document','perm.publish_document_desc',1),(109,1,'purge_deleted','perm.purge_deleted_desc',1),(110,1,'remove','perm.remove_desc',1),(111,1,'remove_locks','perm.remove_locks_desc',1),(112,1,'resource_duplicate','perm.resource_duplicate_desc',1),(113,1,'resourcegroup_delete','perm.resourcegroup_delete_desc',1),(114,1,'resourcegroup_edit','perm.resourcegroup_edit_desc',1),(115,1,'resourcegroup_new','perm.resourcegroup_new_desc',1),(116,1,'resourcegroup_resource_edit','perm.resourcegroup_resource_edit_desc',1),(117,1,'resourcegroup_resource_list','perm.resourcegroup_resource_list_desc',1),(118,1,'resourcegroup_save','perm.resourcegroup_save_desc',1),(119,1,'resourcegroup_view','perm.resourcegroup_view_desc',1),(120,1,'resource_quick_create','perm.resource_quick_create_desc',1),(121,1,'resource_quick_update','perm.resource_quick_update_desc',1),(122,1,'resource_tree','perm.resource_tree_desc',1),(123,1,'save','perm.save_desc',1),(124,1,'save_category','perm.save_category_desc',1),(125,1,'save_chunk','perm.save_chunk_desc',1),(126,1,'save_context','perm.save_context_desc',1),(127,1,'save_document','perm.save_document_desc',1),(128,1,'save_plugin','perm.save_plugin_desc',1),(129,1,'save_propertyset','perm.save_propertyset_desc',1),(130,1,'save_role','perm.save_role_desc',1),(131,1,'save_snippet','perm.save_snippet_desc',1),(132,1,'save_template','perm.save_template_desc',1),(133,1,'save_tv','perm.save_tv_desc',1),(134,1,'save_user','perm.save_user_desc',1),(135,1,'search','perm.search_desc',1),(136,1,'settings','perm.settings_desc',1),(137,1,'source_save','perm.source_save_desc',1),(138,1,'source_delete','perm.source_delete_desc',1),(139,1,'source_edit','perm.source_edit_desc',1),(140,1,'source_view','perm.source_view_desc',1),(141,1,'sources','perm.sources_desc',1),(142,1,'steal_locks','perm.steal_locks_desc',1),(143,1,'tree_show_element_ids','perm.tree_show_element_ids_desc',1),(144,1,'tree_show_resource_ids','perm.tree_show_resource_ids_desc',1),(145,1,'undelete_document','perm.undelete_document_desc',1),(146,1,'unpublish_document','perm.unpublish_document_desc',1),(147,1,'unlock_element_properties','perm.unlock_element_properties_desc',1),(148,1,'usergroup_delete','perm.usergroup_delete_desc',1),(149,1,'usergroup_edit','perm.usergroup_edit_desc',1),(150,1,'usergroup_new','perm.usergroup_new_desc',1),(151,1,'usergroup_save','perm.usergroup_save_desc',1),(152,1,'usergroup_user_edit','perm.usergroup_user_edit_desc',1),(153,1,'usergroup_user_list','perm.usergroup_user_list_desc',1),(154,1,'usergroup_view','perm.usergroup_view_desc',1),(155,1,'view','perm.view_desc',1),(156,1,'view_category','perm.view_category_desc',1),(157,1,'view_chunk','perm.view_chunk_desc',1),(158,1,'view_context','perm.view_context_desc',1),(159,1,'view_document','perm.view_document_desc',1),(160,1,'view_element','perm.view_element_desc',1),(161,1,'view_eventlog','perm.view_eventlog_desc',1),(162,1,'view_offline','perm.view_offline_desc',1),(163,1,'view_plugin','perm.view_plugin_desc',1),(164,1,'view_propertyset','perm.view_propertyset_desc',1),(165,1,'view_role','perm.view_role_desc',1),(166,1,'view_snippet','perm.view_snippet_desc',1),(167,1,'view_sysinfo','perm.view_sysinfo_desc',1),(168,1,'view_template','perm.view_template_desc',1),(169,1,'view_tv','perm.view_tv_desc',1),(170,1,'view_user','perm.view_user_desc',1),(171,1,'view_unpublished','perm.view_unpublished_desc',1),(172,1,'workspaces','perm.workspaces_desc',1),(173,2,'add_children','perm.add_children_desc',1),(174,2,'copy','perm.copy_desc',1),(175,2,'create','perm.create_desc',1),(176,2,'delete','perm.delete_desc',1),(177,2,'list','perm.list_desc',1),(178,2,'load','perm.load_desc',1),(179,2,'move','perm.move_desc',1),(180,2,'publish','perm.publish_desc',1),(181,2,'remove','perm.remove_desc',1),(182,2,'save','perm.save_desc',1),(183,2,'steal_lock','perm.steal_lock_desc',1),(184,2,'undelete','perm.undelete_desc',1),(185,2,'unpublish','perm.unpublish_desc',1),(186,2,'view','perm.view_desc',1),(187,3,'load','perm.load_desc',1),(188,3,'list','perm.list_desc',1),(189,3,'view','perm.view_desc',1),(190,3,'save','perm.save_desc',1),(191,3,'remove','perm.remove_desc',1),(192,4,'add_children','perm.add_children_desc',1),(193,4,'create','perm.create_desc',1),(194,4,'copy','perm.copy_desc',1),(195,4,'delete','perm.delete_desc',1),(196,4,'list','perm.list_desc',1),(197,4,'load','perm.load_desc',1),(198,4,'remove','perm.remove_desc',1),(199,4,'save','perm.save_desc',1),(200,4,'view','perm.view_desc',1),(201,5,'create','perm.create_desc',1),(202,5,'copy','perm.copy_desc',1),(203,5,'list','perm.list_desc',1),(204,5,'load','perm.load_desc',1),(205,5,'remove','perm.remove_desc',1),(206,5,'save','perm.save_desc',1),(207,5,'view','perm.view_desc',1),(208,6,'load','perm.load_desc',1),(209,6,'list','perm.list_desc',1),(210,6,'view','perm.view_desc',1),(211,6,'save','perm.save_desc',1),(212,6,'remove','perm.remove_desc',1),(213,6,'view_unpublished','perm.view_unpublished_desc',1),(214,6,'copy','perm.copy_desc',1); /*!40000 ALTER TABLE `modx_access_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_policies` -- DROP TABLE IF EXISTS `modx_access_policies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_policies` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `description` mediumtext, `parent` int(10) unsigned NOT NULL default '0', `template` int(10) unsigned NOT NULL default '0', `class` varchar(255) NOT NULL default '', `data` text, `lexicon` varchar(255) NOT NULL default 'permissions', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `parent` (`parent`), KEY `class` (`class`), KEY `template` (`template`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_policies` -- LOCK TABLES `modx_access_policies` WRITE; /*!40000 ALTER TABLE `modx_access_policies` DISABLE KEYS */; INSERT INTO `modx_access_policies` VALUES (1,'Resource','MODX Resource Policy with all attributes.',0,2,'','{\"add_children\":true,\"create\":true,\"copy\":true,\"delete\":true,\"list\":true,\"load\":true,\"move\":true,\"publish\":true,\"remove\":true,\"save\":true,\"steal_lock\":true,\"undelete\":true,\"unpublish\":true,\"view\":true}','permissions'),(2,'Administrator','Context administration policy with all permissions.',0,1,'','{\"about\":true,\"access_permissions\":true,\"actions\":true,\"change_password\":true,\"change_profile\":true,\"charsets\":true,\"class_map\":true,\"components\":true,\"content_types\":true,\"countries\":true,\"create\":true,\"credits\":true,\"customize_forms\":true,\"dashboards\":true,\"database\":true,\"database_truncate\":true,\"delete_category\":true,\"delete_chunk\":true,\"delete_context\":true,\"delete_document\":true,\"delete_eventlog\":true,\"delete_plugin\":true,\"delete_propertyset\":true,\"delete_role\":true,\"delete_snippet\":true,\"delete_template\":true,\"delete_tv\":true,\"delete_user\":true,\"directory_chmod\":true,\"directory_create\":true,\"directory_list\":true,\"directory_remove\":true,\"directory_update\":true,\"edit_category\":true,\"edit_chunk\":true,\"edit_context\":true,\"edit_document\":true,\"edit_locked\":true,\"edit_plugin\":true,\"edit_propertyset\":true,\"edit_role\":true,\"edit_snippet\":true,\"edit_template\":true,\"edit_tv\":true,\"edit_user\":true,\"element_tree\":true,\"empty_cache\":true,\"error_log_erase\":true,\"error_log_view\":true,\"export_static\":true,\"file_create\":true,\"file_list\":true,\"file_manager\":true,\"file_remove\":true,\"file_tree\":true,\"file_update\":true,\"file_upload\":true,\"file_view\":true,\"flush_sessions\":true,\"frames\":true,\"help\":true,\"home\":true,\"import_static\":true,\"languages\":true,\"lexicons\":true,\"list\":true,\"load\":true,\"logout\":true,\"logs\":true,\"menus\":true,\"menu_reports\":true,\"menu_security\":true,\"menu_site\":true,\"menu_support\":true,\"menu_system\":true,\"menu_tools\":true,\"menu_user\":true,\"messages\":true,\"namespaces\":true,\"new_category\":true,\"new_chunk\":true,\"new_context\":true,\"new_document\":true,\"new_document_in_root\":true,\"new_plugin\":true,\"new_propertyset\":true,\"new_role\":true,\"new_snippet\":true,\"new_static_resource\":true,\"new_symlink\":true,\"new_template\":true,\"new_tv\":true,\"new_user\":true,\"new_weblink\":true,\"packages\":true,\"policy_delete\":true,\"policy_edit\":true,\"policy_new\":true,\"policy_save\":true,\"policy_template_delete\":true,\"policy_template_edit\":true,\"policy_template_new\":true,\"policy_template_save\":true,\"policy_template_view\":true,\"policy_view\":true,\"property_sets\":true,\"providers\":true,\"publish_document\":true,\"purge_deleted\":true,\"remove\":true,\"remove_locks\":true,\"resource_duplicate\":true,\"resourcegroup_delete\":true,\"resourcegroup_edit\":true,\"resourcegroup_new\":true,\"resourcegroup_resource_edit\":true,\"resourcegroup_resource_list\":true,\"resourcegroup_save\":true,\"resourcegroup_view\":true,\"resource_quick_create\":true,\"resource_quick_update\":true,\"resource_tree\":true,\"save\":true,\"save_category\":true,\"save_chunk\":true,\"save_context\":true,\"save_document\":true,\"save_plugin\":true,\"save_propertyset\":true,\"save_role\":true,\"save_snippet\":true,\"save_template\":true,\"save_tv\":true,\"save_user\":true,\"search\":true,\"settings\":true,\"sources\":true,\"source_delete\":true,\"source_edit\":true,\"source_save\":true,\"source_view\":true,\"steal_locks\":true,\"tree_show_element_ids\":true,\"tree_show_resource_ids\":true,\"undelete_document\":true,\"unlock_element_properties\":true,\"unpublish_document\":true,\"usergroup_delete\":true,\"usergroup_edit\":true,\"usergroup_new\":true,\"usergroup_save\":true,\"usergroup_user_edit\":true,\"usergroup_user_list\":true,\"usergroup_view\":true,\"view\":true,\"view_category\":true,\"view_chunk\":true,\"view_context\":true,\"view_document\":true,\"view_element\":true,\"view_eventlog\":true,\"view_offline\":true,\"view_plugin\":true,\"view_propertyset\":true,\"view_role\":true,\"view_snippet\":true,\"view_sysinfo\":true,\"view_template\":true,\"view_tv\":true,\"view_unpublished\":true,\"view_user\":true,\"workspaces\":true}','permissions'),(3,'Load Only','A minimal policy with permission to load an object.',0,3,'','{\"load\":true}','permissions'),(4,'Load, List and View','Provides load, list and view permissions only.',0,3,'','{\"load\":true,\"list\":true,\"view\":true}','permissions'),(5,'Object','An Object policy with all permissions.',0,3,'','{\"load\":true,\"list\":true,\"view\":true,\"save\":true,\"remove\":true}','permissions'),(6,'Element','MODX Element policy with all attributes.',0,4,'','{\"add_children\":true,\"create\":true,\"delete\":true,\"list\":true,\"load\":true,\"remove\":true,\"save\":true,\"view\":true,\"copy\":true}','permissions'),(7,'Content Editor','Context administration policy with limited, content-editing related Permissions, but no publishing.',0,1,'','{\"change_profile\":true,\"class_map\":true,\"countries\":true,\"edit_document\":true,\"frames\":true,\"help\":true,\"home\":true,\"load\":true,\"list\":true,\"logout\":true,\"menu_reports\":true,\"menu_site\":true,\"menu_support\":true,\"menu_tools\":true,\"menu_user\":true,\"resource_duplicate\":true,\"resource_tree\":true,\"save_document\":true,\"source_view\":true,\"tree_show_resource_ids\":true,\"view\":true,\"view_document\":true,\"new_document\":true,\"delete_document\":true}','permissions'),(8,'Media Source Admin','Media Source administration policy.',0,5,'','{\"create\":true,\"copy\":true,\"load\":true,\"list\":true,\"save\":true,\"remove\":true,\"view\":true}','permissions'),(9,'Media Source User','Media Source user policy, with basic viewing and using - but no editing - of Media Sources.',0,5,'','{\"load\":true,\"list\":true,\"view\":true}','permissions'),(10,'Developer','Context administration policy with most Permissions except Administrator and Security functions.',0,1,'','{\"about\":true,\"change_password\":true,\"change_profile\":true,\"charsets\":true,\"class_map\":true,\"components\":true,\"content_types\":true,\"countries\":true,\"create\":true,\"credits\":true,\"customize_forms\":true,\"dashboards\":true,\"database\":true,\"delete_category\":true,\"delete_chunk\":true,\"delete_context\":true,\"delete_document\":true,\"delete_eventlog\":true,\"delete_plugin\":true,\"delete_propertyset\":true,\"delete_snippet\":true,\"delete_template\":true,\"delete_tv\":true,\"delete_role\":true,\"delete_user\":true,\"directory_chmod\":true,\"directory_create\":true,\"directory_list\":true,\"directory_remove\":true,\"directory_update\":true,\"edit_category\":true,\"edit_chunk\":true,\"edit_context\":true,\"edit_document\":true,\"edit_locked\":true,\"edit_plugin\":true,\"edit_propertyset\":true,\"edit_role\":true,\"edit_snippet\":true,\"edit_template\":true,\"edit_tv\":true,\"edit_user\":true,\"element_tree\":true,\"empty_cache\":true,\"error_log_erase\":true,\"error_log_view\":true,\"export_static\":true,\"file_create\":true,\"file_list\":true,\"file_manager\":true,\"file_remove\":true,\"file_tree\":true,\"file_update\":true,\"file_upload\":true,\"file_view\":true,\"frames\":true,\"help\":true,\"home\":true,\"import_static\":true,\"languages\":true,\"lexicons\":true,\"list\":true,\"load\":true,\"logout\":true,\"logs\":true,\"menu_reports\":true,\"menu_site\":true,\"menu_support\":true,\"menu_system\":true,\"menu_tools\":true,\"menu_user\":true,\"menus\":true,\"messages\":true,\"namespaces\":true,\"new_category\":true,\"new_chunk\":true,\"new_context\":true,\"new_document\":true,\"new_static_resource\":true,\"new_symlink\":true,\"new_weblink\":true,\"new_document_in_root\":true,\"new_plugin\":true,\"new_propertyset\":true,\"new_role\":true,\"new_snippet\":true,\"new_template\":true,\"new_tv\":true,\"new_user\":true,\"packages\":true,\"property_sets\":true,\"providers\":true,\"publish_document\":true,\"purge_deleted\":true,\"remove\":true,\"resource_duplicate\":true,\"resource_quick_create\":true,\"resource_quick_update\":true,\"resource_tree\":true,\"save\":true,\"save_category\":true,\"save_chunk\":true,\"save_context\":true,\"save_document\":true,\"save_plugin\":true,\"save_propertyset\":true,\"save_snippet\":true,\"save_template\":true,\"save_tv\":true,\"save_user\":true,\"search\":true,\"settings\":true,\"source_delete\":true,\"source_edit\":true,\"source_save\":true,\"source_view\":true,\"sources\":true,\"tree_show_element_ids\":true,\"tree_show_resource_ids\":true,\"undelete_document\":true,\"unpublish_document\":true,\"unlock_element_properties\":true,\"view\":true,\"view_category\":true,\"view_chunk\":true,\"view_context\":true,\"view_document\":true,\"view_element\":true,\"view_eventlog\":true,\"view_offline\":true,\"view_plugin\":true,\"view_propertyset\":true,\"view_role\":true,\"view_snippet\":true,\"view_sysinfo\":true,\"view_template\":true,\"view_tv\":true,\"view_user\":true,\"view_unpublished\":true,\"workspaces\":true}','permissions'),(11,'Context','A standard Context policy that you can apply when creating Context ACLs for basic read/write and view_unpublished access within a Context.',0,6,'','{\"load\":true,\"list\":true,\"view\":true,\"save\":true,\"remove\":true,\"copy\":true,\"view_unpublished\":true}','permissions'); /*!40000 ALTER TABLE `modx_access_policies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_policy_template_groups` -- DROP TABLE IF EXISTS `modx_access_policy_template_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_policy_template_groups` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` mediumtext, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_policy_template_groups` -- LOCK TABLES `modx_access_policy_template_groups` WRITE; /*!40000 ALTER TABLE `modx_access_policy_template_groups` DISABLE KEYS */; INSERT INTO `modx_access_policy_template_groups` VALUES (1,'Admin','All admin policy templates.'),(2,'Object','All Object-based policy templates.'),(3,'Resource','All Resource-based policy templates.'),(4,'Element','All Element-based policy templates.'),(5,'MediaSource','All Media Source-based policy templates.'); /*!40000 ALTER TABLE `modx_access_policy_template_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_policy_templates` -- DROP TABLE IF EXISTS `modx_access_policy_templates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_policy_templates` ( `id` int(10) unsigned NOT NULL auto_increment, `template_group` int(10) unsigned NOT NULL default '0', `name` varchar(255) NOT NULL default '', `description` mediumtext, `lexicon` varchar(255) NOT NULL default 'permissions', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_policy_templates` -- LOCK TABLES `modx_access_policy_templates` WRITE; /*!40000 ALTER TABLE `modx_access_policy_templates` DISABLE KEYS */; INSERT INTO `modx_access_policy_templates` VALUES (1,1,'AdministratorTemplate','Context administration policy template with all permissions.','permissions'),(2,3,'ResourceTemplate','Resource Policy Template with all attributes.','permissions'),(3,2,'ObjectTemplate','Object Policy Template with all attributes.','permissions'),(4,4,'ElementTemplate','Element Policy Template with all attributes.','permissions'),(5,5,'MediaSourceTemplate','Media Source Policy Template with all attributes.','permissions'),(6,2,'ContextTemplate','Context Policy Template with all attributes.','permissions'); /*!40000 ALTER TABLE `modx_access_policy_templates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_resource_groups` -- DROP TABLE IF EXISTS `modx_access_resource_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_resource_groups` ( `id` int(10) unsigned NOT NULL auto_increment, `target` varchar(100) NOT NULL default '', `principal_class` varchar(100) NOT NULL default 'modPrincipal', `principal` int(10) unsigned NOT NULL default '0', `authority` int(10) unsigned NOT NULL default '9999', `policy` int(10) unsigned NOT NULL default '0', `context_key` varchar(100) NOT NULL default '', PRIMARY KEY (`id`), KEY `target` (`target`), KEY `principal_class` (`principal_class`), KEY `principal` (`principal`), KEY `authority` (`authority`), KEY `policy` (`policy`), KEY `context_key` (`context_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_resource_groups` -- LOCK TABLES `modx_access_resource_groups` WRITE; /*!40000 ALTER TABLE `modx_access_resource_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_access_resource_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_resources` -- DROP TABLE IF EXISTS `modx_access_resources`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_resources` ( `id` int(10) unsigned NOT NULL auto_increment, `target` varchar(100) NOT NULL default '', `principal_class` varchar(100) NOT NULL default 'modPrincipal', `principal` int(10) unsigned NOT NULL default '0', `authority` int(10) unsigned NOT NULL default '9999', `policy` int(10) unsigned NOT NULL default '0', `context_key` varchar(100) NOT NULL default '', PRIMARY KEY (`id`), KEY `target` (`target`), KEY `principal_class` (`principal_class`), KEY `principal` (`principal`), KEY `authority` (`authority`), KEY `policy` (`policy`), KEY `context_key` (`context_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_resources` -- LOCK TABLES `modx_access_resources` WRITE; /*!40000 ALTER TABLE `modx_access_resources` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_access_resources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_access_templatevars` -- DROP TABLE IF EXISTS `modx_access_templatevars`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_access_templatevars` ( `id` int(10) unsigned NOT NULL auto_increment, `target` varchar(100) NOT NULL default '', `principal_class` varchar(100) NOT NULL default 'modPrincipal', `principal` int(10) unsigned NOT NULL default '0', `authority` int(10) unsigned NOT NULL default '9999', `policy` int(10) unsigned NOT NULL default '0', `context_key` varchar(100) NOT NULL default '', PRIMARY KEY (`id`), KEY `target` (`target`), KEY `principal_class` (`principal_class`), KEY `principal` (`principal`), KEY `authority` (`authority`), KEY `policy` (`policy`), KEY `context_key` (`context_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_access_templatevars` -- LOCK TABLES `modx_access_templatevars` WRITE; /*!40000 ALTER TABLE `modx_access_templatevars` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_access_templatevars` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_actiondom` -- DROP TABLE IF EXISTS `modx_actiondom`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_actiondom` ( `id` int(10) unsigned NOT NULL auto_increment, `set` int(11) NOT NULL default '0', `action` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `description` text, `xtype` varchar(100) NOT NULL default '', `container` varchar(255) NOT NULL default '', `rule` varchar(100) NOT NULL default '', `value` text NOT NULL, `constraint` varchar(255) NOT NULL default '', `constraint_field` varchar(100) NOT NULL default '', `constraint_class` varchar(100) NOT NULL default '', `active` tinyint(1) unsigned NOT NULL default '1', `for_parent` tinyint(1) unsigned NOT NULL default '0', `rank` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `set` (`set`), KEY `action` (`action`), KEY `name` (`name`), KEY `active` (`active`), KEY `for_parent` (`for_parent`), KEY `rank` (`rank`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_actiondom` -- LOCK TABLES `modx_actiondom` WRITE; /*!40000 ALTER TABLE `modx_actiondom` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_actiondom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_actions` -- DROP TABLE IF EXISTS `modx_actions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_actions` ( `id` int(10) unsigned NOT NULL auto_increment, `namespace` varchar(100) NOT NULL default 'core', `controller` varchar(255) NOT NULL, `haslayout` tinyint(1) unsigned NOT NULL default '1', `lang_topics` text NOT NULL, `assets` text NOT NULL, `help_url` text NOT NULL, PRIMARY KEY (`id`), KEY `namespace` (`namespace`), KEY `controller` (`controller`) ) ENGINE=MyISAM AUTO_INCREMENT=78 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_actions` -- LOCK TABLES `modx_actions` WRITE; /*!40000 ALTER TABLE `modx_actions` DISABLE KEYS */; INSERT INTO `modx_actions` VALUES (1,'core','welcome',1,'welcome,configcheck','',''),(2,'core','system',0,'','',''),(3,'core','browser',0,'file','',''),(4,'core','context/create',1,'context,setting,access,policy,user','','Contexts'),(5,'core','context/update',1,'context,setting,access,policy,user','','Contexts'),(6,'core','context/view',1,'context','','Contexts'),(7,'core','element',1,'element','',''),(8,'core','element/chunk',1,'chunk,category,propertyset,element','','Chunks'),(9,'core','element/chunk/create',1,'chunk,category,propertyset,element','','Chunks'),(10,'core','element/chunk/update',1,'chunk,category,propertyset,element','','Chunks'),(11,'core','element/plugin',1,'plugin,category,system_events,propertyset,element','','Plugins'),(12,'core','element/plugin/create',1,'plugin,category,system_events,propertyset,element','','Plugins'),(13,'core','element/plugin/update',1,'plugin,category,system_events,propertyset,element','','Plugins'),(14,'core','element/snippet',1,'snippet,propertyset,element','','Snippets'),(15,'core','element/snippet/create',1,'snippet,propertyset,element','','Snippets'),(16,'core','element/snippet/update',1,'snippet,propertyset,element','','Snippets'),(17,'core','element/template',1,'template,propertyset,element','','Templates'),(18,'core','element/template/create',1,'template,propertyset,element','','Templates'),(19,'core','element/template/update',1,'template,propertyset,element','','Templates'),(20,'core','element/template/tvsort',1,'template,tv,propertyset,element','',''),(21,'core','element/tv',1,'tv,propertyset,element','','Template+Variables'),(22,'core','element/tv/create',1,'tv,tv_widget,propertyset,element','','Template+Variables'),(23,'core','element/tv/update',1,'tv,tv_widget,propertyset,element','','Template+Variables'),(24,'core','element/view',1,'element','',''),(25,'core','resource',1,'','',''),(26,'core','security/usergroup/create',1,'user,access,policy,context','','User+Groups'),(27,'core','security/usergroup/update',1,'user,access,policy,context','','User+Groups'),(28,'core','resource/data',1,'resource','','Resource'),(29,'core','resource/empty_recycle_bin',1,'resource','',''),(30,'core','resource/update',1,'resource','','Resource'),(31,'core','security',1,'user','',''),(32,'core','security/role',1,'user','','Roles'),(33,'core','security/user/create',1,'user,setting,access','','Users'),(34,'core','security/user/update',1,'user,setting,access','','Users'),(35,'core','security/login',1,'login','',''),(36,'core','system/refresh_site',1,'','',''),(37,'core','system/phpinfo',1,'','',''),(38,'core','resource/tvs',0,'','',''),(39,'core','system/file',1,'file','',''),(40,'core','system/file/edit',1,'file','',''),(41,'core','security/access/policy/update',1,'user,policy','','Policies'),(42,'core','workspaces/package/view',1,'workspace,namespace','','Package+Management'),(43,'core','security/access/policy/template/update',1,'user,policy','','PolicyTemplates'),(44,'core','security/forms/profile/update',1,'formcustomization,user,access,policy','','Form+Customization+Profiles'),(45,'core','security/forms/set/update',1,'formcustomization,user,access,policy','','Form+Customization+Sets'),(46,'core','system/dashboards/update',1,'dashboards,user','','Dashboards'),(47,'core','system/dashboards/create',1,'dashboards,user','','Dashboards'),(48,'core','system/dashboards/widget/update',1,'dashboards,user','','Dashboard+Widgets'),(49,'core','system/dashboards/widget/create',1,'dashboards,user','','Dashboard+Widgets'),(50,'core','source/create',1,'sources,namespace','','Media+Sources'),(51,'core','source/update',1,'sources,namespace','','Media+Sources'),(52,'core','system/file/create',1,'file','',''),(53,'core','system/dashboards',1,'about','','Dashboards'),(54,'core','search',1,'','',''),(55,'core','resource/create',1,'resource','','Resource'),(56,'core','security/user',1,'user','','Users'),(57,'core','security/permission',1,'user,access,policy','','Security'),(58,'core','security/resourcegroup/index',1,'resource,user,access','','Resource+Groups'),(59,'core','security/forms',1,'formcustomization,user,access,policy','','Customizing+The+Manager'),(60,'core','system/import',1,'import','',''),(61,'core','system/import/html',1,'import','',''),(62,'core','element/propertyset/index',1,'element,category,propertyset','','Properties+and+Property+Sets'),(63,'core','source/index',1,'sources,namespace','','Media+Sources'),(64,'core','resource/site_schedule',1,'resource','',''),(65,'core','system/logs/index',1,'manager_log','',''),(66,'core','system/event',1,'system_events','',''),(67,'core','system/info',1,'system_info','',''),(68,'core','help',1,'about','',''),(69,'core','workspaces',1,'workspace','','Package+Management'),(70,'core','system/settings',1,'setting','','Settings'),(71,'core','workspaces/lexicon',1,'package_builder,lexicon,namespace','','Internationalization'),(72,'core','system/contenttype',1,'content_type','','Content+Types'),(73,'core','context',1,'context','','Contexts'),(74,'core','system/action',1,'action,menu,namespace','','Actions+and+Menus'),(75,'core','workspaces/namespace',1,'workspace,package_builder,lexicon,namespace','','Namespaces'),(76,'core','security/profile',1,'user','',''),(77,'core','security/message',1,'messages','',''); /*!40000 ALTER TABLE `modx_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_actions_fields` -- DROP TABLE IF EXISTS `modx_actions_fields`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_actions_fields` ( `id` int(10) unsigned NOT NULL auto_increment, `action` int(11) NOT NULL default '0', `name` varchar(255) NOT NULL default '', `type` varchar(100) NOT NULL default 'field', `tab` varchar(255) NOT NULL default '', `form` varchar(255) NOT NULL default '', `other` varchar(255) NOT NULL default '', `rank` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `action` (`action`), KEY `type` (`type`), KEY `tab` (`tab`) ) ENGINE=MyISAM AUTO_INCREMENT=153 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_actions_fields` -- LOCK TABLES `modx_actions_fields` WRITE; /*!40000 ALTER TABLE `modx_actions_fields` DISABLE KEYS */; INSERT INTO `modx_actions_fields` VALUES (138,55,'pub_date','field','modx-page-settings-right','modx-panel-resource','',1),(137,55,'publishedon','field','modx-page-settings-right','modx-panel-resource','',0),(136,55,'modx-page-settings-right','tab','','modx-panel-resource','',5),(135,55,'menuindex','field','modx-page-settings-left','modx-panel-resource','',4),(134,55,'content_dispo','field','modx-page-settings-left','modx-panel-resource','',3),(133,55,'content_type','field','modx-page-settings-left','modx-panel-resource','',2),(132,55,'class_key','field','modx-page-settings-left','modx-panel-resource','',1),(131,55,'parent-cmb','field','modx-page-settings-left','modx-panel-resource','',0),(130,55,'modx-page-settings-left','tab','','modx-panel-resource','',4),(129,55,'modx-page-settings','tab','','modx-panel-resource','',3),(128,55,'published','field','modx-resource-main-right','modx-panel-resource','',5),(127,55,'hidemenu','field','modx-resource-main-right','modx-panel-resource','',4),(126,55,'link_attributes','field','modx-resource-main-right','modx-panel-resource','',3),(125,55,'menutitle','field','modx-resource-main-right','modx-panel-resource','',2),(124,55,'alias','field','modx-resource-main-right','modx-panel-resource','',1),(123,55,'template','field','modx-resource-main-right','modx-panel-resource','',0),(122,55,'modx-resource-main-right','tab','','modx-panel-resource','',2),(121,55,'introtext','field','modx-resource-main-left','modx-panel-resource','',4),(120,55,'description','field','modx-resource-main-left','modx-panel-resource','',3),(119,55,'longtitle','field','modx-resource-main-left','modx-panel-resource','',2),(118,55,'pagetitle','field','modx-resource-main-left','modx-panel-resource','',1),(117,55,'id','field','modx-resource-main-left','modx-panel-resource','',0),(116,55,'modx-resource-main-left','tab','','modx-panel-resource','',1),(115,55,'modx-resource-settings','tab','','modx-panel-resource','',0),(114,30,'modx-resource-content','field','modx-resource-content','modx-panel-resource','',0),(113,30,'modx-resource-access-permissions','tab','','modx-panel-resource','',9),(112,30,'modx-panel-resource-tv','tab','','modx-panel-resource','tv',8),(111,30,'deleted','field','modx-page-settings-right-box-right','modx-panel-resource','',2),(110,30,'syncsite','field','modx-page-settings-right-box-right','modx-panel-resource','',1),(109,30,'cacheable','field','modx-page-settings-right-box-right','modx-panel-resource','',0),(108,30,'modx-page-settings-right-box-right','tab','','modx-panel-resource','',7),(107,30,'uri','field','modx-page-settings-right-box-left','modx-panel-resource','',4),(106,30,'uri_override','field','modx-page-settings-right-box-left','modx-panel-resource','',3),(105,30,'richtext','field','modx-page-settings-right-box-left','modx-panel-resource','',2),(104,30,'searchable','field','modx-page-settings-right-box-left','modx-panel-resource','',1),(103,30,'isfolder','field','modx-page-settings-right-box-left','modx-panel-resource','',0),(102,30,'modx-page-settings-right-box-left','tab','','modx-panel-resource','',6),(101,30,'unpub_date','field','modx-page-settings-right','modx-panel-resource','',2),(100,30,'pub_date','field','modx-page-settings-right','modx-panel-resource','',1),(99,30,'publishedon','field','modx-page-settings-right','modx-panel-resource','',0),(98,30,'modx-page-settings-right','tab','','modx-panel-resource','',5),(97,30,'menuindex','field','modx-page-settings-left','modx-panel-resource','',4),(96,30,'content_dispo','field','modx-page-settings-left','modx-panel-resource','',3),(95,30,'content_type','field','modx-page-settings-left','modx-panel-resource','',2),(94,30,'class_key','field','modx-page-settings-left','modx-panel-resource','',1),(93,30,'parent-cmb','field','modx-page-settings-left','modx-panel-resource','',0),(92,30,'modx-page-settings-left','tab','','modx-panel-resource','',4),(91,30,'modx-page-settings','tab','','modx-panel-resource','',3),(90,30,'published','field','modx-resource-main-right','modx-panel-resource','',5),(89,30,'hidemenu','field','modx-resource-main-right','modx-panel-resource','',4),(88,30,'link_attributes','field','modx-resource-main-right','modx-panel-resource','',3),(87,30,'menutitle','field','modx-resource-main-right','modx-panel-resource','',2),(86,30,'alias','field','modx-resource-main-right','modx-panel-resource','',1),(85,30,'template','field','modx-resource-main-right','modx-panel-resource','',0),(84,30,'modx-resource-main-right','tab','','modx-panel-resource','',2),(83,30,'introtext','field','modx-resource-main-left','modx-panel-resource','',4),(82,30,'description','field','modx-resource-main-left','modx-panel-resource','',3),(81,30,'longtitle','field','modx-resource-main-left','modx-panel-resource','',2),(80,30,'pagetitle','field','modx-resource-main-left','modx-panel-resource','',1),(79,30,'id','field','modx-resource-main-left','modx-panel-resource','',0),(78,30,'modx-resource-main-left','tab','','modx-panel-resource','',1),(77,30,'modx-resource-settings','tab','','modx-panel-resource','',0),(139,55,'unpub_date','field','modx-page-settings-right','modx-panel-resource','',2),(140,55,'modx-page-settings-right-box-left','tab','','modx-panel-resource','',6),(141,55,'isfolder','field','modx-page-settings-right-box-left','modx-panel-resource','',0),(142,55,'searchable','field','modx-page-settings-right-box-left','modx-panel-resource','',1),(143,55,'richtext','field','modx-page-settings-right-box-left','modx-panel-resource','',2),(144,55,'uri_override','field','modx-page-settings-right-box-left','modx-panel-resource','',3),(145,55,'uri','field','modx-page-settings-right-box-left','modx-panel-resource','',4),(146,55,'modx-page-settings-right-box-right','tab','','modx-panel-resource','',7),(147,55,'cacheable','field','modx-page-settings-right-box-right','modx-panel-resource','',0),(148,55,'syncsite','field','modx-page-settings-right-box-right','modx-panel-resource','',1),(149,55,'deleted','field','modx-page-settings-right-box-right','modx-panel-resource','',2),(150,55,'modx-panel-resource-tv','tab','','modx-panel-resource','tv',8),(151,55,'modx-resource-access-permissions','tab','','modx-panel-resource','',9),(152,55,'modx-resource-content','field','modx-resource-content','modx-panel-resource','',0); /*!40000 ALTER TABLE `modx_actions_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_active_users` -- DROP TABLE IF EXISTS `modx_active_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_active_users` ( `internalKey` int(9) NOT NULL default '0', `username` varchar(50) NOT NULL default '', `lasthit` int(20) NOT NULL default '0', `id` int(10) default NULL, `action` varchar(255) NOT NULL default '', `ip` varchar(20) NOT NULL default '', PRIMARY KEY (`internalKey`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_active_users` -- LOCK TABLES `modx_active_users` WRITE; /*!40000 ALTER TABLE `modx_active_users` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_active_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_categories` -- DROP TABLE IF EXISTS `modx_categories`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_categories` ( `id` int(10) unsigned NOT NULL auto_increment, `parent` int(10) unsigned default '0', `category` varchar(45) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `category` (`category`), KEY `parent` (`parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_categories` -- LOCK TABLES `modx_categories` WRITE; /*!40000 ALTER TABLE `modx_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_categories_closure` -- DROP TABLE IF EXISTS `modx_categories_closure`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_categories_closure` ( `ancestor` int(10) unsigned NOT NULL default '0', `descendant` int(10) unsigned NOT NULL default '0', `depth` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ancestor`,`descendant`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_categories_closure` -- LOCK TABLES `modx_categories_closure` WRITE; /*!40000 ALTER TABLE `modx_categories_closure` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_categories_closure` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_class_map` -- DROP TABLE IF EXISTS `modx_class_map`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_class_map` ( `id` int(10) unsigned NOT NULL auto_increment, `class` varchar(120) NOT NULL default '', `parent_class` varchar(120) NOT NULL default '', `name_field` varchar(255) NOT NULL default 'name', `path` tinytext, `lexicon` varchar(255) NOT NULL default 'core:resource', PRIMARY KEY (`id`), UNIQUE KEY `class` (`class`), KEY `parent_class` (`parent_class`), KEY `name_field` (`name_field`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_class_map` -- LOCK TABLES `modx_class_map` WRITE; /*!40000 ALTER TABLE `modx_class_map` DISABLE KEYS */; INSERT INTO `modx_class_map` VALUES (1,'modDocument','modResource','pagetitle','','core:resource'),(2,'modWebLink','modResource','pagetitle','','core:resource'),(3,'modSymLink','modResource','pagetitle','','core:resource'),(4,'modStaticResource','modResource','pagetitle','','core:resource'),(5,'modTemplate','modElement','templatename','','core:resource'),(6,'modTemplateVar','modElement','name','','core:resource'),(7,'modChunk','modElement','name','','core:resource'),(8,'modSnippet','modElement','name','','core:resource'),(9,'modPlugin','modElement','name','','core:resource'); /*!40000 ALTER TABLE `modx_class_map` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_content_type` -- DROP TABLE IF EXISTS `modx_content_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_content_type` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `description` tinytext, `mime_type` tinytext, `file_extensions` tinytext, `headers` mediumtext, `binary` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_content_type` -- LOCK TABLES `modx_content_type` WRITE; /*!40000 ALTER TABLE `modx_content_type` DISABLE KEYS */; INSERT INTO `modx_content_type` VALUES (1,'HTML','HTML content','text/html','',NULL,0),(2,'XML','XML content','text/xml','.xml',NULL,0),(3,'text','plain text content','text/plain','.txt',NULL,0),(4,'CSS','CSS content','text/css','.css',NULL,0),(5,'javascript','javascript content','text/javascript','.js',NULL,0),(6,'RSS','For RSS feeds','application/rss+xml','.rss',NULL,0),(7,'JSON','JSON','application/json','.js',NULL,0),(8,'PDF','PDF Files','application/pdf','.pdf',NULL,1); /*!40000 ALTER TABLE `modx_content_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_context` -- DROP TABLE IF EXISTS `modx_context`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_context` ( `key` varchar(100) NOT NULL, `description` tinytext, `rank` int(11) NOT NULL default '0', PRIMARY KEY (`key`), KEY `rank` (`rank`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_context` -- LOCK TABLES `modx_context` WRITE; /*!40000 ALTER TABLE `modx_context` DISABLE KEYS */; INSERT INTO `modx_context` VALUES ('web','The default front-end context for your web site.',0),('mgr','The default manager or administration context for content management activity.',0); /*!40000 ALTER TABLE `modx_context` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_context_resource` -- DROP TABLE IF EXISTS `modx_context_resource`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_context_resource` ( `context_key` varchar(255) NOT NULL, `resource` int(11) unsigned NOT NULL, PRIMARY KEY (`context_key`,`resource`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_context_resource` -- LOCK TABLES `modx_context_resource` WRITE; /*!40000 ALTER TABLE `modx_context_resource` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_context_resource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_context_setting` -- DROP TABLE IF EXISTS `modx_context_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_context_setting` ( `context_key` varchar(255) NOT NULL, `key` varchar(50) NOT NULL, `value` mediumtext, `xtype` varchar(75) NOT NULL default 'textfield', `namespace` varchar(40) NOT NULL default 'core', `area` varchar(255) NOT NULL default '', `editedon` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP, PRIMARY KEY (`context_key`,`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_context_setting` -- LOCK TABLES `modx_context_setting` WRITE; /*!40000 ALTER TABLE `modx_context_setting` DISABLE KEYS */; INSERT INTO `modx_context_setting` VALUES ('mgr','allow_tags_in_post','1','combo-boolean','core','system','0000-00-00 00:00:00'),('mgr','modRequest.class','modManagerRequest','textfield','core','system','0000-00-00 00:00:00'),('web','default_template','tftw_asia','textfield','core','','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `modx_context_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_dashboard` -- DROP TABLE IF EXISTS `modx_dashboard`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_dashboard` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` text, `hide_trees` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `name` (`name`), KEY `hide_trees` (`hide_trees`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_dashboard` -- LOCK TABLES `modx_dashboard` WRITE; /*!40000 ALTER TABLE `modx_dashboard` DISABLE KEYS */; INSERT INTO `modx_dashboard` VALUES (1,'Default','',0); /*!40000 ALTER TABLE `modx_dashboard` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_dashboard_widget` -- DROP TABLE IF EXISTS `modx_dashboard_widget`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_dashboard_widget` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` text, `type` varchar(100) NOT NULL, `content` mediumtext, `namespace` varchar(255) NOT NULL default '', `lexicon` varchar(255) NOT NULL default 'core:dashboards', `size` varchar(255) NOT NULL default 'half', PRIMARY KEY (`id`), KEY `name` (`name`), KEY `type` (`type`), KEY `namespace` (`namespace`), KEY `lexicon` (`lexicon`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_dashboard_widget` -- LOCK TABLES `modx_dashboard_widget` WRITE; /*!40000 ALTER TABLE `modx_dashboard_widget` DISABLE KEYS */; INSERT INTO `modx_dashboard_widget` VALUES (1,'w_newsfeed','w_newsfeed_desc','file','[[++manager_path]]controllers/default/dashboard/widget.modx-news.php','core','core:dashboards','half'),(2,'w_securityfeed','w_securityfeed_desc','file','[[++manager_path]]controllers/default/dashboard/widget.modx-security.php','core','core:dashboards','half'),(3,'w_whosonline','w_whosonline_desc','file','[[++manager_path]]controllers/default/dashboard/widget.grid-online.php','core','core:dashboards','half'),(4,'w_recentlyeditedresources','w_recentlyeditedresources_desc','file','[[++manager_path]]controllers/default/dashboard/widget.grid-rer.php','core','core:dashboards','half'),(5,'w_configcheck','w_configcheck_desc','file','[[++manager_path]]controllers/default/dashboard/widget.configcheck.php','core','core:dashboards','full'); /*!40000 ALTER TABLE `modx_dashboard_widget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_dashboard_widget_placement` -- DROP TABLE IF EXISTS `modx_dashboard_widget_placement`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_dashboard_widget_placement` ( `dashboard` int(10) unsigned NOT NULL default '0', `widget` int(10) unsigned NOT NULL default '0', `rank` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`dashboard`,`widget`), KEY `rank` (`rank`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_dashboard_widget_placement` -- LOCK TABLES `modx_dashboard_widget_placement` WRITE; /*!40000 ALTER TABLE `modx_dashboard_widget_placement` DISABLE KEYS */; INSERT INTO `modx_dashboard_widget_placement` VALUES (1,5,0),(1,1,1),(1,2,2),(1,3,3),(1,4,4); /*!40000 ALTER TABLE `modx_dashboard_widget_placement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_document_groups` -- DROP TABLE IF EXISTS `modx_document_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_document_groups` ( `id` int(10) unsigned NOT NULL auto_increment, `document_group` int(10) NOT NULL default '0', `document` int(10) NOT NULL default '0', PRIMARY KEY (`id`), KEY `document_group` (`document_group`), KEY `document` (`document`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_document_groups` -- LOCK TABLES `modx_document_groups` WRITE; /*!40000 ALTER TABLE `modx_document_groups` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_document_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_documentgroup_names` -- DROP TABLE IF EXISTS `modx_documentgroup_names`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_documentgroup_names` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `private_memgroup` tinyint(1) unsigned NOT NULL default '0', `private_webgroup` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_documentgroup_names` -- LOCK TABLES `modx_documentgroup_names` WRITE; /*!40000 ALTER TABLE `modx_documentgroup_names` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_documentgroup_names` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_element_property_sets` -- DROP TABLE IF EXISTS `modx_element_property_sets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_element_property_sets` ( `element` int(10) unsigned NOT NULL default '0', `element_class` varchar(100) NOT NULL default '', `property_set` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`element`,`element_class`,`property_set`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_element_property_sets` -- LOCK TABLES `modx_element_property_sets` WRITE; /*!40000 ALTER TABLE `modx_element_property_sets` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_element_property_sets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_fc_profiles` -- DROP TABLE IF EXISTS `modx_fc_profiles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_fc_profiles` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` text NOT NULL, `active` tinyint(1) NOT NULL default '0', `rank` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `name` (`name`), KEY `rank` (`rank`), KEY `active` (`active`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_fc_profiles` -- LOCK TABLES `modx_fc_profiles` WRITE; /*!40000 ALTER TABLE `modx_fc_profiles` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_fc_profiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_fc_profiles_usergroups` -- DROP TABLE IF EXISTS `modx_fc_profiles_usergroups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_fc_profiles_usergroups` ( `usergroup` int(11) NOT NULL default '0', `profile` int(11) NOT NULL default '0', PRIMARY KEY (`usergroup`,`profile`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_fc_profiles_usergroups` -- LOCK TABLES `modx_fc_profiles_usergroups` WRITE; /*!40000 ALTER TABLE `modx_fc_profiles_usergroups` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_fc_profiles_usergroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_fc_sets` -- DROP TABLE IF EXISTS `modx_fc_sets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_fc_sets` ( `id` int(10) unsigned NOT NULL auto_increment, `profile` int(11) NOT NULL default '0', `action` int(11) NOT NULL default '0', `description` text NOT NULL, `active` tinyint(1) NOT NULL default '0', `template` int(11) NOT NULL default '0', `constraint` varchar(255) NOT NULL default '', `constraint_field` varchar(100) NOT NULL default '', `constraint_class` varchar(100) NOT NULL default '', PRIMARY KEY (`id`), KEY `profile` (`profile`), KEY `action` (`action`), KEY `active` (`active`), KEY `template` (`template`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_fc_sets` -- LOCK TABLES `modx_fc_sets` WRITE; /*!40000 ALTER TABLE `modx_fc_sets` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_fc_sets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_lexicon_entries` -- DROP TABLE IF EXISTS `modx_lexicon_entries`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_lexicon_entries` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `value` text NOT NULL, `topic` varchar(255) NOT NULL default 'default', `namespace` varchar(40) NOT NULL default 'core', `language` varchar(20) NOT NULL default 'en', `createdon` datetime default NULL, `editedon` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP, PRIMARY KEY (`id`), KEY `name` (`name`), KEY `topic` (`topic`), KEY `namespace` (`namespace`), KEY `language` (`language`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_lexicon_entries` -- LOCK TABLES `modx_lexicon_entries` WRITE; /*!40000 ALTER TABLE `modx_lexicon_entries` DISABLE KEYS */; INSERT INTO `modx_lexicon_entries` VALUES (1,'setting_default_template','Default Template','default','core','en','2014-04-02 16:30:50','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `modx_lexicon_entries` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_manager_log` -- DROP TABLE IF EXISTS `modx_manager_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_manager_log` ( `id` int(10) unsigned NOT NULL auto_increment, `user` int(10) unsigned NOT NULL default '0', `occurred` datetime default '0000-00-00 00:00:00', `action` varchar(100) NOT NULL default '', `classKey` varchar(100) NOT NULL default '', `item` varchar(255) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=116 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_manager_log` -- LOCK TABLES `modx_manager_log` WRITE; /*!40000 ALTER TABLE `modx_manager_log` DISABLE KEYS */; INSERT INTO `modx_manager_log` VALUES (1,1,'2014-04-02 15:26:18','setting_update','modSystemSetting','site_name'),(2,1,'2014-04-02 15:27:14','file_rename','','/data/0/0/62/66/62881/user/64075/htdocs/asia/ht.access'),(3,1,'2014-04-02 15:32:37','resource_update','modResource','1'),(4,1,'2014-04-02 15:37:49','resource_update','modResource','1'),(5,1,'2014-04-02 15:50:06','template_create','modTemplate','2'),(6,1,'2014-04-02 15:50:44','resource_update','modResource','1'),(7,1,'2014-04-02 15:51:35','resource_update','modResource','1'),(8,1,'2014-04-02 15:53:49','template_update','modTemplate','2'),(9,1,'2014-04-02 15:54:32','template_update','modTemplate','2'),(10,1,'2014-04-02 16:31:35','resource_create','modDocument','2'),(11,1,'2014-04-02 16:32:41','resource_create','modDocument','3'),(12,1,'2014-04-02 16:32:58','publish_resource','modDocument','3'),(13,1,'2014-04-02 16:34:00','resource_create','modDocument','4'),(14,1,'2014-04-02 16:35:40','publish_resource','modDocument','4'),(15,1,'2014-04-02 16:38:54','resource_create','modDocument','5'),(16,1,'2014-04-02 16:47:29','resource_create','modDocument','6'),(17,1,'2014-04-02 16:52:05','resource_update','modResource','5'),(18,1,'2014-04-02 16:52:37','resource_create','modDocument','7'),(19,1,'2014-04-02 16:53:51','snippet_create','modSnippet','1'),(20,1,'2014-04-02 16:56:16','template_update','modTemplate','2'),(21,1,'2014-04-02 16:57:34','template_update','modTemplate','2'),(22,1,'2014-04-02 17:03:54','resource_update','modResource','6'),(23,1,'2014-04-02 17:04:17','resource_update','modResource','6'),(24,1,'2014-04-02 17:04:38','template_update','modTemplate','2'),(25,1,'2014-04-02 17:05:44','resource_update','modResource','5'),(26,1,'2014-04-02 17:29:51','tv_create','modTemplateVar','1'),(27,1,'2014-04-02 17:32:35','chunk_create','modChunk','1'),(28,1,'2014-04-02 17:33:11','resource_update','modResource','6'),(29,1,'2014-04-02 17:34:57','template_update','modTemplate','2'),(30,1,'2014-04-02 17:36:38','resource_update','modResource','5'),(31,1,'2014-04-02 17:38:19','resource_update','modResource','6'),(32,1,'2014-04-04 12:50:43','resource_update','modResource','1'),(33,1,'2014-04-08 16:46:33','resource_update','modResource','5'),(34,1,'2014-04-08 16:49:46','resource_update','modResource','7'),(35,1,'2014-04-08 16:50:25','resource_update','modResource','7'),(36,1,'2014-04-08 16:52:00','resource_update','modResource','7'),(37,1,'2014-04-08 16:52:47','resource_update','modResource','7'),(38,1,'2014-04-08 16:58:35','resource_create','modDocument','8'),(39,1,'2014-04-08 16:58:55','resource_update','modResource','7'),(40,1,'2014-04-08 17:01:25','resource_update','modResource','7'),(41,1,'2014-04-10 15:37:34','snippet_duplicate','modSnippet','2'),(42,1,'2014-04-10 15:39:19','snippet_update','modSnippet','2'),(43,1,'2014-04-10 15:39:56','template_update','modTemplate','2'),(44,1,'2014-04-10 15:40:58','template_update','modTemplate','2'),(45,1,'2014-04-10 15:42:11','snippet_update','modSnippet','2'),(46,1,'2014-04-10 15:42:43','snippet_update','modSnippet','2'),(47,1,'2014-04-10 15:43:58','snippet_update','modSnippet','2'),(48,1,'2014-04-10 15:48:33','snippet_update','modSnippet','2'),(49,1,'2014-04-10 15:50:56','resource_update','modResource','7'),(50,1,'2014-04-10 15:51:28','resource_update','modResource','8'),(51,1,'2014-04-10 15:55:43','resource_update','modResource','7'),(52,1,'2014-04-11 14:55:55','resource_update','modResource','7'),(53,1,'2014-04-11 15:01:53','template_update','modTemplate','2'),(54,1,'2014-04-11 15:02:00','template_update','modTemplate','2'),(55,1,'2014-04-15 14:14:01','resource_update','modResource','1'),(56,1,'2014-04-15 14:16:34','resource_update','modResource','1'),(57,1,'2014-04-15 14:36:18','template_update','modTemplate','2'),(58,1,'2014-04-15 14:59:01','template_update','modTemplate','2'),(59,1,'2014-04-15 14:59:39','template_update','modTemplate','2'),(60,1,'2014-04-16 16:39:57','template_update','modTemplate','2'),(61,1,'2014-04-16 16:49:01','resource_update','modResource','6'),(62,1,'2014-04-16 17:23:57','chunk_update','modChunk','1'),(63,1,'2014-04-16 17:24:41','chunk_update','modChunk','1'),(64,1,'2014-04-16 17:31:45','resource_update','modResource','8'),(65,1,'2014-04-16 17:52:33','template_update','modTemplate','2'),(66,1,'2014-04-16 17:59:31','resource_update','modResource','4'),(67,1,'2014-04-16 18:05:38','resource_update','modResource','4'),(68,1,'2014-04-16 18:06:20','resource_update','modResource','4'),(69,1,'2014-04-16 18:06:44','resource_update','modResource','4'),(70,1,'2014-04-21 16:06:24','resource_update','modResource','2'),(71,1,'2014-04-21 16:12:01','resource_update','modResource','2'),(72,1,'2014-04-21 16:20:51','resource_update','modResource','2'),(73,1,'2014-04-21 16:22:31','resource_update','modResource','2'),(74,1,'2014-04-21 16:24:43','resource_update','modResource','2'),(75,1,'2014-04-21 16:28:29','resource_update','modResource','2'),(76,1,'2014-04-21 16:35:04','resource_update','modResource','3'),(77,1,'2014-04-21 16:45:35','resource_update','modResource','3'),(78,1,'2014-04-21 16:46:07','resource_update','modResource','3'),(79,1,'2014-04-21 16:46:33','resource_update','modResource','3'),(80,1,'2014-04-21 16:47:04','resource_update','modResource','3'),(81,1,'2014-04-21 16:47:42','resource_update','modResource','3'),(82,1,'2014-04-21 16:48:07','resource_update','modResource','3'),(83,1,'2014-04-21 16:49:15','resource_update','modResource','3'),(84,1,'2014-04-21 16:49:47','resource_update','modResource','3'),(85,1,'2014-04-21 17:01:55','resource_update','modResource','3'),(86,1,'2014-04-21 17:03:05','resource_update','modResource','3'),(87,1,'2014-04-22 16:04:59','resource_update','modResource','3'),(88,1,'2014-04-22 16:07:25','setting_update','modSystemSetting','friendly_urls'),(89,1,'2014-04-22 16:08:17','setting_update','modSystemSetting','friendly_urls_strict'),(90,1,'2014-04-22 16:09:43','setting_update','modSystemSetting','automatic_alias'),(91,1,'2014-04-22 16:10:41','resource_update','modResource','5'),(92,1,'2014-04-22 16:10:54','resource_update','modResource','7'),(93,1,'2014-04-22 16:12:27','setting_update','modSystemSetting','container_suffix'),(94,1,'2014-04-22 16:15:59','setting_update','modSystemSetting','container_suffix'),(95,1,'2014-04-22 16:16:41','setting_update','modSystemSetting','use_alias_path'),(96,1,'2014-04-22 16:19:42','template_update','modTemplate','2'),(97,1,'2014-04-22 16:23:47','setting_update','modSystemSetting','use_alias_path'),(98,1,'2014-04-22 16:24:36','setting_update','modSystemSetting','use_alias_path'),(99,1,'2014-04-22 16:25:04','template_update','modTemplate','2'),(100,1,'2014-04-22 16:25:06','template_update','modTemplate','2'),(101,1,'2014-04-22 16:26:15','template_update','modTemplate','2'),(102,1,'2014-04-22 16:28:37','content_type_save','modContentType','1'),(103,1,'2014-05-09 15:13:28','template_update','modTemplate','2'),(104,1,'2014-05-09 15:29:52','template_update','modTemplate','2'),(105,1,'2014-05-09 15:32:50','template_update','modTemplate','2'),(106,1,'2014-05-09 15:34:08','template_update','modTemplate','2'),(107,1,'2014-08-07 13:37:01','resource_update','modResource','4'),(108,1,'2014-08-15 16:40:44','duplicate_resource','modDocument','9'),(109,1,'2014-08-15 16:46:13','resource_update','modResource','9'),(110,1,'2014-08-15 16:46:47','resource_update','modResource','9'),(111,1,'2014-08-15 16:48:10','resource_update','modResource','7'),(112,1,'2014-08-15 16:48:38','resource_update','modResource','7'),(113,1,'2014-08-29 15:41:41','duplicate_resource','modDocument','10'),(114,1,'2014-08-29 15:47:04','resource_update','modResource','10'),(115,1,'2014-08-29 15:48:13','resource_update','modResource','7'); /*!40000 ALTER TABLE `modx_manager_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_media_sources` -- DROP TABLE IF EXISTS `modx_media_sources`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_media_sources` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` text, `class_key` varchar(100) NOT NULL default 'sources.modFileMediaSource', `properties` mediumtext, `is_stream` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `name` (`name`), KEY `class_key` (`class_key`), KEY `is_stream` (`is_stream`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_media_sources` -- LOCK TABLES `modx_media_sources` WRITE; /*!40000 ALTER TABLE `modx_media_sources` DISABLE KEYS */; INSERT INTO `modx_media_sources` VALUES (1,'Filesystem','','sources.modFileMediaSource','a:0:{}',1); /*!40000 ALTER TABLE `modx_media_sources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_media_sources_contexts` -- DROP TABLE IF EXISTS `modx_media_sources_contexts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_media_sources_contexts` ( `source` int(11) NOT NULL default '0', `context_key` varchar(100) NOT NULL default 'web', PRIMARY KEY (`source`,`context_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_media_sources_contexts` -- LOCK TABLES `modx_media_sources_contexts` WRITE; /*!40000 ALTER TABLE `modx_media_sources_contexts` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_media_sources_contexts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_media_sources_elements` -- DROP TABLE IF EXISTS `modx_media_sources_elements`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_media_sources_elements` ( `source` int(11) unsigned NOT NULL default '0', `object_class` varchar(100) NOT NULL default 'modTemplateVar', `object` int(11) unsigned NOT NULL default '0', `context_key` varchar(100) NOT NULL default 'web', PRIMARY KEY (`source`,`object`,`object_class`,`context_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_media_sources_elements` -- LOCK TABLES `modx_media_sources_elements` WRITE; /*!40000 ALTER TABLE `modx_media_sources_elements` DISABLE KEYS */; INSERT INTO `modx_media_sources_elements` VALUES (1,'modTemplateVar',1,'web'); /*!40000 ALTER TABLE `modx_media_sources_elements` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_member_groups` -- DROP TABLE IF EXISTS `modx_member_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_member_groups` ( `id` int(10) unsigned NOT NULL auto_increment, `user_group` int(10) unsigned NOT NULL default '0', `member` int(10) unsigned NOT NULL default '0', `role` int(10) unsigned NOT NULL default '1', `rank` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `role` (`role`), KEY `rank` (`rank`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_member_groups` -- LOCK TABLES `modx_member_groups` WRITE; /*!40000 ALTER TABLE `modx_member_groups` DISABLE KEYS */; INSERT INTO `modx_member_groups` VALUES (1,1,1,2,0); /*!40000 ALTER TABLE `modx_member_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_membergroup_names` -- DROP TABLE IF EXISTS `modx_membergroup_names`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_membergroup_names` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `description` text, `parent` int(10) unsigned NOT NULL default '0', `rank` int(10) unsigned NOT NULL default '0', `dashboard` int(10) unsigned NOT NULL default '1', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `parent` (`parent`), KEY `rank` (`rank`), KEY `dashboard` (`dashboard`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_membergroup_names` -- LOCK TABLES `modx_membergroup_names` WRITE; /*!40000 ALTER TABLE `modx_membergroup_names` DISABLE KEYS */; INSERT INTO `modx_membergroup_names` VALUES (1,'Administrator',NULL,0,0,1); /*!40000 ALTER TABLE `modx_membergroup_names` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_menus` -- DROP TABLE IF EXISTS `modx_menus`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_menus` ( `text` varchar(255) NOT NULL default '', `parent` varchar(255) NOT NULL default '', `action` int(11) unsigned NOT NULL default '0', `description` varchar(255) NOT NULL default '', `icon` varchar(255) NOT NULL default '', `menuindex` int(11) unsigned NOT NULL default '0', `params` text NOT NULL, `handler` text NOT NULL, `permissions` text NOT NULL, PRIMARY KEY (`text`), KEY `parent` (`parent`), KEY `action` (`action`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_menus` -- LOCK TABLES `modx_menus` WRITE; /*!40000 ALTER TABLE `modx_menus` DISABLE KEYS */; INSERT INTO `modx_menus` VALUES ('dashboard','',0,'','images/misc/logo_tbar.gif',0,'','MODx.loadPage(\"\"); return false;','home'),('dashboards','dashboard',53,'dashboards_desc','images/icons/information.png',0,'','','dashboards'),('site','',0,'','images/misc/logo_tbar.gif',1,'','','menu_site'),('preview','site',0,'preview_desc','images/icons/show.gif',0,'','MODx.preview(); return false;',''),('refresh_site','site',0,'refresh_site_desc','images/icons/refresh.png',1,'','MODx.clearCache(); return false;','empty_cache'),('remove_locks','site',0,'remove_locks_desc','images/ext/default/grid/hmenu-unlock.png',2,'','\nMODx.msg.confirm({\n title: _(\'remove_locks\')\n ,text: _(\'confirm_remove_locks\')\n ,url: MODx.config.connectors_url+\'system/remove_locks.php\'\n ,params: {\n action: \'remove\'\n }\n ,listeners: {\n \'success\': {fn:function() { Ext.getCmp(\"modx-resource-tree\").refresh(); },scope:this}\n }\n});','remove_locks'),('search','site',54,'search_desc','images/icons/context_view.gif',3,'','','search'),('new_document','site',55,'new_document_desc','images/icons/folder_page_add.png',4,'','','new_document'),('new_weblink','site',55,'new_weblink_desc','images/icons/link_add.png',5,'&class_key=modWebLink','','new_weblink'),('new_symlink','site',55,'new_symlink_desc','images/icons/link_add.png',6,'&class_key=modSymLink','','new_symlink'),('new_static_resource','site',55,'new_static_resource_desc','images/icons/link_add.png',7,'&class_key=modStaticResource','','new_static_resource'),('logout','site',0,'logout_desc','images/misc/logo_tbar.gif',8,'','MODx.logout(); return false;','logout'),('components','',0,'','images/icons/plugin.gif',2,'','','components'),('security','',0,'','images/icons/lock.gif',3,'','','menu_security'),('user_management','security',56,'user_management_desc','images/icons/user.gif',0,'','','view_user'),('user_group_management','security',57,'user_group_management_desc','images/icons/mnu_users.gif',1,'','','access_permissions'),('resource_groups','security',58,'resource_groups_desc','',2,'','','access_permissions'),('form_customization','security',59,'form_customization_desc','images/misc/logo_tbar.gif',3,'','','customize_forms'),('flush_access','security',0,'flush_access_desc','images/icons/unzip.gif',4,'','MODx.msg.confirm({\n title: _(\'flush_access\')\n ,text: _(\'flush_access_confirm\')\n ,url: MODx.config.connectors_url+\'security/access/index.php\'\n ,params: {\n action: \'flush\'\n }\n ,listeners: {\n \'success\': {fn:function() { location.href = \'./\'; },scope:this}\n }\n});','access_permissions'),('flush_sessions','security',0,'flush_sessions_desc','images/icons/unzip.gif',5,'','MODx.msg.confirm({\n title: _(\'flush_sessions\')\n ,text: _(\'flush_sessions_confirm\')\n ,url: MODx.config.connectors_url+\'security/flush.php\'\n ,params: {\n action: \'flush\'\n }\n ,listeners: {\n \'success\': {fn:function() { location.href = \'./\'; },scope:this}\n }\n});','flush_sessions'),('tools','',0,'','images/icons/menu_settings.gif',4,'','','menu_tools'),('import_resources','tools',60,'import_resources_desc','images/icons/application_side_contract.png',0,'','','import_static'),('import_site','tools',61,'import_site_desc','images/icons/application_side_contract.png',1,'','','import_static'),('propertysets','tools',62,'propertysets_desc','images/misc/logo_tbar.gif',2,'','','property_sets'),('sources','tools',63,'sources_desc','images/misc/logo_tbar.gif',2,'','','sources'),('reports','',0,'','images/icons/menu_settings16.gif',5,'','','menu_reports'),('site_schedule','reports',64,'site_schedule_desc','images/icons/cal.gif',0,'','','view_document'),('view_logging','reports',65,'view_logging_desc','',1,'','','logs'),('eventlog_viewer','reports',66,'eventlog_viewer_desc','images/icons/comment.gif',2,'','','view_eventlog'),('view_sysinfo','reports',67,'view_sysinfo_desc','images/icons/logging.gif',3,'','','view_sysinfo'),('about','reports',68,'about_desc','images/icons/information.png',4,'','','about'),('system','',0,'','images/misc/logo_tbar.gif',6,'','','menu_system'),('manage_workspaces','system',69,'manage_workspaces_desc','images/icons/sysinfo.gif',0,'','','packages'),('system_settings','system',70,'system_settings_desc','images/icons/sysinfo.gif',1,'','','settings'),('lexicon_management','system',71,'lexicon_management_desc','images/icons/logging.gif',2,'','','lexicons'),('content_types','system',72,'content_types_desc','images/icons/logging.gif',3,'','','content_types'),('contexts','system',73,'contexts_desc','images/icons/sysinfo.gif',4,'','','view_context'),('edit_menu','system',74,'edit_menu_desc','images/icons/sysinfo.gif',5,'','','menus,actions'),('namespaces','system',75,'namespaces_desc','',6,'','','namespaces'),('user','',0,'','images/icons/user_go.png',7,'','','menu_user'),('profile','user',76,'profile_desc','',0,'','','change_profile'),('messages','user',77,'messages_desc','images/icons/messages.gif',1,'','','messages'),('support','',0,'support_desc','images/icons/sysinfo.gif',8,'','','menu_support'),('forums','support',0,'forums_desc','images/icons/sysinfo.gif',0,'','window.open(\"http://modx.com/forums\");',''),('wiki','support',0,'wiki_desc','images/icons/sysinfo.gif',1,'','window.open(\"http://rtfm.modx.com/\");',''),('jira','support',0,'jira_desc','images/icons/sysinfo.gif',2,'','window.open(\"http://bugs.modx.com/projects/revo/issues\");',''),('api_docs','support',0,'api_docs_desc','images/icons/sysinfo.gif',3,'','window.open(\"http://api.modx.com/revolution/2.2/\");',''); /*!40000 ALTER TABLE `modx_menus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_namespaces` -- DROP TABLE IF EXISTS `modx_namespaces`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_namespaces` ( `name` varchar(40) NOT NULL default '', `path` text, `assets_path` text, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_namespaces` -- LOCK TABLES `modx_namespaces` WRITE; /*!40000 ALTER TABLE `modx_namespaces` DISABLE KEYS */; INSERT INTO `modx_namespaces` VALUES ('core','{core_path}','{assets_path}'); /*!40000 ALTER TABLE `modx_namespaces` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_property_set` -- DROP TABLE IF EXISTS `modx_property_set`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_property_set` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', `category` int(10) NOT NULL default '0', `description` varchar(255) NOT NULL default '', `properties` text, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `category` (`category`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_property_set` -- LOCK TABLES `modx_property_set` WRITE; /*!40000 ALTER TABLE `modx_property_set` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_property_set` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_register_messages` -- DROP TABLE IF EXISTS `modx_register_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_register_messages` ( `topic` int(10) unsigned NOT NULL, `id` varchar(255) NOT NULL, `created` datetime NOT NULL, `valid` datetime NOT NULL, `accessed` timestamp NULL default NULL on update CURRENT_TIMESTAMP, `accesses` int(10) unsigned NOT NULL default '0', `expires` int(20) NOT NULL default '0', `payload` mediumtext NOT NULL, `kill` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`topic`,`id`), KEY `created` (`created`), KEY `valid` (`valid`), KEY `accessed` (`accessed`), KEY `accesses` (`accesses`), KEY `expires` (`expires`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_register_messages` -- LOCK TABLES `modx_register_messages` WRITE; /*!40000 ALTER TABLE `modx_register_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_register_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_register_queues` -- DROP TABLE IF EXISTS `modx_register_queues`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_register_queues` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `options` mediumtext, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_register_queues` -- LOCK TABLES `modx_register_queues` WRITE; /*!40000 ALTER TABLE `modx_register_queues` DISABLE KEYS */; INSERT INTO `modx_register_queues` VALUES (1,'user','a:0:{}'),(2,'locks','a:1:{s:9:\"directory\";s:5:\"locks\";}'),(3,'resource_reload','a:1:{s:9:\"directory\";s:15:\"resource_reload\";}'); /*!40000 ALTER TABLE `modx_register_queues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_register_topics` -- DROP TABLE IF EXISTS `modx_register_topics`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_register_topics` ( `id` int(10) unsigned NOT NULL auto_increment, `queue` int(10) unsigned NOT NULL, `name` varchar(255) NOT NULL, `created` datetime NOT NULL, `updated` timestamp NULL default NULL on update CURRENT_TIMESTAMP, `options` mediumtext, PRIMARY KEY (`id`), KEY `queue` (`queue`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_register_topics` -- LOCK TABLES `modx_register_topics` WRITE; /*!40000 ALTER TABLE `modx_register_topics` DISABLE KEYS */; INSERT INTO `modx_register_topics` VALUES (1,1,'/pwd/reset/','2014-04-02 15:16:24',NULL,NULL),(2,2,'/resource/','2014-04-02 15:32:23',NULL,NULL),(3,3,'/resourcereload/','2014-04-02 15:50:26',NULL,NULL); /*!40000 ALTER TABLE `modx_register_topics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_session` -- DROP TABLE IF EXISTS `modx_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_session` ( `id` varchar(255) NOT NULL default '', `access` int(20) unsigned NOT NULL, `data` mediumtext, PRIMARY KEY (`id`), KEY `access` (`access`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_session` -- LOCK TABLES `modx_session` WRITE; /*!40000 ALTER TABLE `modx_session` DISABLE KEYS */; INSERT INTO `modx_session` VALUES ('f2b56dd8f0dccb14752289353e7362c7',1426332782,'modx.user.contextTokens|a:0:{}'),('91859814a83ec6d258a1980bfbc147ff',1426332779,'modx.user.contextTokens|a:0:{}'),('b5e11e2bc235c14dccddeef08c7c998f',1426323704,'modx.user.contextTokens|a:0:{}'),('12bbdeca7c48ab797389c2702cc7ca2b',1426323702,'modx.user.contextTokens|a:0:{}'),('7f50cbcd76ce8e68e9876297a00f025e',1426323701,'modx.user.contextTokens|a:0:{}'),('d28755772aa9ad85610ad52059296f9f',1426323700,'modx.user.contextTokens|a:0:{}'),('7c3ffc0c7aba8d5cb6d196df16a8adba',1426323686,'modx.user.contextTokens|a:0:{}'),('28fdf301e307acce0c458e250a4bb32e',1426310531,'modx.user.contextTokens|a:0:{}'),('002008928900b74b8ef97d67f6e60b21',1426310531,'modx.user.contextTokens|a:0:{}'),('70754e4bb2bb45c84c225d0a6af03066',1426309372,'modx.user.contextTokens|a:0:{}'),('505524504efccf7a8eeaab813d10277a',1426296642,'modx.user.contextTokens|a:0:{}'),('0b8a7c6696019d3f268fe666e4322fef',1426271918,'modx.user.contextTokens|a:0:{}'),('dd87cb7acdbfb225c6fb63acb1358aed',1426260967,'modx.user.contextTokens|a:0:{}'),('54cf17bad59996cd637fd3f3c27ec300',1426251701,'modx.user.contextTokens|a:0:{}'),('75160160e3e3f987e9af11dd8e63013b',1426250525,'modx.user.contextTokens|a:0:{}'),('1df2e2ec230ea61d5ff5200dcfffddad',1426247208,'modx.user.contextTokens|a:0:{}'),('dcf8b897bef5447f4b9ce54e922cfc88',1426238272,'modx.user.contextTokens|a:0:{}'),('b3490000b232f47d06257fdd78d04a52',1426221658,'modx.user.contextTokens|a:0:{}'),('dc6ad285b460c9822a4a6dff74b37690',1426386187,'modx.user.contextTokens|a:0:{}'),('03699a2f3d4e222d46c8f82e3bb0485a',1426386187,'modx.user.contextTokens|a:0:{}'),('0daa704a2d908c0e03077de275f302e5',1426386187,'modx.user.contextTokens|a:0:{}'),('30adb7a344d8252aae51ed52ded48c22',1426386187,'modx.user.contextTokens|a:0:{}'),('ce225a12aadf4dbbb3a439b7d137683a',1426386186,'modx.user.contextTokens|a:0:{}'),('5b75d10081bd0bad603139d85f20c04a',1426386186,'modx.user.contextTokens|a:0:{}'),('2b923899038bd019bf9a37b6b2a86559',1426386186,'modx.user.contextTokens|a:0:{}'),('2e648b3c8bed54755144435fd4df490f',1426386186,'modx.user.contextTokens|a:0:{}'),('c7dfa6a4bc1cf5c9b9dd4246ad3d5ecb',1426386185,'modx.user.contextTokens|a:0:{}'),('1c815d04cc59c98e8ccefcb14dff2933',1426386185,'modx.user.contextTokens|a:0:{}'),('9e8abc31140827958107557415ccfcec',1426386185,'modx.user.contextTokens|a:0:{}'),('d5683b20e9d8a72995edd1e8dfeda102',1426386185,'modx.user.contextTokens|a:0:{}'),('252800794550974351f9affc9839d5b9',1426386185,'modx.user.contextTokens|a:0:{}'),('5c226f5bc17987721e6151df92483e8e',1426386184,'modx.user.contextTokens|a:0:{}'),('f1d234129ce568cedeb26d8722bd8d95',1426386184,'modx.user.contextTokens|a:0:{}'),('cc2cdf8a4ea59ce56fc7a00b4429621b',1426386184,'modx.user.contextTokens|a:0:{}'),('eae96ea5d131a6a4a53b86ba2bd24153',1426386184,'modx.user.contextTokens|a:0:{}'),('42207569e00ebde7c3c3baa8bdbfee50',1426386184,'modx.user.contextTokens|a:0:{}'),('705227c972fc1be19021e4ef2142c3ae',1426386183,'modx.user.contextTokens|a:0:{}'),('f1414e3a9d038bbb7e5238374aa475d2',1426386183,'modx.user.contextTokens|a:0:{}'),('9faafb47a7c732dd2dfa4a9e8189848f',1426386183,'modx.user.contextTokens|a:0:{}'),('e51c97180dc3f0f1de55e0bdb3ba77aa',1426386183,'modx.user.contextTokens|a:0:{}'),('8bcee0f80ea73bcbcc1e6e6a5aaa31ef',1426386183,'modx.user.contextTokens|a:0:{}'),('b49ab5fb13af8345a8b30a36dbb4db61',1426386182,'modx.user.contextTokens|a:0:{}'),('6e779617ce9fca4bcc0a3a7082e30de0',1426386182,'modx.user.contextTokens|a:0:{}'),('1d7c4f15108d5e29e8ac821ac9b096e3',1426386182,'modx.user.contextTokens|a:0:{}'),('b2278577a3e5f9a200fc53950be8a402',1426386182,'modx.user.contextTokens|a:0:{}'),('89a83ce17cf30628670e47ad2088b479',1426386182,'modx.user.contextTokens|a:0:{}'),('b9d3ea670df1c357b30b39ea3c7c90e8',1426386181,'modx.user.contextTokens|a:0:{}'),('b44069cc54e6e76a9488a26ae62bcc6b',1426386181,'modx.user.contextTokens|a:0:{}'),('9d7f149c3bac52fbc924a24c9797ea16',1426386181,'modx.user.contextTokens|a:0:{}'),('2a27fe28713479df5e72ca135a4d4882',1426386181,'modx.user.contextTokens|a:0:{}'),('a90a8d22b59da5b272e881f39d4b8e93',1426386181,'modx.user.contextTokens|a:0:{}'),('4860e37639ae9aa37c9edefd182d1557',1426386180,'modx.user.contextTokens|a:0:{}'),('00343fce8dffe682ac6267149d877a67',1426360530,'modx.user.contextTokens|a:0:{}'),('73063f9cf7e51db7b8d76471369d4053',1426386180,'modx.user.contextTokens|a:0:{}'),('b24a6e0643b1302a272a168983b23c13',1426386180,'modx.user.contextTokens|a:0:{}'),('a149db81a7b183f6f63890d1601a0bb9',1426386180,'modx.user.contextTokens|a:0:{}'),('543b6864da67c2253f10363831bbf39e',1426386175,'modx.user.contextTokens|a:0:{}'),('212e8da6bd071f0e0cd4d09bf30424b2',1426386175,'modx.user.contextTokens|a:0:{}'),('32e7121be065bbc37a3330e21781d200',1426386175,'modx.user.contextTokens|a:0:{}'),('51dbaa09af831beb7c6e5de1e27eb3c2',1426386174,'modx.user.contextTokens|a:0:{}'),('51941a8ab18f1d50d3de01fc959a28e0',1426386174,'modx.user.contextTokens|a:0:{}'),('f691c5c93bfe0e67530aa8e407fe6440',1426386174,'modx.user.contextTokens|a:0:{}'),('4263f9fca1a44cc20488c9d45936310b',1426386174,'modx.user.contextTokens|a:0:{}'),('6f1249cfd19a26c66e69647cd141e2f1',1426386174,'modx.user.contextTokens|a:0:{}'),('16269dcc34bee45d6dba8ec13fec7461',1426417700,'modx.user.contextTokens|a:0:{}'),('fa7bfdc2b9ee2cbcc586e70bb8ed84d3',1426417660,'modx.user.contextTokens|a:0:{}'),('66b9b997c33a01835a1575fc4104529e',1426417497,'modx.user.contextTokens|a:0:{}'),('3caf9f39a70eafb88dab147b3452f633',1426417471,'modx.user.contextTokens|a:0:{}'),('db8c9feefe4baef7c0d33d18a7ecde3d',1426417127,'modx.user.contextTokens|a:0:{}'),('c942037aada5fac75d15206b350b60ea',1426416944,'modx.user.contextTokens|a:0:{}'),('ca26afe166003da045e6761a7df2add8',1426416263,'modx.user.contextTokens|a:0:{}'),('51f5400733adce888d7d07c44d584c74',1426416162,'modx.user.contextTokens|a:0:{}'),('ca4ff836e3e1ed93cdb1e9cfab1e83ba',1426704919,'modx.user.contextTokens|a:0:{}'),('8426dd5b997bb80000085847376d0173',1426535302,'modx.user.contextTokens|a:0:{}'),('b8dae4830d0c8154a7392d9bde1b61fc',1426533223,'modx.user.contextTokens|a:0:{}'),('af8c4d25c7c41693e42202d1f4fa1ed4',1426516852,'modx.user.contextTokens|a:0:{}'),('fc909b30ad6305bd39988578fd424603',1426504921,'modx.user.contextTokens|a:0:{}'),('4e6705e560b3138c634bc83b24d627eb',1426490564,'modx.user.contextTokens|a:0:{}'),('26fdf27b8cff7e57ab2880d8d0635455',1426485275,'modx.user.contextTokens|a:0:{}'),('2100877574c4b6a4f3effe4636b09e94',1426484490,'modx.user.contextTokens|a:0:{}'),('5f145abdf3e9a5c4d0136fddd33ecb6e',1426484393,'modx.user.contextTokens|a:0:{}'),('09af4bb6e245c1c6f293c07f0907957a',1426484244,'modx.user.contextTokens|a:0:{}'),('8daf58c5c2e8973a539e4787ae7eea7e',1426484128,'modx.user.contextTokens|a:0:{}'),('85ec9f3cbaa29fd8c786836950aca9c3',1426484093,'modx.user.contextTokens|a:0:{}'),('940e8a03a4125a9c52bf5ffd786ac5ea',1426483933,'modx.user.contextTokens|a:0:{}'),('afa04656e4a1aff253e61cc4782b6c62',1426483889,'modx.user.contextTokens|a:0:{}'),('e8789fade565bb94fe0c4ae364e6965b',1426483874,'modx.user.contextTokens|a:0:{}'),('bd2d6d2816277dfae054c2ba3ce8de0d',1426483868,'modx.user.contextTokens|a:0:{}'),('73231fa2024cc4c015a5d0d75ea7e85c',1426483855,'modx.user.contextTokens|a:0:{}'),('f0e159150941a59f14273515a6f01086',1426131305,'modx.user.contextTokens|a:0:{}'),('43678a0839bc25e98ec2ae49bc5d9940',1426124760,'modx.user.contextTokens|a:0:{}'),('2a4935d0d1ac690f786c161e7bccb1b7',1426071279,'modx.user.contextTokens|a:0:{}'),('73d94ce5aaf449506ee6b73868f11a57',1426064775,'modx.user.contextTokens|a:0:{}'),('72d79ace9f07f26335f36732d84d3bbf',1426064556,'modx.user.contextTokens|a:0:{}'),('9680cde7710a6a2bb391d11ef2e34281',1426062127,'modx.user.contextTokens|a:0:{}'),('856569075cdaa97ed491b458ba0bfb22',1426062061,'modx.user.contextTokens|a:0:{}'),('e9540c1dc70286d3d82cac172a5a8c02',1426060887,'modx.user.contextTokens|a:0:{}'),('06d9d1a35e6addaf62f0f12693f52eb7',1426060069,'modx.user.contextTokens|a:0:{}'),('31bcfd8444c77d5ba50dc83d0eb259fd',1426059842,'modx.user.contextTokens|a:0:{}'),('e7bcf944f0d70d55399b3f9d33b417af',1426058950,'modx.user.contextTokens|a:0:{}'),('35c94b0e742554971263720a2a1188ce',1426058399,'modx.user.contextTokens|a:0:{}'),('105e7eaf0a78304cd643b19b2563a1cb',1426057735,'modx.user.contextTokens|a:0:{}'),('1f48c16125137d2fa9e89cbca0df9418',1426057524,'modx.user.contextTokens|a:0:{}'),('b39bdf6bd65e156dff0d2293517fd321',1426057440,'modx.user.contextTokens|a:0:{}'),('6a8d6e19621eab5e8f909e09cba48c48',1426056896,'modx.user.contextTokens|a:0:{}'),('4211f447cf52cf187fa4b3c48a6b7159',1426053368,'modx.user.contextTokens|a:0:{}'),('e8a2461b711fb5c4bafb27a4fefef7fd',1426053180,'modx.user.contextTokens|a:0:{}'),('362bade479bf366c6b2e6fa70e02a10f',1426214294,'modx.user.contextTokens|a:0:{}'),('281f6a4975530476c873e09fb5a4ffe4',1426214184,'modx.user.contextTokens|a:0:{}'),('aa6da0068f8ab4a4529b435c7c2f8d09',1426214113,'modx.user.contextTokens|a:0:{}'),('e4c3aa03a9f09e0836da2842b769e22a',1426213402,'modx.user.contextTokens|a:0:{}'),('6fbadd5ff0e0c77b7d62bf5f48a211a1',1426213046,'modx.user.contextTokens|a:0:{}'),('84df628005ccbb42fe1f2eec17c17686',1426213032,'modx.user.contextTokens|a:0:{}'),('14bb938db0b730e5111cc5c0dafd9f74',1426212582,'modx.user.contextTokens|a:0:{}'),('2726088776d53b0312eed9f35b4e129a',1426210178,'modx.user.contextTokens|a:0:{}'),('c58f49cc9b562e18d66e98b43dde38d8',1426208555,'modx.user.contextTokens|a:0:{}'),('f0816c3868b37859300b85e0050d4671',1426208130,'modx.user.contextTokens|a:0:{}'),('820db353c1abc42c61b0ce4edafa5875',1426207327,'modx.user.contextTokens|a:0:{}'),('d50807bb07ebbeb3bc65e09da05f3398',1426207019,'modx.user.contextTokens|a:0:{}'),('9bbf154ddcc5e1c585e365e1199ea337',1426206640,'modx.user.contextTokens|a:0:{}'),('c6837ae37c2119f8128c9cb3b9b2e221',1426206194,'modx.user.contextTokens|a:0:{}'),('56aaea5ad02463bf8ad7ba513408a1d0',1426205531,'modx.user.contextTokens|a:0:{}'),('247a6605a0f9804ac799d181cde42f1c',1426204856,'modx.user.contextTokens|a:0:{}'),('3c5ae86faf7e954c5fe93bab0489cb1b',1426204810,'modx.user.contextTokens|a:0:{}'),('be82a71df3fc5991db59c325717287b1',1426204420,'modx.user.contextTokens|a:0:{}'),('775ca54e269842f7fe991a8b894a01ed',1426483839,'modx.user.contextTokens|a:0:{}'),('ef931b4d022984b2e86d762b76896fed',1426483804,'modx.user.contextTokens|a:0:{}'),('30fb5bc5dd86e1835f4f5c7ff65465cc',1426474232,'modx.user.contextTokens|a:0:{}'),('9f57d20229c9746004aa6bea66b64589',1426474232,'modx.user.contextTokens|a:0:{}'),('eb6c957d72463954da245ceec51ed888',1426474232,'modx.user.contextTokens|a:0:{}'),('eaa4caf37e0a6a80d660f96c521e9b97',1426474231,'modx.user.contextTokens|a:0:{}'),('449f34aceedf32cb687a8a28974700a9',1426474231,'modx.user.contextTokens|a:0:{}'),('9a3c152f9b3231ac276ab500ed1103d5',1426474231,'modx.user.contextTokens|a:0:{}'),('87c91086f4f446d980a4eef1ef83e742',1426474231,'modx.user.contextTokens|a:0:{}'),('d36bcf3837706f48fffec5ff3632b4d9',1426474231,'modx.user.contextTokens|a:0:{}'),('56286de2bc9ab69784c40a8866070e93',1426474230,'modx.user.contextTokens|a:0:{}'),('d93144c6a54bd047eb68b5168f492229',1426474230,'modx.user.contextTokens|a:0:{}'),('8a377daef36d71c31b70e76e9182ba1b',1426474230,'modx.user.contextTokens|a:0:{}'),('9b0c2d7ed336642a32e0463284802618',1425944141,'modx.user.contextTokens|a:0:{}'),('639e549f5b8cb64c873926cfbbf81446',1425948479,'modx.user.contextTokens|a:0:{}'),('401a16cd236cc2f105e4ef38461fecea',1425948569,'modx.user.contextTokens|a:0:{}'),('69a1adc9d2e2f424b05557a0f5bea7f2',1425948592,'modx.user.contextTokens|a:0:{}'),('24d0617fdd953313c43b2d9a3b58cc93',1425948615,'modx.user.contextTokens|a:0:{}'),('185fbaf85a8069e7fd18f065bf537dda',1425948621,'modx.user.contextTokens|a:0:{}'),('7f74f7f41cfaf11157042a0ec40701ce',1425948842,'modx.user.contextTokens|a:0:{}'),('31ae44a1b2d6d0cd3491d60cf79ff323',1425949213,'modx.user.contextTokens|a:0:{}'),('b09ebd40d9ad5566ec86312f6ce0a4d5',1425949383,'modx.user.contextTokens|a:0:{}'),('ac28483f3ec96d2534e35be114747128',1425949385,'modx.user.contextTokens|a:0:{}'),('c9a19d0b4a815fe30f25f0f77264db99',1425954507,'modx.user.contextTokens|a:0:{}'),('5e90b28a05f4517e4686fb7d9882891d',1425972898,'modx.user.contextTokens|a:0:{}'),('72fa8c96f170663a741387d8ea1c88e2',1425976845,'modx.user.contextTokens|a:0:{}'),('2d69242de94fb3f7f12aab3a2c67fdf6',1425976897,'modx.user.contextTokens|a:0:{}'),('0f88c8546dd982bf6efc56fb6c3771b2',1425983091,'modx.user.contextTokens|a:0:{}'),('6a8b632c4022827000096f06bb77ae63',1425983978,'modx.user.contextTokens|a:0:{}'),('7a648e66591b3bfd42eea0582ccfe8d7',1425988525,'modx.user.contextTokens|a:0:{}'),('a7ca6b9805958f96c229d97550bb45ff',1425988526,'modx.user.contextTokens|a:0:{}'),('b5d88033177dc33a091fa260de73093a',1426020048,'modx.user.contextTokens|a:0:{}'),('f999aef813a6e40c6767162c17e6e560',1426020049,'modx.user.contextTokens|a:0:{}'),('2ad0442a031f7cd25ce8a45fbc9ac705',1426020049,'modx.user.contextTokens|a:0:{}'),('60b480c677e34c84c2188cfd64aa1dfe',1426027075,'modx.user.contextTokens|a:0:{}'),('e489de5bb3aba6b18f26c906483738cd',1426027775,'modx.user.contextTokens|a:0:{}'),('065b37ecc0351755ea85d9182c8b44d2',1426030969,'modx.user.contextTokens|a:0:{}'),('ac05de9bc4eb053d75a096cfa94c9a87',1426034342,'modx.user.contextTokens|a:0:{}'),('da138c50f9943ad9f92ed45749ed0ce3',1426034343,'modx.user.contextTokens|a:0:{}'),('67648a18e6534f72c5500c0739dea40d',1426039469,'modx.user.contextTokens|a:0:{}'),('89bada80a0ea9cd1f59378043853de70',1426039478,'modx.user.contextTokens|a:0:{}'),('45ca8692700c05cb56d49a52195d86ac',1426039479,'modx.user.contextTokens|a:0:{}'),('ec1644f9af014ce1393520712c6eff4b',1426045361,'modx.user.contextTokens|a:0:{}'),('0c3e0ea22852a341628c84253e16ab27',1426046453,'modx.user.contextTokens|a:0:{}'),('e6052dd83958327a7cc6ea683f271751',1426047421,'modx.user.contextTokens|a:0:{}'),('1a8a4c0af1f76c77c9590aea89bf1b32',1426047422,'modx.user.contextTokens|a:0:{}'),('772d8a59ca3880b9c57b7650d21b0f30',1426053152,'modx.user.contextTokens|a:0:{}'),('30ab24e91929132278453d71626bcbab',1426053163,'modx.user.contextTokens|a:0:{}'),('cc0a377e2692d574c6a692f7475e93f0',1426178314,'modx.user.contextTokens|a:0:{}'),('77cc39bd44f088f4e9497267a1d8d474',1426183134,'modx.user.contextTokens|a:0:{}'),('8c7fa27458b359ed46477abf23d64a12',1426193964,'modx.user.contextTokens|a:0:{}'),('8f10df4b9a5ddb369b9fcbbe27cdecca',1426194304,'modx.user.contextTokens|a:0:{}'),('3fe94d709443ee09854bc12740ecedf6',1426195073,'modx.user.contextTokens|a:0:{}'),('6c811f819a18f0ecf6506fd3e7aa21f6',1426199505,'modx.user.contextTokens|a:0:{}'),('5b822a919fc8ec5b9aa1e8c75f67f4ec',1426199510,'modx.user.contextTokens|a:0:{}'),('186e3e2fbae1e58de7f3e4c621dc0182',1426214721,'modx.user.contextTokens|a:0:{}'),('8bf91b85be8100d71e61e100ccd51a61',1426214728,'modx.user.contextTokens|a:0:{}'),('b3d3fa523209702c764dd86509c003ba',1426215042,'modx.user.contextTokens|a:0:{}'),('c60539c47468f3a3d26db2674bedd735',1426215087,'modx.user.contextTokens|a:0:{}'),('166ff68886101fe8ab29a77816d63cec',1426216213,'modx.user.contextTokens|a:0:{}'),('5d784c9afeb89c54a1ef5902125e8810',1426216391,'modx.user.contextTokens|a:0:{}'),('1d8ce797600b3294b3bc202832e5c44a',1426216459,'modx.user.contextTokens|a:0:{}'),('378483045b0198a9a63f836e7638fb1b',1426216621,'modx.user.contextTokens|a:0:{}'),('a801876c2d736507e39f7657d47c17cf',1426216698,'modx.user.contextTokens|a:0:{}'),('1e820e87e0be13c4defc786760c2de28',1426217513,'modx.user.contextTokens|a:0:{}'),('e14f096ef1d095adaf5bddb62a3dff9a',1426221648,'modx.user.contextTokens|a:0:{}'),('cb773d54aec1e1a2c517b24620afe383',1426221657,'modx.user.contextTokens|a:0:{}'),('30ffc200ac0b5220fb85846be2f127db',1426386188,'modx.user.contextTokens|a:0:{}'),('50073767afb9e28d8be4315c34191d54',1426386188,'modx.user.contextTokens|a:0:{}'),('c901ffd18555db1c893536f11dc420ac',1426386188,'modx.user.contextTokens|a:0:{}'),('3f1227c2359eef651eb37e961f58465d',1426386189,'modx.user.contextTokens|a:0:{}'),('8a172dd23bdd4dc9f38fbfeca76b0a6c',1426386189,'modx.user.contextTokens|a:0:{}'),('33f37287395955ee776f3e28a8e5ae82',1426386190,'modx.user.contextTokens|a:0:{}'),('921c0cc90f828a7c25d599d6907aebd2',1426386190,'modx.user.contextTokens|a:0:{}'),('a3d1241bfbc17ed7ca71bae5e5883f38',1426386191,'modx.user.contextTokens|a:0:{}'),('277e7b3cecf96208c2e2fadf6b311442',1426386191,'modx.user.contextTokens|a:0:{}'),('e04bdce3d676b757231ec06c6e2dd9cd',1426386191,'modx.user.contextTokens|a:0:{}'),('d62456ff49576152c3b262e2477c1c96',1426386192,'modx.user.contextTokens|a:0:{}'),('ca8666758f5bbe3fb57f53548aa5647a',1426386192,'modx.user.contextTokens|a:0:{}'),('b53cb36d8e054431ce5aff8ea8e59b83',1426386192,'modx.user.contextTokens|a:0:{}'),('289e1ebf815184e544871d0a7904732c',1426386194,'modx.user.contextTokens|a:0:{}'),('1b4ceb35aabf54ca22e36b7251bf5b36',1426386195,'modx.user.contextTokens|a:0:{}'),('79f0aa9e871a9fbd4962990525a02729',1426386195,'modx.user.contextTokens|a:0:{}'),('4db479642d5be26258b7a3cd59b99d65',1426386195,'modx.user.contextTokens|a:0:{}'),('7ea67af94b1145c3cc0688c8f5ed4d1c',1426393472,'modx.user.contextTokens|a:0:{}'),('8e0526d75d7157def685d796a50b9f9c',1426399999,'modx.user.contextTokens|a:0:{}'),('cb46d61870e85c7c156cd7097f49a26a',1426400298,'modx.user.contextTokens|a:0:{}'),('9dbd65255cc878cb1ea2530e4ba4faac',1426400518,'modx.user.contextTokens|a:0:{}'),('0fe5d3b2a37d2b80ebc79fc9702a0eaa',1426402348,'modx.user.contextTokens|a:0:{}'),('73a3143cb52c07299b4f0252b5806f04',1426402920,'modx.user.contextTokens|a:0:{}'),('b00a40f17f53e9ebd3e625c0cf9e7fa3',1426403112,'modx.user.contextTokens|a:0:{}'),('de081c6e1729ef15667eeca45c8aa3d5',1426403339,'modx.user.contextTokens|a:0:{}'),('872c684c574ca86388cd68d97db8cb2c',1426403467,'modx.user.contextTokens|a:0:{}'),('3d432795636ca478b6db22a9dfaa2f7e',1426403751,'modx.user.contextTokens|a:0:{}'),('4c074e8f2130c65ae3fc7d41a0bb20c0',1426403921,'modx.user.contextTokens|a:0:{}'),('77dddf4422a8faf4f1ce756a10a0dcde',1426404312,'modx.user.contextTokens|a:0:{}'),('c24f3987f1a7afb9d81493d15752909c',1426404469,'modx.user.contextTokens|a:0:{}'),('ca1c6a6a341318981fc8cd109e76d40f',1426404701,'modx.user.contextTokens|a:0:{}'),('0e251e4987266f33039472b598ae4eaf',1426404732,'modx.user.contextTokens|a:0:{}'),('e85f7b3aefc0d9b48e781fca4791bf42',1426405099,'modx.user.contextTokens|a:0:{}'),('ced47679ca0b80323509a7954c224fa5',1426405481,'modx.user.contextTokens|a:0:{}'),('a2146bbedc234b7e5a89dee6b2eb8c9a',1426405913,'modx.user.contextTokens|a:0:{}'),('8a128e3fed734f13fb8c6e3c53a26ce8',1426406070,'modx.user.contextTokens|a:0:{}'),('7a5741a2fbe6c5ad62e5b98846b858d2',1426406358,'modx.user.contextTokens|a:0:{}'),('49bda67dfa802c717f4545b75b2d9754',1426406487,'modx.user.contextTokens|a:0:{}'),('8cd2189753c0afd37d2c699d2144adbd',1426406658,'modx.user.contextTokens|a:0:{}'),('36a99181d7110f72b07c38bfe2d13483',1426406773,'modx.user.contextTokens|a:0:{}'),('8d0ec4df02773a5f1521bdb42e1067ad',1426406780,'modx.user.contextTokens|a:0:{}'),('2137410cfb2e3dd148197e3ae376ec81',1426410042,'modx.user.contextTokens|a:0:{}'),('450cbfcb367c795abafc6fb3078ac39b',1426410345,'modx.user.contextTokens|a:0:{}'),('8f9aa5ff73ab23a8ba9b828a287f7036',1426410431,'modx.user.contextTokens|a:0:{}'),('9f6937075e638b2b18402fa44ebc6cf5',1426411268,'modx.user.contextTokens|a:0:{}'),('4c6cdb8e418e3c6a0981ce62a1ec8c48',1426411403,'modx.user.contextTokens|a:0:{}'),('f02ccbef26998cc82793836c0ef826ca',1426411580,'modx.user.contextTokens|a:0:{}'),('4f7102941eb740d00b4b3f1f1ee31cb4',1426411865,'modx.user.contextTokens|a:0:{}'),('8ebed0dac06cbb34afa0561f0ee30ad5',1426411900,'modx.user.contextTokens|a:0:{}'),('df7355473d2e2924cfc05b333f099c39',1426414123,'modx.user.contextTokens|a:0:{}'),('088c25912e388cb7176418f78c8183a1',1426414494,'modx.user.contextTokens|a:0:{}'),('6da0bfe2e88b25eaf37728a030b1ae41',1426414741,'modx.user.contextTokens|a:0:{}'),('4c849ec53dc54d0605ed31b2c51c19d5',1426414742,'modx.user.contextTokens|a:0:{}'),('4cfb3b4214bac7da19e68848161caa1a',1426415817,'modx.user.contextTokens|a:0:{}'),('6a8810c3de050008687ba4e580ceb4be',1426416148,'modx.user.contextTokens|a:0:{}'),('a46d9fa44b966e6b910e234b64a53a6d',1426417701,'modx.user.contextTokens|a:0:{}'),('99d7d185298159206811a0b1d73e66ff',1426418838,'modx.user.contextTokens|a:0:{}'),('20fe707a3acce61cbe592f87a68a6cb8',1426422759,'modx.user.contextTokens|a:0:{}'),('26dc32aa1649e0aa7a6c90cc8e40b1ab',1426422782,'modx.user.contextTokens|a:0:{}'),('e359fb6e86c24a48dfebf14352508174',1426423679,'modx.user.contextTokens|a:0:{}'),('aed6d11c1c558d9a160b336fa8c29dd5',1426425122,'modx.user.contextTokens|a:0:{}'),('be9cf5d0ba32df7edbf24283d617d5cc',1426425335,'modx.user.contextTokens|a:0:{}'),('2c34d668835f7dfb1b1c857c5535020b',1426426074,'modx.user.contextTokens|a:0:{}'),('b65559a5b87bfd31c84942eeaba80f6a',1426426903,'modx.user.contextTokens|a:0:{}'),('0cf098b434755a60c2edc8e49b71eed3',1426453778,'modx.user.contextTokens|a:0:{}'),('7b44341624b43820df632c6daa381bc2',1426453781,'modx.user.contextTokens|a:0:{}'),('d02360f6e24e98b71800de90aa4c3888',1426470798,'modx.user.contextTokens|a:0:{}'),('fd0cb49eb0a68d5be31a61b4885ea5f5',1426178314,'modx.user.contextTokens|a:0:{}'),('a39064899855a1608438da79acfc5378',1426131309,'modx.user.contextTokens|a:0:{}'),('5f420410ad181f7a0f175fd2a8457333',1426158617,'modx.user.contextTokens|a:0:{}'),('edd04f1dbb93a3caa1890ac14b53c001',1426172704,'modx.user.contextTokens|a:0:{}'),('7467139b2c47df621605d0d7082995a9',1426172707,'modx.user.contextTokens|a:0:{}'),('d68fb9c46138af0b4f1825f00442d223',1426177529,'modx.user.contextTokens|a:0:{}'),('14da0f13ca40372404521fc4d75dbd17',1426178314,'modx.user.contextTokens|a:0:{}'),('b7c9f2d7da12f61a26472fde2e18aabd',1425931637,'modx.user.contextTokens|a:0:{}'),('e89c5a99239253c4c630454780622bae',1425892419,'modx.user.contextTokens|a:0:{}'),('25cc4790280506a5040d8ecd6efd8b01',1425898024,'modx.user.contextTokens|a:0:{}'),('ee354585db43d49bea5583b7e6b6bc16',1425911445,'modx.user.contextTokens|a:0:{}'),('24184be3960c57f360d6235a73eca4cf',1425911456,'modx.user.contextTokens|a:0:{}'),('e6769ce848b58f6e64da4adfb8f52339',1425931637,'modx.user.contextTokens|a:0:{}'),('d4f1e505b876a0bcad2581d9dd812bb0',1425931637,'modx.user.contextTokens|a:0:{}'),('e5805cafc89ac9d5555efe3ce04b33aa',1426474230,'modx.user.contextTokens|a:0:{}'),('19b7bc4b7875b63c527130d88a243fb3',1426474229,'modx.user.contextTokens|a:0:{}'),('d91cd9f8afe40695f36e754cc05e2470',1426474229,'modx.user.contextTokens|a:0:{}'),('d8a693c0706908eecb9f4f6490d2ed39',1426474229,'modx.user.contextTokens|a:0:{}'),('b8c9fadfc78fb2581f7cfb782c0714b1',1426474229,'modx.user.contextTokens|a:0:{}'),('62be7bd0cca0c54b04f0a9e9236ecead',1426474228,'modx.user.contextTokens|a:0:{}'),('ed3c1b91ac314395f2b1f69978aa6a26',1426474228,'modx.user.contextTokens|a:0:{}'),('01ac048b531fb4600dcea263d54f9109',1426474228,'modx.user.contextTokens|a:0:{}'),('9c0dc620b8e5a4b6b9b9f051957f1566',1426474228,'modx.user.contextTokens|a:0:{}'),('8db2085e8d8ef9106ae4b0612f368219',1426474228,'modx.user.contextTokens|a:0:{}'),('e69d6c916b3badc000b25bd512aa00bd',1426474227,'modx.user.contextTokens|a:0:{}'),('4947aa8facddfb6e2e60569e8c5ac792',1426474227,'modx.user.contextTokens|a:0:{}'),('ab04947180ee40bab3b418e89b7121d5',1426474227,'modx.user.contextTokens|a:0:{}'),('bf112c2231ae7f47292f0ccd96f50ca8',1426474227,'modx.user.contextTokens|a:0:{}'),('39299cd7144e6adea161401b9a7c2674',1426474226,'modx.user.contextTokens|a:0:{}'),('3c793bc0b89abc9b25f434d947c232ae',1426474226,'modx.user.contextTokens|a:0:{}'),('a80940aee1ebe4303a2745034a2c7f8f',1426474226,'modx.user.contextTokens|a:0:{}'),('559678424f10e004b98ea97d098bb7d2',1426474225,'modx.user.contextTokens|a:0:{}'),('911c98614607c32d9513430c705fc47e',1426474225,'modx.user.contextTokens|a:0:{}'),('9f6e5293950ca6005f6c9b782ad91dc3',1426474225,'modx.user.contextTokens|a:0:{}'),('2994bf440e33bd8b578622f761b3eeec',1426474225,'modx.user.contextTokens|a:0:{}'),('0e8c3643fad6eb0d331b11b10252eabc',1426474225,'modx.user.contextTokens|a:0:{}'),('5300edddec4a7d3768dba229afe84b07',1426474224,'modx.user.contextTokens|a:0:{}'),('e816218cf8f169b16f4fbe587782861d',1426474224,'modx.user.contextTokens|a:0:{}'),('f1f18435561c36732226226642c358ea',1426474224,'modx.user.contextTokens|a:0:{}'),('afd1d37305f527cc407be4c62d47236e',1426474224,'modx.user.contextTokens|a:0:{}'),('7d1359526dfafa9c5759d7bc134cab17',1426474223,'modx.user.contextTokens|a:0:{}'),('b26d1e1b5739fa50b62edf32dbc9c432',1426474223,'modx.user.contextTokens|a:0:{}'),('dff738462e4face71acb998a3969fd4e',1426474223,'modx.user.contextTokens|a:0:{}'),('a0f61ce179a44fbdf87ec4c03891665c',1426474223,'modx.user.contextTokens|a:0:{}'),('94dc844237849df9499ce013f2613600',1425892418,'modx.user.contextTokens|a:0:{}'),('bf334398fd1d6292a7d974c4d765b716',1425931637,'modx.user.contextTokens|a:0:{}'),('050fc65e628e11314b085a9f5e0e0ab5',1425931638,'modx.user.contextTokens|a:0:{}'),('df4b03c60f48701a29539daa5446776d',1425931638,'modx.user.contextTokens|a:0:{}'),('37aafafeef4f1fdfa58a6e6ae45bb677',1425931638,'modx.user.contextTokens|a:0:{}'),('9fddddaeb3777a2893480f1b69f8ada7',1425931639,'modx.user.contextTokens|a:0:{}'),('c82554c18522c87f5bb9fa6339a910bd',1425931639,'modx.user.contextTokens|a:0:{}'),('c5f6f85023deae2c7b36682e77e500d9',1425931640,'modx.user.contextTokens|a:0:{}'),('cbca0db6aa113135013cb54ed09dacbd',1425931642,'modx.user.contextTokens|a:0:{}'),('92e204b7adc6a981a38068e5ebf5932c',1425931910,'modx.user.contextTokens|a:0:{}'),('b9bb6884908bf00201245c3f9018e4c3',1426203251,'modx.user.contextTokens|a:0:{}'),('a78426058fc691361bbf0b0300f0df6b',1426203251,'modx.user.contextTokens|a:0:{}'),('6a443598f11b4ba4bc865c5980ddff63',1425935942,'modx.user.contextTokens|a:0:{}'),('6db9c24ef4e80c37381b619a4a82f9b7',1425932130,'modx.user.contextTokens|a:0:{}'),('f8b0010ed5a36fdb4b356487f4bcec3d',1425932012,'modx.user.contextTokens|a:0:{}'),('3c477657ec4fed712862609abeb56eb8',1426344478,'modx.user.contextTokens|a:0:{}'),('be0807ad805ad8f5ebd70551e60b0f54',1426201926,'modx.user.contextTokens|a:0:{}'),('c8bfad81161dec7cc7de87b3f73c2f39',1426201805,'modx.user.contextTokens|a:0:{}'),('7080505e47c70ad18c56791ad15167ec',1426199596,'modx.user.contextTokens|a:0:{}'),('9a17ff3ae8d642204a3ef9d780a46a0d',1426358729,'modx.user.contextTokens|a:0:{}'),('b50c4798d033d10567860837c44df219',1426356530,'modx.user.contextTokens|a:0:{}'),('7ead03c837825019b3ee7df68ac882ba',1426356529,'modx.user.contextTokens|a:0:{}'),('be096e7c3667010eabee40642c808626',1426347027,'modx.user.contextTokens|a:0:{}'),('72fc4364410486dfbf2e264c3fe69010',1426344479,'modx.user.contextTokens|a:0:{}'); /*!40000 ALTER TABLE `modx_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_site_content` -- DROP TABLE IF EXISTS `modx_site_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_site_content` ( `id` int(10) unsigned NOT NULL auto_increment, `type` varchar(20) NOT NULL default 'document', `contentType` varchar(50) NOT NULL default 'text/html', `pagetitle` varchar(255) NOT NULL default '', `longtitle` varchar(255) NOT NULL default '', `description` varchar(255) NOT NULL default '', `alias` varchar(255) default '', `link_attributes` varchar(255) NOT NULL default '', `published` tinyint(1) unsigned NOT NULL default '0', `pub_date` int(20) NOT NULL default '0', `unpub_date` int(20) NOT NULL default '0', `parent` int(10) NOT NULL default '0', `isfolder` tinyint(1) unsigned NOT NULL default '0', `introtext` text, `content` mediumtext, `richtext` tinyint(1) unsigned NOT NULL default '1', `template` int(10) NOT NULL default '0', `menuindex` int(10) NOT NULL default '0', `searchable` tinyint(1) unsigned NOT NULL default '1', `cacheable` tinyint(1) unsigned NOT NULL default '1', `createdby` int(10) NOT NULL default '0', `createdon` int(20) NOT NULL default '0', `editedby` int(10) NOT NULL default '0', `editedon` int(20) NOT NULL default '0', `deleted` tinyint(1) unsigned NOT NULL default '0', `deletedon` int(20) NOT NULL default '0', `deletedby` int(10) NOT NULL default '0', `publishedon` int(20) NOT NULL default '0', `publishedby` int(10) NOT NULL default '0', `menutitle` varchar(255) NOT NULL default '', `donthit` tinyint(1) unsigned NOT NULL default '0', `privateweb` tinyint(1) unsigned NOT NULL default '0', `privatemgr` tinyint(1) unsigned NOT NULL default '0', `content_dispo` tinyint(1) NOT NULL default '0', `hidemenu` tinyint(1) unsigned NOT NULL default '0', `class_key` varchar(100) NOT NULL default 'modDocument', `context_key` varchar(100) NOT NULL default 'web', `content_type` int(11) unsigned NOT NULL default '1', `uri` text, `uri_override` tinyint(1) NOT NULL default '0', `hide_children_in_tree` tinyint(1) NOT NULL default '0', `show_in_tree` tinyint(1) NOT NULL default '1', `properties` mediumtext, PRIMARY KEY (`id`), KEY `alias` (`alias`), KEY `published` (`published`), KEY `pub_date` (`pub_date`), KEY `unpub_date` (`unpub_date`), KEY `parent` (`parent`), KEY `isfolder` (`isfolder`), KEY `template` (`template`), KEY `menuindex` (`menuindex`), KEY `searchable` (`searchable`), KEY `cacheable` (`cacheable`), KEY `hidemenu` (`hidemenu`), KEY `class_key` (`class_key`), KEY `context_key` (`context_key`), KEY `uri` (`uri`(333)), KEY `uri_override` (`uri_override`), KEY `hide_children_in_tree` (`hide_children_in_tree`), KEY `show_in_tree` (`show_in_tree`), KEY `cache_refresh_idx` (`parent`,`menuindex`,`id`), FULLTEXT KEY `content_ft_idx` (`pagetitle`,`longtitle`,`description`,`introtext`,`content`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_site_content` -- LOCK TABLES `modx_site_content` WRITE; /*!40000 ALTER TABLE `modx_site_content` DISABLE KEYS */; INSERT INTO `modx_site_content` VALUES (1,'document','text/html','Home','Home Page','','index','',1,0,0,0,0,'','<p><strong>Truth For The World</strong> seeks to put the Gospel of Jesus Christ into as many hands as possible. And since Asia contains approximately 60% of the world\'s population, we especially want to target this area of the world and provide more materials in Asian languages.</p>\r\n \r\n <p>Choose a language below to view the materials that are available in that language.</p>\r\n \r\n <ul id=\'picklang\'>\r\n <li><a href=\'http://truthfortheworld.org\'>English</a></li>\r\n <li><a href=\'http://zh.truthfortheworld.org\'>中文</a></li>\r\n <li><a href=\'http://kebenaranbagidunia.org\'>Bahasa Indonesia</a></li>\r\n <li><a href=\'[[~5]]\'>Tiếng Việt</a></li>\r\n <li><a href=\'[[~7]]\' class=\'burmesebutton\'>မြန်မာစာ</a></li>\r\n </ul>',1,2,0,1,1,1,1396466148,1,1397585794,0,0,0,0,0,'',0,0,0,0,0,'modDocument','web',1,'index',0,0,1,NULL),(2,'document','text/html','About Us','About Truth For The World','','','',1,0,0,0,0,'','<p>For over 20 years, <strong>Truth For The World</strong> has been involved in teaching the Gospel of Jesus Christ around the globe. It is a work of the church of Christ in Duluth, Georgia, USA, and through media and personal ministries many lives have been touched and souls saved through its efforts.</p>\r\n\r\n<p>Key components of the work include TV and radio programs, tracts and other literature, Bible correspondence courses, and Internet evangelism. We seek to be a beacon of truth for those who are searching, and a trustworthy resource for Christians who continue to grow in knowledge and faith.</p>\r\n\r\n<p>Would you like to join our efforts to reach the lost in the continent of Asia? <a href=\'[[~3]]\'>Find out how you can help</a>. Or if you are not in Asia, you may want to take a look at our main website, <a href=\'http://truthfortheworld.org\'>truthfortheworld.org</a>.</p>',1,2,1,1,1,1,1396470695,1,1398112108,0,0,0,1396470660,1,'',0,0,0,0,0,'modDocument','web',1,'about-us',0,0,1,NULL),(3,'document','text/html','Get Involved','Get Involved','','','',1,0,0,0,0,'','<p>As we look at the world around us, there are so many people that we would like to reach with the Gospel. However, we are not able to teach all of them, because not all of them can understand English. If you are a Christian who speaks an Asian language, we would welcome your help to translate Truth For The World materials into your language.</p>\r\n\r\n<h2>Languages Currently Represented</h2>\r\n\r\n<p>Truth For The World provides materials in various languages, but as far as Asian languages go, currently we have materials in Chinese, Indonesian, Vietnamese, and Burmese. We welcome any help in increasing our materials in these languages, and we would especially like to expand to more! Asia is a very diverse region of the world, and the more people we can reach, the better.</p>\r\n\r\n<h2>Specific Ways You Can Help</h2>\r\n\r\n<p>We have a collection of 72 tracts in English which cover a multitude of helpful topics, and we would like to see these tracts translated into many languages. This would be a good place to start if you are willing to be a volunteer translator.</p>\r\n\r\n<p>In the near future we hope to have new educational offerings available that can be translated as well. Currently we offer a Bible correspondence course in Indonesian, and it would be great to expand this to other languages too.</p>\r\n\r\n<h2>Please Contact Us</h2>\r\n\r\n<p>If you\'re willing to help us out in any of these ways to further the Gospel in Asia, or if you have any other ideas, please <a href=\'[[~4]]\'>get in touch with us</a>. Lord willing, we can work together to accomplish much good in God\'s Kingdom!</p>',1,2,2,1,1,1,1396470761,1,1398197099,0,0,0,1396470720,1,'',0,0,0,0,0,'modDocument','web',1,'get-involved',0,0,1,NULL),(4,'document','text/html','Contact Us','Contact Us','','contact-us','',1,0,0,0,0,'','<p>If you would like more information about our work, or are interested in volunteering to help, please do not hesitate to get in touch with us.</p>\r\n\r\n<p><a href=\"mailto:office@tftw.org\" >office@tftw.org</a></p>\r\n\r\n<p><strong>Truth For The World</strong><br />\r\nPO Box 5048<br />\r\nDuluth, GA 30096<br />\r\nUSA</p>\r\n\r\n<p><strong>Phone:</strong><br / >\r\n770-622-1525</p>',1,2,3,1,1,1,1396470840,1,1407433021,0,0,0,1396470900,1,'',0,0,0,0,0,'modDocument','web',1,'contact-us',0,0,1,NULL),(5,'document','text/html','Vietnamese','Tiếng Việt','','vi','',1,0,0,0,1,'','<ul>\r\n<li><a href=\'[[~6]]\'>10 Câu Hỏi để Hỏi Một Người Của Giáo Hội Mặc Môn</a></li>\r\n</ul>',1,2,4,1,1,1,1396471134,1,1398197441,0,0,0,1396471080,1,'',0,0,0,0,0,'modDocument','web',1,'vi/',0,0,1,NULL),(6,'document','text/html','Ten Questions to Ask a Mormon','10 Câu Hỏi để Hỏi Một Người Của Giáo Hội Mặc Môn','','','',1,0,0,5,0,'','<p>Một trong những trở ngại lớn của người được tìm đến bởi những người truyền giáo Mặc Môn hoặc những người có cuộc trò chuyện với một tín hữu của Giáo hội các Thánh hữu Ngày sau của Chúa Giê Su Ky Tô là sự thiếu hiểu biết về tôn giáo của họ. Nhiều người không biết bắt đầu cuộc thảo luận từ đâu và nhiều người sẽ bỏ lỡ một cơ hội học tập Lời Chúa với họ.</p>\r\n<p>Những câu hỏi này được đặt ra như một điểm bắt đầu:</p>\r\n\r\n<h2>1. Tại sao những người truyền giáo trẻ tuổi của bạn được nhắc tới như “anh cả”?</h2>\r\n<p>Từ “giám mục” là từ <em>ἐπίσκοπος</em> (episkopos) trong ngôn ngữ gốc (Hy Lạp), và cùng một từ được dịch là “trưởng lão” (1 Timothê 5:17).</p>\r\n<p>Theo Phao-lô, một trưởng lão phải là <q>“chỉ chồng của một vợ...”</q> (Tít 1:5-6). Ông ấy bắt buộc phải có con (từ 2 con trở lên) là những đứa con <q>“vâng phục và ngay thật trọn vẹn”</q> (1Timothê 3:4) và <q>“phải tin Chúa”</q> (Tít 1:6).</p>\r\n<p>Bạn đã kết hôn chưa? Bạn có những đứa con tin Chúa không? Bạn có đáp ứng được những điều kiện mà Kinh Thánh đã đưa ra không?</p>\r\n\r\n<h2>2. Tại sao bạn lập nên các những chấp sự ở độ tuổi 12?</h2>\r\n<p>Sứ đồ Phao-lô viết: <q>“Các chấp sự chỉ nên làm chồng của một vợ mà thôi...”</q> (1 Ti-mô-thê 3:12 a). Những cậu bé này đã kết hôn chưa? Ông cũng nói thêm, <q>“...phải khéo cai trị con cái và nhà riêng mình”</q> (1 Ti-mô-thê 3:12 b). Con của bạn ở tuổi mười hai đã có những đứa con, cũng như gia đình riêng không?</p>\r\n\r\n<h2>3. Bạn sẽ tin theo một giáo lý mà nó mâu thuẫn với Kinh Thánh?</h2>\r\n<p>Nếu không, tại sao không? Nếu vậy, tại sao lại sử dụng Kinh Thánh nữa?</p>\r\n\r\n<h2>4. Có phải Kinh Thánh chứa đựng tất cả những gì cần thiết để được thêm vào vương quốc/hội thánh của Chúa?</h2>\r\n<p>Có phải Kinh Thánh chứa đựng tất cả những gì cần thiết để biết về cách sống trung thành và để có được sự cứu rỗi đời đời không? (2 Phi-e-rơ 1:3) Nếu vậy, thì tại sao Sách Mặc Môn hoặc bất kỳ cuốn sách khác lại cần thiết nữa?</p>\r\n\r\n<h2>5. Nếu tôi chưa bao giờ nghe nói về Sách Mặc Môn, tôi vẫn có thể đi đến thiên đường không?</h2>\r\n<p>Nếu không, vậy thì việc rửa tội cho người chết của bạn để làm gì? Nếu có, Vậy tại sao tôi lại cần Sách Mặc Môn?</p>\r\n\r\n<h2>6. Tại điều thứ 8 của Tín Điều về Đức Tin, nói rằng, “Chúng tôi tin rằng Thánh kinh là lời của Thượng đế khi sách ấy được phiên dịch chính xác...”</h2>\r\n<p>Về việc liên quan đến sự cứu rỗi, nơi nào mà Kinh Thánh đã không được “dịch chính xác?”</p>\r\n<p>Nếu Kinh Thánh đã không được dịch một cách đáng tin cậy, đặc biệt là liên quan đến vấn đề cứu rỗi, tại sao bạn lại sử dụng nó? (Vậy đó không phải là mục đích của bạn để giúp cho tôi hiểu biết Lẽ Thật sao?)</p>\r\n\r\n<h2>7. Nếu con người đã từng một lần như Chúa, vậy ai là chúa của Chúa?</h2>\r\n<p>Joseph Smith tuyên bố, “Chính Chúa một lần đã từng như chúng ta hiện nay, và là một người cao quý ...” (Giáo lý của Tiên Tri Joseph Smith, trang 342-346).</p>\r\n<p>Lorenzo Snow đặt ra cụm từ: “Như con người, Chúa đã từng; như Chúa, con người có thể trở thành.”</p>\r\n<p>Vĩnh cửu là gì nếu có một sự khởi đầu? Nếu Chúa đã có một khởi đầu, vậy ai đã tạo ra Ngài? Ai là vị chúa đầu tiên?</p>\r\n\r\n<h2>8. Bạn có sẵn sàng từ bỏ đạo Mặc Môn nếu giáo lý của nó khác với những gì mà Phao-lô và các sứ đồ khác đã viết (trong Kinh Thánh)?</h2>\r\n<p>Phao-lô - một sứ đồ được sự soi dẫn bởi Đức Chúa Trời, đã viết: <q>“Nhưng nếu có ai, hoặc chính chúng tôi, hoặc thiên sứ trên trời, truyền cho anh em một tin lành nào khác với Tin Lành đă truyền cho anh em, thì người ấy đáng bị a-na-them! Tôi đă nói rồi, nay lại nói lần nữa: Nếu ai truyền cho anh em một tin lành nào khác với Tin Lành anh em đă nhận, thì người ấy đáng bị a-na-them!”</q> (Ga-la-ti 1:8-9) (a-na-them: bị hư mất ) Bạn có tin điều này không?</p>\r\n\r\n<h2>9. Có phải Sách Mặc Môn đã được dịch sang tiếng Anh một cách linh thiêng bởi nhà tiên tri cảm hứng Joseph Smith?</h2>\r\n<p>Nếu vậy, tại sao bản gốc chứa lỗi chính tả và ngữ pháp?</p>\r\n<p>Có phải Đức Thánh Linh đã không biết đánh vần hay đặt một câu cho đúng chính tả?</p>\r\n<p>Nếu đó là lỗi thuộc về phần của Joseph Smith, vậy thì có phải điều đó sẽ không làm cho ông ta quyền năng hơn so với người đã truyền cảm hứng/soi dẫn cho ông ta?</p>\r\n<p>Làm thế nào điều này có thể là bằng chứng đáng tin cậy của nguồn cảm hứng/sự soi dẫn?</p>\r\n\r\n<h2>10. Làm thế nào là nó có thể rằng Sách Mặc Môn đã được dịch sang tiếng Anh Elizabeth (Elizabethan English)?</h2>\r\n<p>Tiếng Anh Elizabeth không phải là ngôn ngữ trong “lịch sử” của Sách Mặc Môn.</p>\r\n<p>Phiên bản King James của Kinh Thánh đã được dịch vào năm 1611, nhưng Sách Mặc Môn lại chứa nhiều câu nguyên văn từ Kinh Thánh.</p>\r\n<p>Một số người cho rằng phiên bản King James của Kinh Thánh lấy ra từ Sách Mặc Môn, nhưng làm thế nào điều đó là có thể, khi Sách Mặc Môn đã được dịch sau phiên bản King James của Kinh Thánh gần 200 năm?</p>\r\n<p>Một số người cho rằng Đức Chúa Trời đã cho Joseph Smith cùng chung một sự khải huyền như Ngài đã ban cho các tác giả của Kinh Thánh, nhưng tại sao Ngài đã ban nó cho ông ấy bằng tiếng Anh King James? Nó không có sự chính xác về mặt lịch sử của tuyên bố này.</p>\r\n<p>Tất cả những câu hỏi này đưa ra cho tín đồ của đạo Mặc Môn một nguyên nhân để suy nghĩ lại và hy vọng là để đánh giá lại niềm tin của chính mình vào Kinh Thánh và vào đạo Mặc Môn.</p>',1,2,0,1,1,1,1396471649,1,1397681341,0,0,0,1396471620,1,'',0,0,0,0,0,'modDocument','web',1,'vi/ten-questions-to-ask-a-mormon',0,0,1,NULL),(7,'document','text/html','Burmese','ျမန္မာစာ','','my','',1,0,0,0,1,'','<ul>\r\n<li><a href=\'[[~8]]\'>ကယ္တင္ျခင္းသုိ႔ေရာက္ျခင္းငွါ အဘယ္သုိ႔ျပဳရပါမည္နည္း\r\n</a></li>\r\n<li><a href=\'[[~9]]\'>ဒုတိယေမြးျခင္း</a></li>\r\n<li><a href=\'[[~10]]\'>ခရစ္ေတာ္၏ အသင္းေတာ္၌ ဝတ္ျပဳကုိးကြယ္ျခင္း</a></li>\r\n</ul>',1,2,5,1,1,1,1396471957,1,1409341693,0,0,0,1396990140,1,'',0,0,0,0,0,'modDocument','web',1,'my/',0,0,1,NULL),(8,'document','text/html','What Must I Do to Be Saved?','ကယ္တင္ျခင္းသုိ႔ေရာက္ျခင္းငွါ အဘယ္သုိ႔ျပဳရပါမည္နည္း','','','',1,0,0,7,0,'','<p>“ကယ္တင္ျခင္းသုိ႔ေရာက္ျခင္းငွါ အဘယ္သုိ႔ျပဳရပါမည္နည္း”။ ဤေမးခြန္းကို သင္သည္ ေမးျမန္းခဲ႔ဖူးပါသလား။ အကယ္၍မေမးခဲ႔ဖူးလွ်င္ သင္သည္မိမိကုိယ္ကုိယ္ ေမးသင္႔ပါသည္။ ဤေမးခြန္းသည္ သင္ေမးခဲ႔သမ်ွေသာ ေမးခြန္းမ်ားထဲမွ အေရးအၾကီးဆုံးေသာ ေမးခြန္း ျဖစ္ပါသည္။ “ကယ္တင္ျခင္းသုိ႔ေရာက္ျခင္းငွါ အဘယ္သုိ႔ျပဳရပါမည္နည္း” ဟူေသာ ေမးခြန္းကုိ ေျဖၾကားေပးေသာ အေျဖသည္ အင္မတန္ အေရးၾကီးေသာ အေျဖျဖစ္ပါသည္။ ကၽြန္ေတာ္တုိ႔သည္ ဤေမးခြန္းကုိ ေျဖၾကားေပးရန္ မည္သူတစုံတစ္ေယာက္ကုိမ်ွ ေမးျမန္း၍မရပါ။ သမၼာက်မ္းစာ တစ္ခုတည္းသာလ်ွင္ ဤေမးခြန္း၏စစ္မွန္ေသာ အေျဖကုိ ရရွိနုိင္ေသာ ေနရာျဖစ္ပါသည္။ လူမ်ားအား ကယ္တင္ျခင္းသုိ႔ေရာက္ရန္ ဘုရားသခင္၏ မွုတ္သြင္းျခင္းခံေသာသူမ်ား၏ မိန္႔ဆုိေသာ ေနရာ သမၼာက်မ္းစာ ထဲသုိ႔ သြားၾကပါစုိ႔။ ထုိသုိ႔ျဖစ္ ကၽြန္ေတာ္တုိ႔သည္မည္သုိ႔ျပဳရမည္ကုိသိၾကလိမ္႔မည္။ </p>\r\n<h2>ပင္ေတကုေတၱပဲြေန႔ </h2>\r\n<p>ခရစ္ေတာ္သည္ ေကာင္းကင္သုိ႔ တက္ၾကြသြားျပီးသည္႔ေနာက္ ပင္ေတကုေတၱပဲြေန႔တြင္ ေပတရုသည္ ပထမဆုံး တရားေဟာေျပာခဲ႔ပါသည္။ ေပတရုက သခင္ေယရူခရစ္ေတာ္ အေၾကာင္းေဟာေျပာခဲ႔ပါသည္။ ေပတရုက ထုိသူတုိ႔အား ခရစ္ေတာ္သည္ သူတုိ႔၏ အျပစ္အတြက္ အေသခံေၾကာင္း ေဟာေျပာပါသည္။ ေပတရု တရားေဟာျပီးသည္႔ေနာက္တြင္ ထုိသူတုိ႔က ”ညီအစ္ကုိတုိ႔၊အဘယ္သုိ႔ျပဳရပါမည္နည္း” (တမန္ေတာ္ ၂း၃၇ ) ဟု ေမးျမန္းၾကပါသည္။ ဤသူတုိ႔သည္ ေယရူခရစ္ေတာ္ အေၾကာင္းၾကားခဲ႔ၾကသည္။ ဤသူတုိ႔သည္ သူတုိ႔ၾကားခဲ႔ေသာ အရာကုိ ယုံၾကည္ၾကသည္။ ဤသူတုိ႔သည္ သူတုုိ႔၌ အျပစ္ရွိေၾကာင္း ဖြင္႔ျပျခင္းခံရသည္။ “သင္တုိ႔၏အျပစ္ကုိ လႊတ္ေစျခင္းငွါ ေနာင္တရ၍ တေယာက္မွ် မေၾကြင္း၊ ေယရူခရစ္၌ ဗတၱိဇံကုိ ခံၾကေလာ႔။ သုိ႔ျပဳလွ်င္ သန္႔ရွင္းေသာဝိညာဥ္ေတာ္တည္းဟူေသာ ဆုေက်းဇူးေတာ္ကုိ ခံရၾကလိမ္႔မည္” ( တမန္ေတာ္ ၂း၃၈ ) ဟု ေပတရု ေဟာေလသည္။ ဤေနရာတြင္ ”ညီအစ္ကုိတုိ႔၊အဘယ္သုိ႔ျပဳရပါမည္နည္း” ဟူေသာ ထုိသူတုိ႔၏ေမးခြန္းကုိ ေပတရုသည္ ရုိးရုိးေလး ေျဖၾကားေပးခဲ႔ပါသည္။ ထုိသူတုိ႔သည္ ေပတရု ေဟာေျပာေသာ ခရစ္ေတာ္ ကုိ ယုံၾကည္ၾကျပီျဖစ္ပါသည္။ ထုိ႔ေနာက္ ေပတရု က ထုိသူတုိ႔အား ေနာင္တရ ၍ ဗတၱိဇံခံရန္ ေျပာပါသည္။ ဤသူတုိ႔သည္ ထုိသုိ႔ျပဳလုပ္ၾကပါက အျပစ္ေျဖလႊတ္ျခင္း ခံရၾကမည္ျဖစ္သည္။ ကၽြန္ေတာ္တုိ႔သည္ အျပစ္မွ ေနာင္တရျပီး ဗတၱိဇံခံရမည္။ ထုိမွသာလွ်င္ ကၽြန္ေတာ္တုိ႔သည္ အျပစ္ေျဖလႊတ္ျခင္းကုိ ခံရၾကမည္။ </p>\r\n<h2>အဲေသေယာပိ ျပည္သား အမတ</h2>\r\n<p>တမန္ေတာ္ဝထၱဳ ၈း၂၆-၄၀ တြင္ အဲေသေယာပိ ျပည္သား အမတ္၏ ေျပာင္းလဲ ျခင္းအေၾကာင္းကုိ ကၽြန္ေတာ္တုိ႔သိရပါသည္။ ဖိလိပၸဳသည္ အမတ္အား” ေယရူ “ အေၾကာင္း ေျပာျပသည္။ သူတုိ႔သည္ ရထားကုိ စီးရငး္ ေရရွိရာသုုိ႔ ေရာက္သြားၾကသည္။ထုိ႔ေနာက္ အမတ္က “ဤအရပ္တြင္ ေရရွိပါ၏။အကၽြန္ပ္ကုိ ဗတၱိဇံမခံေစျခင္းငွါ မည္သည္႔အေၾကာင္း ဆီးတားပါသနည္း” (တမန္ေတာ္ ၈း၃၅ ) ဟု ေမးျမန္းပါသည္။ ဖိလိပၸဳ က သင္သည္ စိတ္နွလုံးအၾကြင္းမဲ႔ယုံၾကည္လွ်င္ ဗတၱိဇံ ခံရသည္ ဟု ဆိုေလသည္။ အမတ္က “ေယရူခရစ္သည္ ဘုရားသခင္၏သားေတာ္ ျဖစ္ေတာ္မူေၾကာင္းကုိ အကၽြန္ပ္ယုံၾကည္ပါသည”္ ( တမန္ေတာ္ ၈း၃၇ ) ဟု ေျဖၾကားခဲ႔သည္။ ထုိ႔ေနာက္ ဖိလိပၸဳနွင္႔ အမတ္ တို႔ နွစ္ေယာက္စလုံး ေရထဲသုိ႔ ဆင္းသြားၾကျပီး ဖိလိပၸဳက အမတ္အား ဗတိၱဇံေပးခဲ႔သည္။ ဤေနရာတြင္ အမတ္ က ေယရူအေၾကာင္း ေဟာေျပာခ်က္ ကုိ ၾကားခဲ႔သည္။ ေယရူခရစ္ေတာ္သည္ ဘုရားသခင္၏သားေတာ္ျဖစ္ေၾကာင္း သူယုံၾကည္သည္။ သူသည္ ခရစ္ေတာ္အထဲ၌ ယုံၾကည္ျခင္းရွိေၾကာင္း ဝန္ခံသည္။ ထို႔ေနာက္ သူသည္ ဗတၱိဇံ ကို ခံယူသည္။ </p>\r\n<h2>တာရွု ျမိဳ႔သား ေရွာလု </h2>\r\n<p>တမန္ေတာ္ဝတၳဳ အခန္းၾကီး ၉ , ၂၂ နွင္႔ ၂၆ တုိ႔တြင္ တာရွုျမိဳ႔သား ေရွာလု ( ေနာက္ပုိင္း၌တမန္ေတာ္ ေပါလု ) ၏ ေျပာင္းလဲျခင္း အေၾကာင္းကုိ ေျပာျပပါသည္။ ေရွာလုသည္ ဒမာသက္ျမိဳ႔ရွိခရစ္ယာန္မ်ား အား ညင္းပန္းနွိပ္စက္ ရန္ ခရီးသြားေနသည္။ လမး္ေပၚတြင္ သူသည္ မ်က္စိကန္းသြားေအာင္ ဆုံးမျခင္းကုိ ခံရသည္။ ခရစ္ေတာ္သည္ ေရွာလုထံသုိ႔ ေပၚထြန္းလာျပီး “ထ၍ျမိဳ႔သုိ႔ဝင္ေလာ႔၊သင္ျပဳရမည္႔အမူကုိ ေျပာလိမ္႔မည္” ( တမန္ေတာ္ ၉း၆ ) ဟု မိန္႔ဆုိပါသည္။ ေရွာလုသည္ မိ္န္႔ဆုိ္သည္႔အတုိင္း လုပ္ေဆာင္ခဲ႔သည္။ ဒမာသက္ျမိဳ႔ရွိ အာနနိ အမည္ရွိေသာ ခရစ္ယာန္ တစ္ေယာက္သည္ ေရွာလု ထံသုိ႔ ေရာက္လာသည္။ အာနနိက ေရွာလု အား လုပ္ေဆာင္ရမည္႔ အမူကုိ ေျပာျပပါသည္။ “ ယခုလည္း သင္သည္ အဘယ္ေၾကာင္႔ဆုိ္င္းလင္႔၍ေနသနည္း။ ထေလာ႔။ သခင္ဘုရားကုိ ပဌနာျပဳလ်က္ ဗတၱိဇံကုိခံ၍ ၊ သင္၏အျပစ္မ်ားကုိေဆးေၾကာေလာ႔” (တမန္ေတာ္ ၂၂း၁၆ ) ဟု အာနနိက ေရွာလုအား ေျပာပါသည္။ ေရွာလုအား မည္သည္႔အမူကုိ ျပဳလုပ္ ရန္ ေျပာခဲ႔ပါသနည္း။ ထ၍ ဗတၱိဇံ ခံရန္ ေျပာခဲ႔ပါသည္။ မည္သည္႔အတြက္ေၾကာင္႔နည္း။ သူ၏အျပစ္မ်ားကို ေဆးေၾကာရန္ျဖစ္သည္။ ေရွာလုသည္ ဗတၱိဇံမခံမွီတုိင္ေအာင္ သူ၏အျပစ္မ်ား ခြင္႔လႊတ္ျခင္းမရရွိခဲ႔ပါ။</p>\r\n<h2>တပ္မူးေကာ္ေနလိ </h2>\r\n<p>တမန္ေတာ္ဝတၳဳအခန္းၾကီး ၁၀ နွင္႔ ၁၁ တြင္ တပ္မူးေကာ္ေနလိ ၏ ေျပာင္းလဲျခင္းအေၾကာင္းေျပာျပပါသည္။ ေကာ္ေနလိသည္ ဂ်ဴးလူမ်ဴိးမဟုတ္ ေသာ တပါးအမ်ဴိးသားမ်ားထဲမွ ပထမဦးဆုံး ခရစ္ယာန္ ျဖစ္လာသူ တစ္ေယာက္ျဖစ္ပါသည္။ သူသည္ ေရာမ စစ္သား တစ္ေယာက္ျဖစ္ပါသည္။သမၼာက်မ္းစာက သူ႔အေၾကာင္းကုိ ဤသုိ႔ေျပာျပပါသည္။ “ထုိသူသည္ မိမိအိမ္တြင္ရွိသမွ်ေသာသူတုိ႔နွင္႔ တကြ ဘုရားဝတ္၌ေမြ႔ေလ်ာ္၍ ဘုရားသခင္ကုိ ေၾကာက္ေရြ.ျခင္းရွိသျဖင္႔ လူတုိ႔အား မ်ားစြာေသာ စြန္႔ၾကဲျခင္းကုိ ျပဳ၍ ဘုရားသခင္ကုိ အစဥ္ဆုေတာင္းေလ႔ရွိ၏” ( တမန္ေတာ္ ၁၀း၂ )။ ထုိကဲ႔သုိ႔ သင္႔အေၾကာင္း ေကာင္းျမတ္သည္ဟု ေျပာစရာ ရွိပါသလား။ ေကာ္ေနလိ သည္ အလြန္ေကာင္းျမတ္ေသာ လူတစ္ေယာက္ျဖစ္ပါသည္။ သုိ႔ေသာ္လည္း သူသည္ အျပစ္ခြင္႔လႊတ္ျခင္းကုိ မခံရေသးသည္႔ ေပ်ာက္ဆုံးေနေသာ လူတစ္ေယာက္သာ ျဖစ္ပါသည္။ ဘုရားသခင္သည္ ေကာ္ေနလိ အား ယုေပြျမိဳ႔ရွိ ေပတရုထံသုိ႔ လူတုိ႔ကို ေစလႊတ္ရန္ေျပာပါသည္။့ ေပတရုက သင္မွစ၍ သင္၏အိမ္၌ရွိသမွ်ေသာသူတုိ႔ကုိ ကယ္တင္ေတာ္မူျခင္း တရားစကားကုိ သင္႔အားေဟာေျပာလိမ္႔မည္(တမန္ေတာ္ ၁၁း၁၄)။ ေပတရုက ထိုသူတုိ႔အား ခရစ္ေတာ္ အေၾကာင္း ေဟာေျပာခဲ႔သည္။ ထုိ႔ေနာက္ သခင္ဘုရား၏နာမ၌ ဗတၱိဇံခံေစမည္႔အေၾကာင္း စီရင္ေလ၏ ( တမန္ေတာ္ ၁၀း၄၈ )။ ေကာ္ေနလိသည္ ဘာသာတရား ကုိ အင္မတန္ ကုိင္းရွုိင္းေသာသူျဖစ္သည္။ ေကာင္းျမတ္ေသာ လူလည္းျဖစ္သည္။ သုိ႔ေသာ္လည္း သူသည္ ေပ်ာက္ဆုံးေနေသာ အျပစ္သား တစ္ေယာက္မွ်သာ ျဖစ္ေနသည္။ သူ႔အျပစ္မ်ားသည္ ခြင္႔လႊတ္ျခင္းမရရွိေသးပါ။ သူသည္ ကယ္တင္ျခင္းသုိ႔ေရာက္ရန္ မည္သုိ႔ျပဳလုပ္မည္ကုိ ေျပာျပရန္အတြက္ ေပတရုကုိ ဖိတ္ေခၚခဲ႔႔ရသည္။ ေပတရုက သူနွင္႔ သူ၏အိမ္၌ရွိသမွ်ေသာသူတုိ႔ ကို ဗတၱိဇံခံရန္ ေျပာပါသည္။ ထုိသူတုိ႔သည္ ဗတၱိဇံ ကုိ ခံၾကေသာအခါ သူတုိ႔၏အျပစ္မ်ား ခြင္႔လႊတ္ျခင္းခံခဲ႔ၾကသည္။ </p>\r\n<h2>နိဂုံး </h2>\r\n<p>ကၽြန္ေတာ္တုိ႔သည္ “ကယ္တင္ျခင္းသုိ႔ေရာက္ျခင္းငွါ အဘယ္သုိ႔ျပဳရမည္နည္း “ဟု ေမးခြန္းေမးျမန္းျခင္းအားျဖင္႔ အစျပဳၾကပါသည္။ ထုိ႔ေနာက္ကၽြန္ေတာ္တုိ႔သည္ ဤေမးခြန္း၏အေျဖကုိ ရရွိနုိင္ရန္ သမၼာက်မ္းစာကုိ ဖြင္႔လွန္ ခဲ႔ၾကပါျပီ။ ကၽြန္ေတာ္တုိ႔ေလ႔လာၾကည္႔ရာတြင္ ဤသူတို႔သည္ ေယရူခရစ္ေတာ္၏အေၾကာင္းကုိ ၾကားသိခဲ႔ၾကေၾကာင္း ေတြ႔ရပါသည္။ ထုိသူတုိ႔က ခရစ္ေတာ္သည္ သူတုိ႔အျပစ္မ်ားမွခြင္႔လႊတ္ျခင္းရရန္ အေသခံေၾကာင္း ၾကားသိခဲ႔ၾကသည္။ သူတုိ႔သည္ထုိ သတင္းေကာင္းကုိ ယုံၾကည္ၾကသည္။သူတုိ႔က ေယရူသည္ ဘုရားသခင္၏သားေတာ္ျဖစ္ေၾကာင္း ယုံၾကည္ၾကသည္။ ဤသူတုိ႔က မိမိတုိ႔သည္ အျပစ္၌ေပ်ာက္ဆုံးေနေသာ အျပစ္သားမ်ားျဖစ္ေၾကာင္း နားလည္ၾကသည္။ထို႔ေနာက္ ဤသူတုိ႔သည္ သူတုိ႔အျပစ္မွ ေနာင္တရရန္ ေဟာေျပာျခင္းခံရသည္။သူတုိ႔က ေယရူသည္ ဘုရားသခင္၏သားေတာ္ျဖစ္ေၾကာင္း ဝန္ခံၾကသည္။ ေယရူသည္ ဘုရားသခင္၏သားေတာ္ျဖစ္ေၾကာင္းဝန္ခံၾကျပီးေနာက္ ဗတၱိဇံခံၾကသည္။ ဗတၱိဇံခံၾကျပီးေနာက္ သူတုိ႔သည္ အျပစ္မွ ခြင္႔လႊတ္ျခင္းကုိခံရၾကသည္။ သူတုိ႔သည္ ဗတၱိဇံမခံမွီတုိ္င္ေအာင္ အျပစ္မွခြင္႔လႊတ္ျခင္းခံရၾကသည္မဟုတ္။ ဗတၱိဇံခံျပီးမွ သာလွ်င္ သူတုိ႔အျပစ္မ်ား ခြင္႔လႊတ္ျခငး္ခံရၾကသည္။ </p>\r\n<p>သင္သည္ ေယရူခရစ္ေတာ္ကုိ ယုံၾကည္ပါသလား။သင္သည္ သင္႔အျပစ္မ်ားမွ ေနာင္တရျပီလား။ ေယရူခရစ္ေတာ္သည္ ဘုရားသခင္၏သားေတာ္ျဖစ္ေၾကာင္းဝန္ခံျပီလား။ သင္သည္ အျပစ္မွခြင္႔လႊတ္ျခင္းခံရန္အတြက္ ဗတၱိဇံခံျပီလား။ အထက္ဆုိခဲ႔ျပီးေသာ္အခ်က္မ်ားကုိ ျပဳလုပ္ျခင္းမရွိေသးလွ်င္ သင္သည္ အျပစ္၌သာ ရွိေနေသးသည္။ သင္သည္ေပ်ာက္ဆုံးေနေသာသူျဖစ္ပါသည္။ သင္ သမၼာက်မ္းစာထဲတြင္ ေပ်ာက္ဆုံးေနေသာအျပစ္သားမ်ား၏ လုပ္ေဆာင္ခဲ႔ၾကသည့္အတို္င္း သတင္းေကာင္းကုိ ယေန႔ နာခံပါ။ ထုိသုိ႔ျပဳလုပ္ပါက သင္သည္ ကယ္တင္ျခင္းသုိ႔ေရာက္ျပီး သခင္ဘုရားသည္္အသင္းေတာ္ထဲသုိ႔ သင္းဝင္ေစလိ္မ္႔မည္ (တမန္ေတာ္ ၂း၄၇ )။ သက္ဆုံးသည္႔တုိင္ေအာင္ ဘုရားသခင္၏အမူေတာ္ကုိ သစၥာရွိစြာ ထမ္းရြက္ပါ။ သင္သည္ ေကာင္းကင္ဘုံ၌ သင္႔အတြက္ အိမ္တစ္လုံးေသခ်ာ ရွိေၾကာင္း ယုံၾကည္ျခင္းနွင္႔အတူ ဘဝကုိနိဂုံးခ်ဳပ္နုိ္င္ပါမည္ ( ဗ်ာဒိတ္ ၂း၁၀ )။</p>',1,2,0,1,1,1,1396990715,1,1397683905,0,0,0,1396990680,1,'',0,0,0,0,0,'modDocument','web',1,'my/what-must-i-do-to-be-saved',0,0,1,NULL),(9,'document','text/html','The New Birth','ဒုတိယေမြးျခင္း','','the-new-birth','',1,0,0,7,0,'','<p>ဒီကေန႔ကၽြန္ေတာ္တုိ႔သည္ ဒုတိယေမြးျခင္းအေၾကာင္းကို ၾကိမ္ဖန္ မ်ားစြာၾကားေန ရပါ သည္။ လူမ်ားစြာက မိမိသည္ “ဒုတိယေမြးျခင္းခံ ခရစ္ယာန္” ျဖစ္ေၾကာင္း ေျပာဆုိေနၾကသည္။ သူတုိ႔က လူ တ ေယာက္ သည္ ဒုတိယေမြးျခင္း မခံဘဲ ခရစ္ယာန္ တစ္ေယာက္ မျဖစ္ နုိ္င္ေၾကာင္း ကုိ နားလည္ပုံမ ရပါ။ လူတစ္ေယာက္ သည္ မည္သည္႔နည္းျဖင္႔ ဒုတ္ိယ ေမြးျခင္းကုိ ခံနုိင္ပါမည္နည္း။ လူတစ္ေယာက္သည္ မည္ သည နည္းျဖင္႔ ခရစ္ယာန္ တစ္ေယာက္ ျဖစ္လာနုိင္မည္နည္း။ သမၼာက်မ္းစာ က မည္ကဲ႔သုိ႔ သြန္သင္ပါသနည္း။</p>\r\n<p>သမၼာက်မ္းစာ က ရွင္ေယာဟန္ ၃း ၁-၁၃ ထဲတြင္ ဒုတိယ ေမြးျခင္း အေၾကာင္း ေျပာပါသည္။ နိေကာဒင္အမည္ ရွိ ေသာ ယုဒလူတုိ႔တြင္ အရာရွိ၊ ဖာရိရွဲတေယာက္သည္ ေယရူထံေတာ္ သုိ႔္ လာသည္။ နိေကာဒင္သည္ ဘာသာတရားကိုင္းရွု္ိင္း သူ လူ ေကာင္း တေယာက္ျဖစ္ သည္။ သူ သည္ ေယရူျပဳ ေသာ နိမ္ိတ္လကၡဏာ မ်ားကုိေတြ႔ျမင္ ေသာေၾကာင္႔ ေယရူ သည္ ဘုရားသခင္ ေစလႊတ္ေတာ္ မူေသာ သူျဖစ္ ေၾကာင္း သိသည္။ နိေကာဒင္သည္ ဘုရားသခင္၏ နုိင္ငံေတာ္ ကုိ ေမ်ွာ္လင္႔ေနေသာသူ ျဖစ္သည္။ </p>\r\n<p>ေယရူက နိေကာဒင္ သည္အဘယ္သူျဖစ္ေၾကာင္းနွင္႔ မည္သည္႔အရာကုိ ေမွ်ာ္လင္႔ ေန ေၾကာင္း သိျမင္ေသာ ေၾကာင္႔ ဤသုိ႔ေျဖၾကားေျပာ ဆုိ္ ခဲ႔ပါသည္။ “ ေယရူက ဒုတိယေမြးျခင္းကုိ မခံေသာ သူမည္သည္ကား ဘုရားသခင္၏ နုိင္ငံေတာ္ ကုိ မျမင္ရဟု ငါ အမွန္အကန္ဆုိသည္ ဟု ျပန္၍မိန္႔ ေတာ္မူ၏”။ နိုင္ငံေတာ္ကုိ ျမင္ေတြ႔ ျခင္း သည္ ၎၏ ဝမ္းေျမာက္ျခင္းနွင္႔ ေကာင္းၾကီးမဂၤလာမ်ား ကုိ အတူမ်ွ ေဝခံစားျခင္းျဖစ္ သည္။ နိေကာဒင္ သည္ ယုဒ လူ တေယာက္ျဖစ္သည္။ သူသည္ ယုဒလူမိ်ဳးမိသားစု မွ ေမြးဖြားျခင္းအားျဖင္႔ ဣသေရလ နုိ္င္ငံေတာ္၏ နိင္ငံသားတေယာက္ ျဖစ္လာခဲ႔သည္။ သူက ေယရူ၏ နို္င္ငံေတာ္သည္ ေလာကီနုိ္င္ငံ တစ္ခု ခု ျဖစ္ေကာင္းျဖစ္နုိ္င္သည္ဟု ထင္ျမင္ ခဲ႔သည္။ သုိ႔ေသာ္လည္း ထုိထင္ျမင္ ခ်က္သည္ မွားယြင္းပါသည္။ </p>\r\n<p>ေယရူတည္ေထာင္ ေသာ နုိ္င္ငံေတာ္သည္ ဝိညာဥ္ေရးရာ နွင္႔ဆုိင္ေသာ နုိ္င္ငံေတာ္ျဖစ္သည္။ ေနာက္ပုိင္း၌ ေယရူက ပိလတ္မင္း အား ေျပာဆုိသည္မွာ “ ငါ၏ နုိင္ငံ သည္ ဤေလာကနွင္႔ မစပ္ဆုိင္” (ေယာဟန္ ၁၈း၃၆ )။ ေပတရုက ေယရူသည္ ခရစ္ေတာ္တည္းဟူေသာ အသက္ရွင္ေတာ္မူေသာ ဘုရားသခင ၏သားေတာ္ ျဖစ္ေၾကာင္းဝန္ခံေသာ အခါ ေယရူက သူ႔အသင္းေတာ္ တည္ေဆာက္ရန္ ကတိေပး ခဲ႔သည္။ ထုိ႔ေနာက္ေယရူ သည္ ေပတရုအား ေကာင္းကင္နုိ္င္ငံေတာ္၏ ေသာ႔တုိ႔ကုိ လည္းေပးရန္ ကတိေပးခဲ႔သည္။ ( မသဲ ၁၆း၁၆-၁၉ )။ ဤက်မ္းခ်က္ တြင္ ေယရူ က “အသင္းေတာ္” နွင္႔ “နိုင္ငံေတာ္” သည္ အတူတူသုံးနွုန္း ေျပာ ဆုိေၾကာင္းရွင္းလင္းပါသည္။ ႏွစ္ေပါင္းအတန္ၾကာလာ ေသာအခါ တမန္ေတာ္ ေပါလု က ေကာေလာသဲ ျမိဳ႔၌ရွိေသာ ခရစ္ေတာ္၏ အသင္းေတာ္ ကုိ ေျပာဆုိရာတြင္ “ ခ်စ္ေတာ္မူေသာ သားေတာ္၏ နုိင္ငံေတာ္ထဲသုိ႔ သြင္းေတာ္မူ၏” ( ေကာေလာသဲ ၁း၁၃ ) ဟု ေျပာဆုိပါသည္။ ထုိသုိ္႔ အသင္းေတာ္ နွင္႔ နုိင္ငံေတာ္သည္ အတူတူ ျဖစ္ေသာေၾကာင္႔ ထုိအထဲသုိ႔ဝင္ ေရာက္နုိင္ရန္ လမ္းခရီးလည္း တစ္ခု တည္း သာ ရွိပါသည္။ လူတေယာက္ သည္ နုိ္င္ငံေတာ္ထဲသို႔ ေရာက္ရွိ ေနလ်ွင္ ထုိသူသည္ အသင္းေတာ္၏ အသင္းဝင္တေယာက္ ျဖစ္ပါသည္။ </p>\r\n<p>အစပုိင္းတြင္ ေယရူ က နိေကာဒင္အား မိန္႔ဆုိ သည္မွာ “ဒုတိယေမြးျခင္းကုိ မခံေသာ သူမည္ သည္ကား ဘုရားသခင္၏နုိင္ငံေတာ္ ကုိ မျမင္ရ ဟု ျပန္၍မိန္႔ ေတာ္ မူ၏” ဤသုိ႔ မိန္႔ဆုိ ျခင္းအားျဖင္႔ လူ တေယာက္သည္ ဒုတိယေမြးျခင္း အားျဖင္႔သာ လ်ွင္ နုိ္င္ငံေတာ္၏ ဝမ္းေျမာက္ျခင္း ေကာင္းၾကီး မဂၤလာကုိ ခံစားနုိ္င္မည္ ျဖစ္ သည္။ </p>\r\n<p>ေယရူက လူတေယာက္ သည္ (၁ ) ေရ ( ၂ ) ဝိညာဥ္ေတာ္ အားျဖင္႔ ေမြးဖြားရမည္ဟု မိန္႔ဆုိ သည္။ လူတေယာက္ ေမြးဖြားနုိင္ရန္ အရာနွစ္ခုတုိ႔ သည္ မရွိမျဖစ္လုိအပ္ သည္။ ( ၁ ) မိ်ဳးေစ႔ၾကဲမည္႔ ဖခင္ (၂ ) ေမြးဖြားေပးမည္႔ မိခင္ တုိ႔ျဖစ္သည္။ ေယရူက ဘုရားသခင္၏မိသားစု ျဖစ္ေသာ ဘုရားသခင္၏ နုိင္ငံေတာ္ ထဲ သုိ႔ ဝိညာဥ္ေရးရာ ေမြးဖြားျခင္း ကုိ ရွင္းျပရာတြင္ လူ႔ဘဝ၏ မိသားစုတစ္စု ထဲသုိ႔ ဇာတိ ေမြးဖြားျခင္းကုိ အသုံးျပဳ သည္။ </p>\r\n<p>ဒုတိယေမြးျခင္း၌ သန္႔ရွင္း ေသာဝိညာဥ္ေတာ္သည္ မ်ဳိးေစ႔ၾကဲ သည္။ မ်ဳိးေစ႔သည္ ဘုရားသခင္၏ နုတ္ကပတ္ေတာ္ျဖစ္သည္။ ဤ စကား လုံးမ်ားကုိ မွတ္ထားၾကပါစုိ႔။ “ နိမၼိတ သတၱဝါတုိ႔တြင္ ငါတုိ႔သည္ အဦးသီးေသာအသီး ကဲ႔သုိ႔ ျဖစ္ေစ ျခင္းငွါ သမၼာတရား စကားအားျဖင္႔ မိမိအလုိေတာ္အတုိင္း ငါတုိ႔ကုိ ျဖစ္ ဘြားေစေတာ္မူ ၏” ( ယာကုပ္ ၁း ၁၈ )။ ေနာက္တဖန္ ဤက်မ္းခ်က္ ကုိလည္း ဖတ္ရူၾကပါစုိ႔။ “ သင္တုိ႔ သည္ ေဖာက္ျပန္ ပ်က္စီးတတ္ေသာ မ်ဳိးေစ႔ အားျဖင္႔ျဖစ္ဘြားသည္မ ဟုတ္။ မေဖာက္ျပန္မပ်က္စီး တတ္ေသာ မ်ဳိးေစ႔ တည္း ဟူူေသာ အသက္ရွင္၍ အစဥ္အျမဲတည္ေတာ္မူ ေသာ ဘုရားသခင္၏ နွတ္ကပတ္ေတာ္ အားျဖင္႔ ျဖစ္ဘြားေသာေၾကာင္႔၊ ညီအစ္ကုိမ်ားကုိ ခ်စ္ေယာင္ မေဆာင္ အမွန္ခ်စ္ျခင္း အလုိ႔ငွါ စိတ္ထဲမွာ သမၼာတရားကုိ နားေထာင္လွ်က္၊ ကုိယ္စိတ္ နွလုံးကုိ စင္ၾကယ္ေစျပီး သည္နွင္႔အညီ၊ စင္ၾကယ္ေသာ စိတ္နွင္႔ အခ်င္းခ်င္း အားၾကီးေသာ ခ်စ္ျခင္းေမတၱာ ရွိၾကေလာ႔” (၁ေပ ၁း၂၂-၂၃ )။ </p>\r\n<p>ဘုရားသခင္၏နွတ္ကပတ္ေတာ္သည္ ဝိညာဥ္ေတာ္၏ ဓားျဖစ္ သည္( ဧဖက္ ၆း၁၇ )။ လူ႔စိတ္ထဲတြင္ ယုံၾကည္ ျဖစ္ထြန္းေစရန္ သန္႔ရွင္း ေသာဝိညာဥ္ေတာ္သည္ ဤနွတ္ကပတ္ေတာ္ ကုိ အသုံးျပဳ သည္။ “သုိ႔ျဖစ္၍ ယုံၾကည္ျခင္း သည္ ၾကားနာျခင္းအားျဖင္႔ ျဖစ္၏။ ၾကားနာျခင္းသည္ လည္း ဘုရားသခင္ ၏ စကားေတာ္အားျဖင္႔ျဖစ္၏ ( ေရာမ ၁၀း၁၇ )။ ထုိ႔ေၾကာင္႔ ဘုရားသခင္၏ နွတ္ကပတ္ေတာ္ ကုိ ေဟာေျပာ ေသာအခါ သန္႔ရွင္းေသာဝိညာဥ္ေတာ္ သည္ အျပစ္သား၏ နွလုံးသားထဲသုိ႔ ယုံၾကည္ျခင္းကုိ ျဖစ္ထြန္း ေစသည္။ ထုိ႔ေၾကာင္႔ လူတေယာက္သည္ နွတ္ကပတ္ေတာ္ကုိ ၾကား၍ ယုံၾကည္ ေသာအခါ သန္႔ရွင္းေသာဝိညာဥ္ေတာ္ ၏ သားဟု ေခၚဆုိနုိ္င္ပါသည္။ </p>\r\n<p>သုိ႔ေသာ္ ေရနွင္႔ ေမြးဖြား ျခင္းကား အဘယ္သုိ႔နည္း။ ဤသည္ ဗတၱိဇံခံျခင္းအားျဖင္႔ ျဖစ္သည္။ လူတေယာက္ သည္ ဘုရားသခင္၏ နွတ္ကပတ္ေတာ္ကုိ ၾကား၍ ယုံၾကည္ ေသာအခါ ထုိသူ သည္ ခမည္းေတာ္၊ သားေတာ္၊ သန္႔ရွင္းေသာ ဝိညာဥ္ ေတာ္ ၏ နာမ၌ ေရထဲတြင္ ဗတၱိဇံခံျခင္းအား ျဖင္႔ နွတ္ကပတ္ေတာ္ ကုိ နာခံသည္ (မသဲ ၂၈း၁၉-၂၀ )။ဤဗတၱိဇံသည္ ေရထဲ ၌ သျဂၤဳိလ္ျခင္းျဖစ္သည္( ေရာမ ၆း၄ ; ေကာေလာသဲ ၂း၁၂ )။ ဤဗတၱိဇံသည္ အျပစ္မွ ေျဖလႊတ္ျခင္း ( ခြင္႔လႊတ္ျခင္း )အတြက္ ျဖစ္သည္ ( တမန္ေတာ္ ၂း၃၈; ၂၂း၁၆ )။ ယုံၾကည္သူတေယာက္သည္ ဗတၱိဇံခံျခင္းအားျဖင္႔ ခရစ္ေတာ္၏ ခႏၶာကုိယ္ထဲ သုိ႔ ထည္႔သြင္းျခင္းခံ ရသည္ ( ၁ေကာ ၁၂း၁၃ )။ ထုိ ခႏၶာကိုယ္သည္ ဘုရားသခင္၏ နုိ္င္ငံေတာ္ ျဖစ္ေသာ အသင္းေတာ္ျဖစ္ သည္ ( ေကာေလာသဲ ၁း၁၈ )။</p>\r\n<p>ခရစ္ယာန္တေယာက္ ျဖစ္ရန္ ဒုတိယ ေမြးျခင္းသည္ မရွိမျဖစ္ လုိအပ္ေၾကာင္း ကၽြန္ေတာ္ တုိ႔ သိခဲ႔ပါျပီ။ လူတေယာက္ သည္ ဒုတိယေမြးျခင္းကုိ ခံရလွ်င္ ထုိသူသည္ ဘုရားသခင္၏ နုိင္ငံေတာ္ ျဖစ္ေသာ အသင္းေတာ္ ထဲသုိ႔ အလိုအေလွ်ာက္ ေရာက္ရွိေနပါသည္။ သန္႔ရွင္းေသာဝိညာဥ္ေတာ္ သည္ နွတ္ကပတ္ေတာ္ကို လူ႔နွလုံးသားထဲ တြင္ ဖြင္႔ျပေတာ္မူ၍ ယုံၾကည္ျခင္း ကို ျဖစ္ထြန္းေစျပီး ထုိယုံၾကည္သူသည္ အျပစ္ လႊတ္ျခင္းရရန္ ဗတၱိဇံခံျခင္း အား ျဖင္႔ တု႔႔႔ံျပန္ေသာအခါ ထုိသူ သည္ ဒုတိယေမြးျခင္းကုိ ခံရပါသည္။ ထုိ သူသည္ ေရနွင္႔ဝိညာဥ္ေတာ္ အားျဖင္႔ ေမြးျခင္းခံေသာ ေၾကာင္႔ နုိ္င္ငံေတာ္ထဲသုိ႔ ေရာက္ရွိေန ျပီျဖစ္သည္။ </p>\r\n<p>စာရူေသာမိတ္ေဆြ၊ သင္သည္ အဘယ္သုိ႔နညး္။ သင္ သည္ ကယ္တင္ျခင္း သုိ႔ေရာက္ျပီ လား။ သင္သည္ ဘုရားသခင္ ၏ နုိ္င္ငံေတာ္ထဲသုိ႔ ေရာက္ရွိ ေနျပီလား။ သင္သည္ ေရနွင္႔ ဝိညာဥ္ေတာ အားျဖင္႔ ဒုတိယေမြးျခင္း ခံျပီလား။ ဤအရာမ်ားကုိ သင္၌ မရွိေသးပါက၊ သင္သည္ ထာဝရအတြက္ ေမွ်ာ္လင္႔ ခ်က္ မရေသးပါ။ ကယ္တင္ျခင္း သည္ သင္႔အတြက္ ျဖစ္ရန္ ယေန႔၌ပင္ ဘုရားသခင္ ၏နွတ္ကပတ္ေတာ္ကုိ ယုံၾကည္ ျပီး ဗတၱိဇံခံပါ။ “သင္တုိ႔သည္ ေလာကီနုိ္င္ငံ အရပ္ရပ္ရွိ သမွ်သုိ႔ သြား၍ ေဝေနယ်သတၱဝါအေပါင္း တုိ႔အား ဧဝံေဂလိ တရားကုိ ေဟာၾကေလာ႔။ ယုံၾကည္၍ ဗတၱိဇံကို ခံေသာသူသည္ ကယ္တင္ေတာ္မူျခင္းသုိ႔ ေရာက္လတံံ့။ မယုံၾကည္ ေသာသူမူ ကား အျပစ္စီရင္ ျခင္းကုိ ခံရလတ႔ံ။” ( မာကု ၁၆း၁၅-၁၆ )။</p>',1,2,1,1,1,1,1408135244,1,1408135607,0,0,0,1396990680,1,'',0,0,0,0,0,'modDocument','web',1,'my/the-new-birth',0,0,1,NULL),(10,'document','text/html','The Worship of the Church of Christ','ခရစ္ေတာ္၏ အသင္းေတာ္၌ ဝတ္ျပဳကုိးကြယ္ျခင္း','','worship-of-the-church','',1,0,0,7,0,'','<p>ေယရူမိန္႔ေတာ္မူသည္မွာ “ကုိးကြယ္ေသာသူမွန္သမွ်တုိ႔သည္ ခမည္းေတာ္ကုိ နံဝိညာဥ္ႏွင္႔ ၎၊ သစၥာနွင္႔၎ ကုိးကြယ္ရမည္႔အခ်ိန္ကာလ သည္ လာ၍ ယခုပင္ေရာက္ လ်က္ရွိ၏။ အေၾကာင္းမူကား ထုိသုိ႔ ကုိးကြယ္ေသာသူတုိ႔ကုိ ခမည္းေတာ္သည္ အလုိေတာ္ ရွိေတာ္မူ၏။ ဘုရားသခင္သည္ နံဝိညာဥ္ျဖစ္ေတာ္မူ၏။ ဘုရားသခင္ကုိ ကုိ္းကြယ္ေသာ သူတုိ႔သည္ နံဝိညာဥ္နွင္႔၎၊ သစၥာနွင္႔၎ ကုိးကြယ္ရမည္ ဟု မိန္႔ေတာ္မူ၏”(ေယာဟန္ ၄း၂၃-၂၄ )။ ကၽြန္ေတာ္တုိ႔၏ ဝတ္ျပဳကုိးကြယ္ျခင္းသည္ ဘုရားသခင္လက္ခံနိုင္ေသာ ကုိးကြယ္ျခင္းျဖစ္ရန္ အခ်က္ နွစ္ခု ေတာင္းဆုိပါသည္။ </p>\r\n<p>၁။ ကၽြန္ေတာ္တုိ႔သည္ နံဝိညာဥ္နွင္႔ ကုိးကြယ္ရမည္။ ထုိသုိ႔ဆုိရာတြင္ ကၽြန္ေတာ္တုိ႔ ၏ နွလုံးသားသည္ မွန္ကန္ရ မည္။ ကၽြန္ေတာ္တုိ႔၏ အသက္တာသည္ မွန္ကန္ရ မည္။ ကၽြန္ေတာ္တုိ႔သည္ မွန္ကန္ေသာ လုပ္ေဆာင္ခ်က္ မ်ားရွိရမည္။ ကၽြန္ေတာ္တုိ႔ သည္ မိမိလုပ္ေဆာင္ေနေသာ အခ်က္မ်ားကုိ နွလုံးသြငး္ စဥ္းစားေနရမည္။ (ေဟရွာယ ၁း၁၁-၂၀ ၊ သုုတၱံ၂၈း၉၊ မသဲ၁၅း၈။</p>\r\n<p>၂။ ကၽြန္ေတာ္တုိ႔သည္ ဘုရားသခင္ကုိ သမၼာတရား ႏွင္႔ ကုိးကြယ္ရ မည္။ ဘုရားသခင္ ကုိ သမၼာတရား နွင္႔ ကုိးကြယ္ရ မည္ ဟုဆုိရာတြင္ နွတ္ကပတ္ေတာ္ အတုိင္း ဝတ္ျပဳ ကုိးကြယ္ျခင္း ျဖစ္ သည္။ ဘုရားသခင္၏ ႏွတ္ကပတ္ေတာ္သည္ သမၼာတရားျဖစ္သည္ ( ေယာဟန္ ၁၇း၁၇ )။ ထုိ႔ေၾကာင္႔ ကၽြန္ပ္တုိ႔၏ ဝတ္ျပဳကုိးကြယ္ျခင္းသည္ ဘုရားသခင္ လက္ခံေတာ္မူ ေသာ ဝတ္ျပဳကုိးကြယ္ျခင္းျဖစ္ ရန္ အတြက္ ဘုရားသခင္၏ နွတ္ကပတ္ေတာ္ အတုိင္း ဝတ္ျပဳကုိးကြယ္ျခင္းကုိ ျပဳရ မည္။ </p>\r\n<p>ဓမၼာသစ္က်မ္းက ခရစ္ယာန္မ်ား ဝတ္ျပဳကုိးကြယ္ ရာတြင္ လုပ္ေဆာင္ ရမည္႔အခ်က္ မ်ား ကုိ ေျပာပါသည္။ ဓမၼာေဟာင္း က်မ္းထဲတြင္ ဝတ္ျပဳကုိးကြယ္ ရာ၌ ကခုန္ျခင္း၊ တူရိယာမ်ား တိီးမူတ္ျခင္း၊ တိရိစၦာန္မ်ား ပူေဇာ္ျခင္း၊ အထူးသီခ်င္းသည္ အဖဲြ႔မ်ား နွင္႔ နံသာဆီမီးရူျခင္း မ်ားကုိ လုပ္ရ ေၾကာင္း ေဖာ္ျပထားျပီး ဤလုပ္ေဆာင္ခ်က္ မ်ားသည္ ဣသေရလလူမ်ဳးိ တစ္မ်ဳးိတည္း ကိုသာ မိန္႔ေတာ္မူ ထားပါသည္။ ဘုရားသခင္၏ လူမ်ဴးိမ်ား အတြက္ ေပးထားေသာ ဤၵဓမၼာေဟာင္းက်မ္းသည္ လက္ဝါးကားတုိင္ ၌ ကုန္ဆုံးသြားသည္။ ( ေကာေလာသဲ ၂း၁၃-၁၄ )။ ဒီကေန႔ ကၽြန္ေတာ္တုိ႔ ခရစ္ယာန္မ်ားသည္ လူသား အားလုံးအတြက္ ခရစ္ေတာ္ေပး ေသာ ပညတ္ေတာ္ကုိ သင္ယူျပီး ဒီကေန႔ တြင္ ဘုရားသခင္သည္ မည္သည္႔ ဝတ္ျပဳကုိးကြယ္ျခင္းမ်ိဴး ကုိ အလုိေတာ္ရွိေၾကာင္း သိရွိနားလည္ ရမည္။ ဘုရားသခင္နွစ္သက္ေတာ္မူ ေသာ ဝတ္ျပဳကုိးကြယ္ျခင္း မ်ဳးိကုိ ဓမၼာသစ္က်မ္းထဲတြင္ ရွင္းလင္းစြာ ေဖာ္ျပထားပါ သည္။</p>\r\n<h2>ပဲြေတာ္ မဂၤလာ</h2>\r\n<p>သခင္ဘုရား၏ ေနာက္ဆုံး ညစာစားပဲြ (သုိ႔ ) ပဲြေတာ္မဂၤလာ ( ၁ေကာ ၁၀း ၁၆ ) တြင္ အခ်က္နွစ္ခု ပါဝင္သည္။(၁ ) တေဆးမ႔ဲမွန္႔( ၂ ) စပ်စ္ရည္။ ပဲြေတာ္မဂၤလာ ၏ အဓိကရည္ရြယ္ခ်က္မွာ ကၽြန္ေတာ္တုိ႔၏ အျပစ္အတြက္ လက္ဝါးကားတုိင္ေပၚတြင္ ေယရူ၏ အေသြးသြန္းေလာင္း ျပိး ခႏၶာကုိယ္အားျဖင္႔ ယဇ္ပူေဇာ္ျခင္း ကုိ အစဥ္အျမဲ ေအာင္႔ေမ႔သတိရ ေနရန္ျဖစ္ သည္။( မသဲ ၂၆း၂၆-၂၉ )။ ကၽြန္ေတာ္တုိ႔သည္ ပဲြေတာ္မဂၤလာ ကုိ သုံးေဆာင္ ေသာအခါ ေယရူ၏ အေသြးေတာ္နွင္႔ ခႏၶာကုိယ္ကုိ ဆက္ဆံေနျခင္းျဖစ္ေသာ ေၾကာင္႕ ထုိက္တန္ေသာ ျပဳမုူျခင္းနွင္႔အတူ သုံးေဆာင္ ရန္ အထူး သတိထား လုပ္ေဆာင္ရမည္ ( ၁ေကာ ၁၁း ၂၃-၃၀ )။ ခရစ္ယာန္မ်ား သည္ ပဲြေတာ္မဂၤလာကုိ ခုနွစ္ရက္တြင္ ပထမ ေန႔ ရက္ တုိင္း၌ သုံးေဆာင္ရန္ျဖစ္ သည္ ( တမန္ေတာ္ ၂၀း၇ )။</p>\r\n<h2>ဆုေတာင္းျခင္း</h2>\r\n<p>ဘုရားသခင္ထံ ဆုေတာင္း ျခင္းသည္ ေန႔စဥ္ အသက္သာ၌ ဘုရားသခင္ အား ၾကည္ညုိေလးစားစြာ လုပ္ေဆာင္ေနျခင္း ျဖစ္ သကဲ႔သုိ႔ ဝတ္ျပဳစည္းေဝး ျခင္း ၌လည္း အပါအဝင္ျဖစ္ သည္။ ဓမၼာသစ္ထဲတြင္ ဆုေတာင္းျခင္း နွင္႔ ပတ္သက္ ျပီး ဥပမာ မ်ားစြာ ေတြ႔ရွိရပါသည္ ( ၁တိ ၂း ၁-၂၊ ၈၊ ဖိလိပၸိ ၄း၆ စသည္ျဖင္႔ )။ ကၽြန္ေတာ္တုိ႔သည္ ဆုေတာင္းေသာအခါ ဘုရားသခင္ထံ ေက်းဇူးေတာ္ ခ်ီးမြမ္းျခင္းနွင္႔ နာမေတာ္ကုိ ေထာမဌာျပဳပါသည္။ ကၽြန္ေတာ္တုိ႔ ဆုေတာင္းေသာ အခါ မိမိတုိ႔၏ လုိအပ္ခ်က္မ်ားနွင္႔ သူတပါးတုိ႔ ၏ လုိအပ္ခ်က္မ်ားကုိ လည္း ေတာင္းေလွ်ာက္ပါသည္။ မသဲ ၆း၅-၁၅ ထဲတြင္ ေယရူသည္ ဆုေတာင္းရမည္႔ နည္းလမ္းကုိ ကၽြန္ေတာ္တုိ႔အား သင္ေပး ပါသည္။ ေယရူသည္ ဤဆုေတာင္းခ်က္ ကုိ ထပ္ဖန္ တလဲလဲ ေရရြတ္ ေနဖုိ႔ရန္ ရည္ရြယ္ျခင္း မဟုတ္ပဲ ကၽြန္ေတာ္တုိ႔အား ဤ နည္းလမ္းျဖင္႔ ဆုေတာင္း တတ္ ရန္ ပုံစံ ေပး ထားျခင္း သာျဖစ္ပါသည္။ ေယရူခရစ္ သည္ ကၽြန္ေတာ္တုိ႔၏ အာမခံ နွင္႔ အျမင္႔ဆုံးေသာ ယဇ္ပုေရာဟိတ္ ျဖစ္ပါသည္။ ထုိ႔ေၾကာင္႔ ကၽြန္ေတာ္တုိ႔သည္ ေယရူ၏ နာမ အားျဖင္႔ ဘုရားသခင္ထံေတာ္သုိ႔ ဆုေတာင္းရမည္ ( ေယာဟန္ ၁၆း၂၃ ၊ ၁တိ၂း၅၊ ေဟျဗဲ ၄း၁၄-၁၆၊ ၁ေယာ ၂း၁-၂ )။</p>\r\n<h2>ႏွတ္ကပတ္ေတာ္ကုိ ေဟာေျပာျခင္းနွင္႔ သင္ၾကားျခင္း</h2>\r\n<p>ဘုရားသခင္သည္ ကၽြန္ေတာ္တို႔အား သူ၏ နွတ္ကပတ္ေတာ္ကို သင္ၾကား ရန္ မိန္႔ေတာ္မူသည္ ( မသဲ ၂၈း၁၉-၂၀ )။ အျပစ္သား ျဖစ္ေစ၊ ကယ္တင္ျခင္း သုိ႔ေရာက္ေသာသူျဖစ္ေစ၊ နွတ္ကပတ္ေတာ္ သင္ၾကား ေပး ရန္လုိအပ္သည္။ ထုိ႔ေၾကာင္႔ နွတ္ကပတ္ေတာ္ေဟာေျပာ ျခင္း နွင္႔ သင္ၾကားေပးျခင္း သည္ ခရစ္ယာန္မ်ား၏ ဝတ္ျပဳျခင္း၌ လုပ္ေဆာင္ရမည္႔ အခ်က္ျဖစ္ပါသည္ ( တမန္ေတာ္ ၂း ၄၂ )။ ကၽြန္ေတာ္တို႔သည္ ေယရူခရစ္ေတာ္၌ ရွင္သန္ ၾကီးထြားျပီး ခုိင္ခ႕ံျခင္းရွိရန္ နွင္႔ မွားယြင္းေသာ သြန္သင္ခ်က္ မ်ား ကုိ အနိုင္ယူျပီး သူတပါးအား သင္ၾကားေပးနုိင္ေသာသူျဖစ္ ရန္ ဘုရားသခင္၏ နွတ္ကပတ္ေတာ္ကုိ သင္ယူရမည္ ( ၁ေပ ၂း၁-၂၊ ၂တိ၂း၂၊ ၄း၁-၅ )။ ဤအခ်က္ သည္ ကၽြန္ေတာ္တုိ႕၏ ဝတ္ျပဳကုိးကြယ္ျခင္း ၌ အင္မတန္ အေရးၾကီးေသာ အခ်က္ျဖစ္ျပီး မပ်က္မကြက္ လုပ္ေဆာင္ရမည္႔အခ်က္ လည္း ျဖစ္သည္။</p>\r\n<h2>ေပးလွဴျခင္း</h2>\r\n<p>ေပးလွဴျခင္းသည္ ဘုရားသခင္ကုိဝတ္ျပဳရာတြင္ လုပ္ေဆာင္ရမည့္ အခ်က္ျဖစ္ သည္။ ေပးလွဴျခင္းအားျဖင္႔ ခရစ္ေတာ္၏ အသင္းေတာ္ သည္ သာသနာလုပ္ငန္းအတြက္ ရန္ပုံေငြမ်ား ရရွိ္သည္။ ဘုရားသခင္သည္ ျပည္႔စုံေသာ ေပးလွဴျခင္း နိယာမ ကို ကၽြန္ေတာ္တုိ႔အား ေပးထားပါ သည္ ( ၁ ေကာ ၁၆း၂ )။ မည္သူတုိ႔သည္ ေပးလွဴျခင္း ကုိ ျပဳၾကမည္နည္း။ ”ယုံၾကည္သူအေယာက္တုိင္း” တုိ႔သည္ ေပးလွဴၾကရမည္။ မည္သည္႔အခ်ိန္တြင္ ေပးလွဴၾကရမည္နည္း။ “ခုႏွစ္ရက္တြင္ ပထမေန႔ရက္၌ “ ေပးလွဴၾကရ မည္။ ကၽြန္ေတာ္တို႔သည္ မည္မွ် ေပးလွဴၾကရမည္နည္း ။” အသီးအသီးေကာင္းစားသည္႔ အတုိ္င္း” ေပးလွဴၾကရမည္။ ေစတနာစိတ္နွင္႔ ရက္ေရာစြာ ေပးလွဴျခင္းအားျဖင္႔ ကၽြန္ေတာ္တုိ႔သည္ ဘုရားသခင္အား အဘယ္မွ်ေလာက္ခ်စ္ေၾကာင္း ျပသျခင္းျဖစ္ပါသည္။ </p>\r\n<h2>သီခ်င္းဆုိျခင္း</h2>\r\n<p>ခရစ္ယာန္မ်ားသည္ ဘုရားသခင္အား သိီခ်င္း ေတဆုိျခင္းအားျဖင္႔ ခ်ီးမြမ္းၾက ရမည္( ေကာေလာသဲ ၃း၁၆ )။ အသင္းေတာ္ထဲ၌ ဘုရားသခင္ ေတာင္းဆုိေသာ တီးသံမ်ဴိးမွာ ပင္ကုိယ္အသံ အားျဖစ္ သီခ်င္းဆုိျခင္းသာျဖစ္သည္။ ဓမၼသစ္က်မ္းထဲရွိ ခရစ္ယာန္ မ်ား၏ ဝတ္ျပဳကိုးကြယ္ျခင္း တြင္ တီးဂီတ မ်ား တီးမွုတ္ၾကရန္ ေတာင္းဆုိျခင္း လုံးဝ မရွိပါ။ သီခ်င္းမ်ားသီဆုိ ရာတြင္ တီးဂီတမ်ား နွင္႔ ေပါငး္ထည္႔ သီဆုိျခင္းသည္ ဘုရားသခင္၏ ေတာင္းဆုိခ်က္ အေပၚတြင္ အပိုေပါငး္ထည္႔ လုိက္ျခင္းသာ ျဖစ္ေသာ ေၾကာင္႔ အျပစ္ ျဖစ္ပါသည္။ ထုိသုိ႔ေပါင္းထည္႔ျပဳလုပ္နုိင္ရန္ အတြက္ မည္သည္႔လူသားမွ အခြင္႔အာဏာမရွိပါ(ဗ်ာဒိတ္ ၂၂း ၁၈-၁၉ ၊၂ ေယာ ၉-၁၀ )။ ကၽြန္ေတာ္တုိ႔သည္ လူတုိ႔ တီထြင္ထားေသာ တီးသံမ်ဳဳးိကို အသုံးမျပဳဘဲ ဘုရားသခင္ ဖန္ဆင္းထားေသာ တီးသံမ်ဳးိကုိ အသုံးျပဳျပီး “ ႏူးညြတ္ေသာ စိတ္နွလုံးနွင္႔” သီဆုိၾကရမည္ ( ဧဖက္ ၅း၁၉ )။ထုိ႔ျပင္ ဘုရားသခင္သည္ ကၽြန္ေတာ္တို႔အား ဝတ္ျပဳ ကုိးကြယ္ျခင္းတြင္ သံစုံသီခ်င္း သီဆုိသည္႔အဖဲြ႔မ်ား ထားရွိရန္ လည္း အမိန္႔မေပးခဲ႔ပါ။ ခရစ္ယာန္အေယာက္တုိင္းတုိ႔သည္ ပဲြေတာ္မဂၤလာကုိ မိမိကုိ္ယ္တုိင္အတြက္သာ သုုံးေဆာင္သကဲ႔သုိ႔ မိမိ ကို္ယ္တုိင္ ဘုရားသခင္းအား သီခ်င္းဆုိျခင္းအားျဖင္႔ ခ်ီးမြမ္း ရမည္။ ကၽြန္ေတာ္တုိ႔သည္ ဘုရားသခင္ကုိ ဝတ္ျပဳ ကိုးကြယ္ေသာ အခါ မိမိကုိ္ယ္ကိုယ္ေဖ်ာ္ေျဖ ေနျခင္းမဟုတ္ပါ။ ထုိ႔ေၾကာင္႔ ကၽြန္ေတာ္တုိ႔သည္ ဘုရားသခင္ အား ဝတ္ျပဳကိုးကြယ္ေသာအခါ မိမိခႏၶာကိုယ္ နွင္႔ အာရုံခံစား ေပ်ာ္ရြင္မူကုိ အေျခမခံဘဲ ဘုရားသခင္၏နွစ္သက္ျမတ္နိုး သည္႔အရာ အေပၚတြင္ အေျခခံရမည္။ </p>\r\n<p>စစ္မွန္ေသာ ခရစ္ယာန္မ်ားသည္ ဘုရားသခင္အား ဝတ္ျပဳ ကုိးကြယ္ရန္ ျပင္းျပေသာ ဆႏၵရွိၾကသည္။ စစ္မွန္ေသာ ခရစ္ယာန္တေယာက္သည္ ဘုရားသခင္ကုိ ဝတ္မျပဳ မကိုးကြယ္ဘဲ မေနနုိ္င္။ ကၽြန္ေတာ္တုိ႔သည္ ဘုရားသခင္၏ၾကီျမတ္ျခင္း၊ ဘုန္းၾကီးျခင္း၊ မဟာတန္ခုိးေတာ္ရွိျခင္း၊ ဥာဏ္ပညာနွင္႔အစြမ္းသတၱိ၊ အနုိ္င္းမဲ႔ေသာ သနားျခင္း ဂရုဏာေတာ္အား ျဖင႔္ တပါးတည္းေသာ သားေတာ္ ကုိ ကၽြန္ေတာ္တုိ႔အျပစ္မွ ကယ္တင္ရန္ ေပးသနားေတာ္မူျခင္းမ်ားကို သိရွိနားလည္သေဘာေပါက္ ေသာအခါ ကၽြန္ေတာ္တုိ႔၏ စိတ္ႏွုလုံးမ်ားသည္ ဝမ္းေျမာက္ျခင္းနွင္႔ျပည္႔လွ်ံ လ်က္ရွိပါသည္။” ထုိ႔ေၾကာင္႔ ငါတုိ႔သည္ ဘုရားသခင္၏ေက်းဇူးေတာ္ကုိ ဝန္ခံလ်က္၊ နွူတ္ခမ္းအသီးတည္း ဟူေသာ ခ်ီးမြမ္းျခင္းယဇ္ကုိ သခင္ေယရူခရစ္အားျဖင္႔ ဘုရားသခင္ေရွ.ေတာ္၌ အစဥ္ပူေဇာ္ၾကကုန္အံံ့” (ေဟျဗဲ ၁၃း၁၅ )။</p>',1,2,2,1,1,1,1409341301,1,1409341624,0,0,0,1396990680,1,'',0,0,0,0,0,'modDocument','web',1,'my/worship-of-the-church',0,0,1,NULL); /*!40000 ALTER TABLE `modx_site_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_site_htmlsnippets` -- DROP TABLE IF EXISTS `modx_site_htmlsnippets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_site_htmlsnippets` ( `id` int(10) unsigned NOT NULL auto_increment, `source` int(10) unsigned NOT NULL default '0', `property_preprocess` tinyint(1) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', `description` varchar(255) NOT NULL default 'Chunk', `editor_type` int(11) NOT NULL default '0', `category` int(11) NOT NULL default '0', `cache_type` tinyint(1) NOT NULL default '0', `snippet` mediumtext, `locked` tinyint(1) unsigned NOT NULL default '0', `properties` text, `static` tinyint(1) unsigned NOT NULL default '0', `static_file` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `category` (`category`), KEY `locked` (`locked`), KEY `static` (`static`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_site_htmlsnippets` -- LOCK TABLES `modx_site_htmlsnippets` WRITE; /*!40000 ALTER TABLE `modx_site_htmlsnippets` DISABLE KEYS */; INSERT INTO `modx_site_htmlsnippets` VALUES (1,1,0,'tract_sidebar','',0,0,0,'<aside class=\'tract\' style=\'background-image: url(http://truthfortheworld.asia/pix/tracts/[[+name]].jpg);\'>\n <p>Download PDF: <a href=\'http://truthfortheworld.asia/pdf/tracts/a4_[[+name]].pdf\'>A4</a> <a href=\'http://truthfortheworld.asia/pdf/tracts/let_[[+name]].pdf\'>Letter</a></p>\n</aside>',0,'a:0:{}',0,''); /*!40000 ALTER TABLE `modx_site_htmlsnippets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_site_plugin_events` -- DROP TABLE IF EXISTS `modx_site_plugin_events`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_site_plugin_events` ( `pluginid` int(10) NOT NULL default '0', `event` varchar(255) NOT NULL default '', `priority` int(10) NOT NULL default '0', `propertyset` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`pluginid`,`event`), KEY `priority` (`priority`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_site_plugin_events` -- LOCK TABLES `modx_site_plugin_events` WRITE; /*!40000 ALTER TABLE `modx_site_plugin_events` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_site_plugin_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_site_plugins` -- DROP TABLE IF EXISTS `modx_site_plugins`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_site_plugins` ( `id` int(10) unsigned NOT NULL auto_increment, `source` int(10) unsigned NOT NULL default '0', `property_preprocess` tinyint(1) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', `description` varchar(255) NOT NULL default '', `editor_type` int(11) NOT NULL default '0', `category` int(11) NOT NULL default '0', `cache_type` tinyint(1) NOT NULL default '0', `plugincode` mediumtext NOT NULL, `locked` tinyint(1) unsigned NOT NULL default '0', `properties` text, `disabled` tinyint(1) unsigned NOT NULL default '0', `moduleguid` varchar(32) NOT NULL default '', `static` tinyint(1) unsigned NOT NULL default '0', `static_file` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `category` (`category`), KEY `locked` (`locked`), KEY `disabled` (`disabled`), KEY `static` (`static`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_site_plugins` -- LOCK TABLES `modx_site_plugins` WRITE; /*!40000 ALTER TABLE `modx_site_plugins` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_site_plugins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_site_snippets` -- DROP TABLE IF EXISTS `modx_site_snippets`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_site_snippets` ( `id` int(10) unsigned NOT NULL auto_increment, `source` int(10) unsigned NOT NULL default '0', `property_preprocess` tinyint(1) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', `description` varchar(255) NOT NULL default '', `editor_type` int(11) NOT NULL default '0', `category` int(11) NOT NULL default '0', `cache_type` tinyint(1) NOT NULL default '0', `snippet` mediumtext, `locked` tinyint(1) unsigned NOT NULL default '0', `properties` text, `moduleguid` varchar(32) NOT NULL default '', `static` tinyint(1) unsigned NOT NULL default '0', `static_file` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `category` (`category`), KEY `locked` (`locked`), KEY `moduleguid` (`moduleguid`), KEY `static` (`static`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_site_snippets` -- LOCK TABLES `modx_site_snippets` WRITE; /*!40000 ALTER TABLE `modx_site_snippets` DISABLE KEYS */; INSERT INTO `modx_site_snippets` VALUES (1,1,0,'IsHome','',0,0,0,'$id = $modx->resource->get(\'id\');\nif($id == 1) {\n return $output;\n} else {\n return $else;\n}',0,'a:0:{}','',0,''),(2,1,0,'IsBurmese','',0,0,0,'$parent = $modx->resource->getOne(\'Parent\');\n\nif($parent != NULL) {\n $parentID = $parent->get(\'id\');\n if($parentID == 7)\n return $output;\n} else {\n $thisID = $modx->resource->get(\'id\');\n if($thisID == 7)\n return $output;\n}',0,'a:0:{}','',0,''); /*!40000 ALTER TABLE `modx_site_snippets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_site_templates` -- DROP TABLE IF EXISTS `modx_site_templates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_site_templates` ( `id` int(10) unsigned NOT NULL auto_increment, `source` int(10) unsigned NOT NULL default '0', `property_preprocess` tinyint(1) unsigned NOT NULL default '0', `templatename` varchar(50) NOT NULL default '', `description` varchar(255) NOT NULL default 'Template', `editor_type` int(11) NOT NULL default '0', `category` int(11) NOT NULL default '0', `icon` varchar(255) NOT NULL default '', `template_type` int(11) NOT NULL default '0', `content` mediumtext NOT NULL, `locked` tinyint(1) unsigned NOT NULL default '0', `properties` text, `static` tinyint(1) unsigned NOT NULL default '0', `static_file` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `templatename` (`templatename`), KEY `category` (`category`), KEY `locked` (`locked`), KEY `static` (`static`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_site_templates` -- LOCK TABLES `modx_site_templates` WRITE; /*!40000 ALTER TABLE `modx_site_templates` DISABLE KEYS */; INSERT INTO `modx_site_templates` VALUES (1,0,0,'BaseTemplate','Template',0,0,'',0,'<html>\n<head>\n<title>[[++site_name]] - [[*pagetitle]]</title>\n<base href=\"[[++site_url]]\" />\n</head>\n<body>\n[[*content]]\n</body>\n</html>',0,NULL,0,''),(2,1,0,'tftw_asia','Standard template for TruthForTheWorld.Asia',0,0,'',0,'<!DOCTYPE html>\n<html>\n<head>\n <base href=\"[[!++site_url]]\" />\n <meta charset=\'utf-8\' />\n <link rel=\'stylesheet\' type=\'text/css\' href=\'css/reset.css\' />\n <link rel=\'stylesheet\' type=\'text/css\' href=\'css/styles.css\' />\n <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"pix/favicon.ico\" />\n <meta name=\"description\" content=\"Truth For The World Asia is a part of Truth For The World, a global evangelism outreach of the church of Christ\" />\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0\">\n <title>Truth For The World Asia » [[*longtitle]]</title>\n <!--[if !IE 7]>\n <style type=\"text/css\">\n #wrap { display:table; height:100%; }\n </style>\n <![endif]-->\n</head>\n<body[[IsHome?output=` id=\'home\'`]][[IsBurmese?output=` class=\'burmese\'`]]>\n <div id=\'wrap\'>\n \n <header>\n <h1><a href=\'[[~1]]\'>[[++site_name]]</a></h1>\n </header>\n\n <article>\n [[IsHome?else=`<h1>[[*longtitle]]</h1>`]]\n [[*sidebar]]\n [[*content]]\n </article>\n \n [[IsHome?output=`<img id=\'world\' src=\'pix/asiamapgray.png\' alt=\'Map of Asia by Koyos & Ssolbergj, CC BY-SA 3.0\' title=\'Map of Asia by Koyos & Ssolbergj, CC BY-SA 3.0\' />`]]\n \n </div>\n \n <footer>\n <div id=\'rightHalf\'></div>\n \n <nav>\n <ul>\n <li><a href=\'[[~2]]\'>About Us</a></li>\n <li><a href=\'[[~3]]\'>Get Involved</a></li>\n <li><a href=\'[[~4]]\'>Contact Us</a></li>\n </ul>\n </nav>\n \n <div id=\'bottombar\'>\n <p>TRUTH FOR THE WORLD is a global evangelism outreach of the church of Christ using media and personal ministries.</p>\n <p>P.O. Box 5048 • Duluth GA 30096 • USA ~ <a href=\"mailto:info@tftw.org\" >info@tftw.org</a></p>\n </div>\n </footer>\n</body>\n</html>',0,'a:0:{}',0,''); /*!40000 ALTER TABLE `modx_site_templates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_site_tmplvar_access` -- DROP TABLE IF EXISTS `modx_site_tmplvar_access`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_site_tmplvar_access` ( `id` int(10) unsigned NOT NULL auto_increment, `tmplvarid` int(10) NOT NULL default '0', `documentgroup` 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 `modx_site_tmplvar_access` -- LOCK TABLES `modx_site_tmplvar_access` WRITE; /*!40000 ALTER TABLE `modx_site_tmplvar_access` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_site_tmplvar_access` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_site_tmplvar_contentvalues` -- DROP TABLE IF EXISTS `modx_site_tmplvar_contentvalues`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_site_tmplvar_contentvalues` ( `id` int(10) unsigned NOT NULL auto_increment, `tmplvarid` int(10) NOT NULL default '0', `contentid` int(10) NOT NULL default '0', `value` mediumtext NOT NULL, PRIMARY KEY (`id`), KEY `tmplvarid` (`tmplvarid`), KEY `contentid` (`contentid`), KEY `tv_cnt` (`tmplvarid`,`contentid`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_site_tmplvar_contentvalues` -- LOCK TABLES `modx_site_tmplvar_contentvalues` WRITE; /*!40000 ALTER TABLE `modx_site_tmplvar_contentvalues` DISABLE KEYS */; INSERT INTO `modx_site_tmplvar_contentvalues` VALUES (1,1,6,'[[$tract_sidebar?name=`vi_morm`]]'),(3,1,8,'[[$tract_sidebar?name=`my_whatmustido`]]'),(4,1,2,'<aside><img src=\'pix/baptism.jpg\' alt=\'Baptism in India\' class=\'sidepic\' /></aside>'),(5,1,3,'<aside><img src=\'pix/howcaniunderstand.jpg\' alt=\'How can I understand, unless someone guides me?\' class=\'sidepic\' /></aside>'),(6,1,9,'[[$tract_sidebar?name=`my_newbirth`]]'),(7,1,10,'[[$tract_sidebar?name=`my_worship-of-the-church`]]'); /*!40000 ALTER TABLE `modx_site_tmplvar_contentvalues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_site_tmplvar_templates` -- DROP TABLE IF EXISTS `modx_site_tmplvar_templates`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_site_tmplvar_templates` ( `tmplvarid` int(10) NOT NULL default '0', `templateid` int(11) NOT NULL default '0', `rank` int(11) NOT NULL default '0', PRIMARY KEY (`tmplvarid`,`templateid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_site_tmplvar_templates` -- LOCK TABLES `modx_site_tmplvar_templates` WRITE; /*!40000 ALTER TABLE `modx_site_tmplvar_templates` DISABLE KEYS */; INSERT INTO `modx_site_tmplvar_templates` VALUES (1,2,0); /*!40000 ALTER TABLE `modx_site_tmplvar_templates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_site_tmplvars` -- DROP TABLE IF EXISTS `modx_site_tmplvars`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_site_tmplvars` ( `id` int(10) unsigned NOT NULL auto_increment, `source` int(10) unsigned NOT NULL default '0', `property_preprocess` tinyint(1) unsigned NOT NULL default '0', `type` varchar(20) NOT NULL default '', `name` varchar(50) NOT NULL default '', `caption` varchar(80) NOT NULL default '', `description` varchar(255) NOT NULL default '', `editor_type` int(11) NOT NULL default '0', `category` int(11) NOT NULL default '0', `locked` tinyint(1) unsigned NOT NULL default '0', `elements` text, `rank` int(11) NOT NULL default '0', `display` varchar(20) NOT NULL default '', `default_text` mediumtext, `properties` text, `input_properties` text, `output_properties` text, `static` tinyint(1) unsigned NOT NULL default '0', `static_file` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `category` (`category`), KEY `locked` (`locked`), KEY `rank` (`rank`), KEY `static` (`static`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_site_tmplvars` -- LOCK TABLES `modx_site_tmplvars` WRITE; /*!40000 ALTER TABLE `modx_site_tmplvars` DISABLE KEYS */; INSERT INTO `modx_site_tmplvars` VALUES (1,1,0,'text','sidebar','','',0,0,0,'',0,'default','','a:0:{}','a:3:{s:10:\"allowBlank\";s:4:\"true\";s:9:\"maxLength\";s:0:\"\";s:9:\"minLength\";s:0:\"\";}','a:0:{}',0,''); /*!40000 ALTER TABLE `modx_site_tmplvars` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_system_eventnames` -- DROP TABLE IF EXISTS `modx_system_eventnames`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_system_eventnames` ( `name` varchar(50) NOT NULL, `service` tinyint(4) unsigned NOT NULL default '0', `groupname` varchar(20) NOT NULL default '', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_system_eventnames` -- LOCK TABLES `modx_system_eventnames` WRITE; /*!40000 ALTER TABLE `modx_system_eventnames` DISABLE KEYS */; INSERT INTO `modx_system_eventnames` VALUES ('OnPluginEventBeforeSave',1,'Plugin Events'),('OnPluginEventSave',1,'Plugin Events'),('OnPluginEventBeforeRemove',1,'Plugin Events'),('OnPluginEventRemove',1,'Plugin Events'),('OnResourceGroupSave',1,'Security'),('OnResourceGroupBeforeSave',1,'Security'),('OnResourceGroupRemove',1,'Security'),('OnResourceGroupBeforeRemove',1,'Security'),('OnSnippetBeforeSave',1,'Snippets'),('OnSnippetSave',1,'Snippets'),('OnSnippetBeforeRemove',1,'Snippets'),('OnSnippetRemove',1,'Snippets'),('OnSnipFormPrerender',1,'Snippets'),('OnSnipFormRender',1,'Snippets'),('OnBeforeSnipFormSave',1,'Snippets'),('OnSnipFormSave',1,'Snippets'),('OnBeforeSnipFormDelete',1,'Snippets'),('OnSnipFormDelete',1,'Snippets'),('OnTemplateBeforeSave',1,'Templates'),('OnTemplateSave',1,'Templates'),('OnTemplateBeforeRemove',1,'Templates'),('OnTemplateRemove',1,'Templates'),('OnTempFormPrerender',1,'Templates'),('OnTempFormRender',1,'Templates'),('OnBeforeTempFormSave',1,'Templates'),('OnTempFormSave',1,'Templates'),('OnBeforeTempFormDelete',1,'Templates'),('OnTempFormDelete',1,'Templates'),('OnTemplateVarBeforeSave',1,'Template Variables'),('OnTemplateVarSave',1,'Template Variables'),('OnTemplateVarBeforeRemove',1,'Template Variables'),('OnTemplateVarRemove',1,'Template Variables'),('OnTVFormPrerender',1,'Template Variables'),('OnTVFormRender',1,'Template Variables'),('OnBeforeTVFormSave',1,'Template Variables'),('OnTVFormSave',1,'Template Variables'),('OnBeforeTVFormDelete',1,'Template Variables'),('OnTVFormDelete',1,'Template Variables'),('OnTVInputRenderList',1,'Template Variables'),('OnTVInputPropertiesList',1,'Template Variables'),('OnTVOutputRenderList',1,'Template Variables'),('OnTVOutputRenderPropertiesList',1,'Template Variables'),('OnUserGroupBeforeSave',1,'User Groups'),('OnUserGroupSave',1,'User Groups'),('OnUserGroupBeforeRemove',1,'User Groups'),('OnUserGroupRemove',1,'User Groups'),('OnBeforeUserGroupFormSave',1,'User Groups'),('OnUserGroupFormSave',1,'User Groups'),('OnBeforeUserGroupFormRemove',1,'User Groups'),('OnDocFormPrerender',1,'Resources'),('OnDocFormRender',1,'Resources'),('OnBeforeDocFormSave',1,'Resources'),('OnDocFormSave',1,'Resources'),('OnBeforeDocFormDelete',1,'Resources'),('OnDocFormDelete',1,'Resources'),('OnDocPublished',5,'Resources'),('OnDocUnPublished',5,'Resources'),('OnBeforeEmptyTrash',1,'Resources'),('OnEmptyTrash',1,'Resources'),('OnResourceTVFormPrerender',1,'Resources'),('OnResourceTVFormRender',1,'Resources'),('OnResourceDelete',1,'Resources'),('OnResourceUndelete',1,'Resources'),('OnResourceBeforeSort',1,'Resources'),('OnResourceSort',1,'Resources'),('OnResourceDuplicate',1,'Resources'),('OnResourceToolbarLoad',1,'Resources'),('OnResourceRemoveFromResourceGroup',1,'Resources'),('OnResourceAddToResourceGroup',1,'Resources'),('OnRichTextEditorRegister',1,'RichText Editor'),('OnRichTextEditorInit',1,'RichText Editor'),('OnRichTextBrowserInit',1,'RichText Editor'),('OnWebLogin',3,'Security'),('OnBeforeWebLogout',3,'Security'),('OnWebLogout',3,'Security'),('OnManagerLogin',2,'Security'),('OnBeforeManagerLogout',2,'Security'),('OnManagerLogout',2,'Security'),('OnBeforeWebLogin',3,'Security'),('OnWebAuthentication',3,'Security'),('OnBeforeManagerLogin',2,'Security'),('OnManagerAuthentication',2,'Security'),('OnManagerLoginFormRender',2,'Security'),('OnManagerLoginFormPrerender',2,'Security'),('OnPageUnauthorized',1,'Security'),('OnUserFormPrerender',1,'Users'),('OnUserFormRender',1,'Users'),('OnBeforeUserFormSave',1,'Users'),('OnUserFormSave',1,'Users'),('OnBeforeUserFormDelete',1,'Users'),('OnUserFormDelete',1,'Users'),('OnUserNotFound',1,'Users'),('OnBeforeUserActivate',1,'Users'),('OnUserActivate',1,'Users'),('OnBeforeUserDeactivate',1,'Users'),('OnUserDeactivate',1,'Users'),('OnBeforeUserDuplicate',1,'Users'),('OnUserDuplicate',1,'Users'),('OnUserChangePassword',1,'Users'),('OnUserBeforeRemove',1,'Users'),('OnUserBeforeSave',1,'Users'),('OnUserSave',1,'Users'),('OnUserRemove',1,'Users'),('OnUserBeforeAddToGroup',1,'User Groups'),('OnUserAddToGroup',1,'User Groups'),('OnUserBeforeRemoveFromGroup',1,'User Groups'),('OnUserRemoveFromGroup',1,'User Groups'),('OnWebPagePrerender',5,'System'),('OnBeforeCacheUpdate',4,'System'),('OnCacheUpdate',4,'System'),('OnLoadWebPageCache',4,'System'),('OnBeforeSaveWebPageCache',4,'System'),('OnSiteRefresh',1,'System'),('OnFileManagerUpload',1,'System'),('OnFileCreateFormPrerender',1,'System'),('OnFileEditFormPrerender',1,'System'),('OnManagerPageInit',2,'System'),('OnManagerPageBeforeRender',2,'System'),('OnManagerPageAfterRender',2,'System'),('OnWebPageInit',5,'System'),('OnLoadWebDocument',5,'System'),('OnParseDocument',5,'System'),('OnWebPageComplete',5,'System'),('OnBeforeManagerPageInit',2,'System'),('OnPageNotFound',1,'System'),('OnHandleRequest',5,'System'),('OnSiteSettingsRender',1,'Settings'),('OnInitCulture',3,'Internationalization'),('OnCategorySave',1,'Categories'),('OnCategoryBeforeSave',1,'Categories'),('OnCategoryRemove',1,'Categories'),('OnCategoryBeforeRemove',1,'Categories'),('OnChunkSave',1,'Chunks'),('OnChunkBeforeSave',1,'Chunks'),('OnChunkRemove',1,'Chunks'),('OnChunkBeforeRemove',1,'Chunks'),('OnChunkFormPrerender',1,'Chunks'),('OnChunkFormRender',1,'Chunks'),('OnBeforeChunkFormSave',1,'Chunks'),('OnChunkFormSave',1,'Chunks'),('OnBeforeChunkFormDelete',1,'Chunks'),('OnChunkFormDelete',1,'Chunks'),('OnContextSave',1,'Contexts'),('OnContextBeforeSave',1,'Contexts'),('OnContextRemove',1,'Contexts'),('OnContextBeforeRemove',1,'Contexts'),('OnContextFormPrerender',2,'Contexts'),('OnContextFormRender',2,'Contexts'),('OnPluginSave',1,'Plugins'),('OnPluginBeforeSave',1,'Plugins'),('OnPluginRemove',1,'Plugins'),('OnPluginBeforeRemove',1,'Plugins'),('OnPluginFormPrerender',1,'Plugins'),('OnPluginFormRender',1,'Plugins'),('OnBeforePluginFormSave',1,'Plugins'),('OnPluginFormSave',1,'Plugins'),('OnBeforePluginFormDelete',1,'Plugins'),('OnPluginFormDelete',1,'Plugins'),('OnPropertySetSave',1,'Property Sets'),('OnPropertySetBeforeSave',1,'Property Sets'),('OnPropertySetRemove',1,'Property Sets'),('OnPropertySetBeforeRemove',1,'Property Sets'),('OnMediaSourceBeforeFormDelete',1,'Media Sources'),('OnMediaSourceBeforeFormSave',1,'Media Sources'),('OnMediaSourceGetProperties',1,'Media Sources'),('OnMediaSourceFormDelete',1,'Media Sources'),('OnMediaSourceFormSave',1,'Media Sources'),('OnMediaSourceDuplicate',1,'Media Sources'),('OnElementNotFound',1,'System'); /*!40000 ALTER TABLE `modx_system_eventnames` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_system_settings` -- DROP TABLE IF EXISTS `modx_system_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_system_settings` ( `key` varchar(50) NOT NULL default '', `value` text NOT NULL, `xtype` varchar(75) NOT NULL default 'textfield', `namespace` varchar(40) NOT NULL default 'core', `area` varchar(255) NOT NULL default '', `editedon` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP, PRIMARY KEY (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_system_settings` -- LOCK TABLES `modx_system_settings` WRITE; /*!40000 ALTER TABLE `modx_system_settings` DISABLE KEYS */; INSERT INTO `modx_system_settings` VALUES ('access_category_enabled','1','combo-boolean','core','authentication','0000-00-00 00:00:00'),('access_context_enabled','1','combo-boolean','core','authentication','0000-00-00 00:00:00'),('access_resource_group_enabled','1','combo-boolean','core','authentication','0000-00-00 00:00:00'),('allow_forward_across_contexts','','combo-boolean','core','system','0000-00-00 00:00:00'),('allow_manager_login_forgot_password','1','combo-boolean','core','authentication','0000-00-00 00:00:00'),('allow_multiple_emails','1','combo-boolean','core','authentication','0000-00-00 00:00:00'),('allow_tags_in_post','','combo-boolean','core','system','0000-00-00 00:00:00'),('archive_with','','combo-boolean','core','system','0000-00-00 00:00:00'),('auto_menuindex','1','combo-boolean','core','site','0000-00-00 00:00:00'),('auto_check_pkg_updates','1','combo-boolean','core','system','0000-00-00 00:00:00'),('auto_check_pkg_updates_cache_expire','15','textfield','core','system','0000-00-00 00:00:00'),('automatic_alias','1','combo-boolean','core','furls','2014-04-22 20:09:42'),('base_help_url','http://rtfm.modx.com/display/revolution20/','textfield','core','manager','0000-00-00 00:00:00'),('blocked_minutes','60','textfield','core','authentication','0000-00-00 00:00:00'),('cache_action_map','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_alias_map','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_context_settings','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_db','0','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_db_expires','0','textfield','core','caching','0000-00-00 00:00:00'),('cache_db_session','0','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_db_session_lifetime','','textfield','core','caching','0000-00-00 00:00:00'),('cache_default','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_disabled','0','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_expires','0','textfield','core','caching','0000-00-00 00:00:00'),('cache_format','0','textfield','core','caching','0000-00-00 00:00:00'),('cache_handler','xPDOFileCache','textfield','core','caching','0000-00-00 00:00:00'),('cache_lang_js','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_lexicon_topics','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_noncore_lexicon_topics','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_resource','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_resource_expires','0','textfield','core','caching','0000-00-00 00:00:00'),('cache_scripts','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('cache_system_settings','1','combo-boolean','core','caching','0000-00-00 00:00:00'),('clear_cache_refresh_trees','0','combo-boolean','core','caching','0000-00-00 00:00:00'),('compress_css','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('compress_js','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('compress_js_max_files','10','textfield','core','manager','0000-00-00 00:00:00'),('compress_js_groups','','combo-boolean','core','manager','0000-00-00 00:00:00'),('confirm_navigation','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('container_suffix','/','textfield','core','furls','2014-04-22 20:16:05'),('context_tree_sort','','combo-boolean','core','manager','0000-00-00 00:00:00'),('context_tree_sortby','rank','textfield','core','manager','0000-00-00 00:00:00'),('context_tree_sortdir','ASC','textfield','core','manager','0000-00-00 00:00:00'),('cultureKey','en','modx-combo-language','core','language','0000-00-00 00:00:00'),('date_timezone','','textfield','core','system','0000-00-00 00:00:00'),('debug','','textfield','core','system','0000-00-00 00:00:00'),('default_duplicate_publish_option','preserve','textfield','core','manager','0000-00-00 00:00:00'),('default_media_source','1','modx-combo-source','core','manager','0000-00-00 00:00:00'),('default_per_page','20','textfield','core','manager','0000-00-00 00:00:00'),('default_context','web','modx-combo-context','core','site','0000-00-00 00:00:00'),('default_template','1','modx-combo-template','core','site','0000-00-00 00:00:00'),('default_content_type','1','modx-combo-content-type','core','site','0000-00-00 00:00:00'),('editor_css_path','','textfield','core','editor','0000-00-00 00:00:00'),('editor_css_selectors','','textfield','core','editor','0000-00-00 00:00:00'),('emailsender','benjamin@tftw.org','textfield','core','authentication','2014-04-02 19:15:48'),('emailsubject','Your login details','textfield','core','authentication','0000-00-00 00:00:00'),('enable_dragdrop','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('error_page','1','textfield','core','site','0000-00-00 00:00:00'),('failed_login_attempts','5','textfield','core','authentication','0000-00-00 00:00:00'),('fe_editor_lang','en','modx-combo-language','core','language','0000-00-00 00:00:00'),('feed_modx_news','http://feeds.feedburner.com/modx-announce','textfield','core','system','0000-00-00 00:00:00'),('feed_modx_news_enabled','1','combo-boolean','core','system','0000-00-00 00:00:00'),('feed_modx_security','http://feeds.feedburner.com/modxsecurity','textfield','core','system','0000-00-00 00:00:00'),('feed_modx_security_enabled','1','combo-boolean','core','system','0000-00-00 00:00:00'),('filemanager_path','','textfield','core','file','0000-00-00 00:00:00'),('filemanager_path_relative','1','combo-boolean','core','file','0000-00-00 00:00:00'),('filemanager_url','','textfield','core','file','0000-00-00 00:00:00'),('filemanager_url_relative','1','combo-boolean','core','file','0000-00-00 00:00:00'),('forgot_login_email','<p>Hello [[+username]],</p>\n<p>A request for a password reset has been issued for your MODX user. If you sent this, you may follow this link and use this password to login. If you did not send this request, please ignore this email.</p>\n\n<p>\n <strong>Activation Link:</strong> [[+url_scheme]][[+http_host]][[+manager_url]]?modahsh=[[+hash]]<br />\n <strong>Username:</strong> [[+username]]<br />\n <strong>Password:</strong> [[+password]]<br />\n</p>\n\n<p>After you log into the MODX Manager, you can change your password again, if you wish.</p>\n\n<p>Regards,<br />Site Administrator</p>','textarea','core','authentication','0000-00-00 00:00:00'),('form_customization_use_all_groups','','combo-boolean','core','manager','0000-00-00 00:00:00'),('forward_merge_excludes','type,published,class_key','textfield','core','system','0000-00-00 00:00:00'),('friendly_alias_lowercase_only','1','combo-boolean','core','furls','0000-00-00 00:00:00'),('friendly_alias_max_length','0','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_restrict_chars','pattern','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_restrict_chars_pattern','/[\\0\\x0B\\t\\n\\r\\f\\a&=+%#<>\"~:`@\\?\\[\\]\\{\\}\\|\\^\'\\\\]/','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_strip_element_tags','1','combo-boolean','core','furls','0000-00-00 00:00:00'),('friendly_alias_translit','none','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_translit_class','translit.modTransliterate','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_translit_class_path','{core_path}components/','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_trim_chars','/.-_','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_word_delimiter','-','textfield','core','furls','0000-00-00 00:00:00'),('friendly_alias_word_delimiters','-_','textfield','core','furls','0000-00-00 00:00:00'),('friendly_urls','1','combo-boolean','core','furls','2014-04-22 20:07:25'),('friendly_urls_strict','1','combo-boolean','core','furls','2014-04-22 20:08:16'),('global_duplicate_uri_check','0','combo-boolean','core','furls','0000-00-00 00:00:00'),('hidemenu_default','0','combo-boolean','core','site','0000-00-00 00:00:00'),('inline_help','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('locale','','textfield','core','language','0000-00-00 00:00:00'),('log_level','1','textfield','core','system','0000-00-00 00:00:00'),('log_target','FILE','textfield','core','system','0000-00-00 00:00:00'),('link_tag_scheme','-1','textfield','core','site','0000-00-00 00:00:00'),('lock_ttl','360','textfield','core','system','0000-00-00 00:00:00'),('mail_charset','UTF-8','modx-combo-charset','core','mail','0000-00-00 00:00:00'),('mail_encoding','8bit','textfield','core','mail','0000-00-00 00:00:00'),('mail_use_smtp','','combo-boolean','core','mail','0000-00-00 00:00:00'),('mail_smtp_auth','','combo-boolean','core','mail','0000-00-00 00:00:00'),('mail_smtp_helo','','textfield','core','mail','0000-00-00 00:00:00'),('mail_smtp_hosts','localhost','textfield','core','mail','0000-00-00 00:00:00'),('mail_smtp_keepalive','','combo-boolean','core','mail','0000-00-00 00:00:00'),('mail_smtp_pass','','text-password','core','mail','0000-00-00 00:00:00'),('mail_smtp_port','587','textfield','core','mail','0000-00-00 00:00:00'),('mail_smtp_prefix','','textfield','core','mail','0000-00-00 00:00:00'),('mail_smtp_single_to','','combo-boolean','core','mail','0000-00-00 00:00:00'),('mail_smtp_timeout','10','textfield','core','mail','0000-00-00 00:00:00'),('mail_smtp_user','','textfield','core','mail','0000-00-00 00:00:00'),('manager_date_format','Y-m-d','textfield','core','manager','0000-00-00 00:00:00'),('manager_favicon_url','','textfield','core','manager','0000-00-00 00:00:00'),('manager_html5_cache','0','combo-boolean','core','manager','0000-00-00 00:00:00'),('manager_js_cache_file_locking','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('manager_js_cache_max_age','3600','textfield','core','manager','0000-00-00 00:00:00'),('manager_js_document_root','','textfield','core','manager','0000-00-00 00:00:00'),('manager_js_zlib_output_compression','0','combo-boolean','core','manager','0000-00-00 00:00:00'),('manager_time_format','g:i a','textfield','core','manager','0000-00-00 00:00:00'),('manager_direction','ltr','textfield','core','language','0000-00-00 00:00:00'),('manager_lang_attribute','en','textfield','core','language','0000-00-00 00:00:00'),('manager_language','en','modx-combo-language','core','language','0000-00-00 00:00:00'),('manager_login_url_alternate','','textfield','core','authentication','0000-00-00 00:00:00'),('manager_theme','default','textfield','core','manager','0000-00-00 00:00:00'),('manager_week_start','0','textfield','core','manager','0000-00-00 00:00:00'),('modx_browser_default_sort','name','textfield','core','manager','0000-00-00 00:00:00'),('modx_charset','UTF-8','modx-combo-charset','core','language','0000-00-00 00:00:00'),('principal_targets','modAccessContext,modAccessResourceGroup,modAccessCategory,sources.modAccessMediaSource','textfield','core','authentication','0000-00-00 00:00:00'),('proxy_auth_type','BASIC','textfield','core','proxy','0000-00-00 00:00:00'),('proxy_host','','textfield','core','proxy','0000-00-00 00:00:00'),('proxy_password','','text-password','core','proxy','0000-00-00 00:00:00'),('proxy_port','','textfield','core','proxy','0000-00-00 00:00:00'),('proxy_username','','textfield','core','proxy','0000-00-00 00:00:00'),('password_generated_length','8','textfield','core','authentication','0000-00-00 00:00:00'),('password_min_length','8','textfield','core','authentication','0000-00-00 00:00:00'),('phpthumb_allow_src_above_docroot','','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_cache_maxage','30','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_cache_maxsize','100','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_cache_maxfiles','10000','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_cache_source_enabled','','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_document_root','','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_error_bgcolor','CCCCFF','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_error_textcolor','FF0000','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_error_fontsize','1','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_far','C','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_imagemagick_path','','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nohotlink_enabled','1','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nohotlink_erase_image','1','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nohotlink_valid_domains','{http_host}','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nohotlink_text_message','Off-server thumbnailing is not allowed','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_enabled','','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_erase_image','1','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_require_refer','','combo-boolean','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_text_message','Off-server linking is not allowed','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_valid_domains','{http_host}','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_nooffsitelink_watermark_src','','textfield','core','phpthumb','0000-00-00 00:00:00'),('phpthumb_zoomcrop','0','textfield','core','phpthumb','0000-00-00 00:00:00'),('publish_default','','combo-boolean','core','site','0000-00-00 00:00:00'),('rb_base_dir','','textfield','core','file','0000-00-00 00:00:00'),('rb_base_url','','textfield','core','file','0000-00-00 00:00:00'),('request_controller','index.php','textfield','core','gateway','0000-00-00 00:00:00'),('request_method_strict','0','combo-boolean','core','gateway','0000-00-00 00:00:00'),('request_param_alias','q','textfield','core','gateway','0000-00-00 00:00:00'),('request_param_id','id','textfield','core','gateway','0000-00-00 00:00:00'),('resolve_hostnames','0','combo-boolean','core','system','0000-00-00 00:00:00'),('resource_tree_node_name','pagetitle','textfield','core','manager','0000-00-00 00:00:00'),('resource_tree_node_tooltip','','textfield','core','manager','0000-00-00 00:00:00'),('richtext_default','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('search_default','1','combo-boolean','core','site','0000-00-00 00:00:00'),('server_offset_time','0','textfield','core','system','0000-00-00 00:00:00'),('server_protocol','http','textfield','core','system','0000-00-00 00:00:00'),('session_cookie_domain','','textfield','core','session','0000-00-00 00:00:00'),('session_cookie_lifetime','604800','textfield','core','session','0000-00-00 00:00:00'),('session_cookie_path','','textfield','core','session','0000-00-00 00:00:00'),('session_cookie_secure','','combo-boolean','core','session','0000-00-00 00:00:00'),('session_cookie_httponly','1','combo-boolean','core','session','0000-00-00 00:00:00'),('session_gc_maxlifetime','604800','textfield','core','session','0000-00-00 00:00:00'),('session_handler_class','modSessionHandler','textfield','core','session','0000-00-00 00:00:00'),('session_name','','textfield','core','session','0000-00-00 00:00:00'),('set_header','1','combo-boolean','core','system','0000-00-00 00:00:00'),('show_tv_categories_header','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('signupemail_message','<p>Hello [[+uid]],</p>\n <p>Here are your login details for the [[+sname]] MODX Manager:</p>\n\n <p>\n <strong>Username:</strong> [[+uid]]<br />\n <strong>Password:</strong> [[+pwd]]<br />\n </p>\n\n <p>Once you log into the MODX Manager at [[+surl]], you can change your password.</p>\n\n <p>Regards,<br />Site Administrator</p>','textarea','core','authentication','0000-00-00 00:00:00'),('site_name','Truth For The World Asia','textfield','core','site','2014-04-02 19:26:18'),('site_start','1','textfield','core','site','0000-00-00 00:00:00'),('site_status','1','combo-boolean','core','site','0000-00-00 00:00:00'),('site_unavailable_message','The site is currently unavailable','textfield','core','site','0000-00-00 00:00:00'),('site_unavailable_page','0','textfield','core','site','0000-00-00 00:00:00'),('strip_image_paths','1','combo-boolean','core','file','0000-00-00 00:00:00'),('symlink_merge_fields','1','combo-boolean','core','site','0000-00-00 00:00:00'),('topmenu_show_descriptions','1','combo-boolean','core','manager','0000-00-00 00:00:00'),('tree_default_sort','menuindex','textfield','core','manager','0000-00-00 00:00:00'),('tree_root_id','0','numberfield','core','manager','0000-00-00 00:00:00'),('tvs_below_content','0','combo-boolean','core','manager','0000-00-00 00:00:00'),('udperms_allowroot','','combo-boolean','core','authentication','0000-00-00 00:00:00'),('unauthorized_page','1','textfield','core','site','0000-00-00 00:00:00'),('upload_files','txt,html,htm,xml,js,css,zip,gz,rar,z,tgz,tar,htaccess,mp3,mp4,aac,wav,au,wmv,avi,mpg,mpeg,pdf,doc,docx,xls,xlsx,ppt,pptx,jpg,jpeg,png,gif,psd,ico,bmp,odt,ods,odp,odb,odg,odf','textfield','core','file','0000-00-00 00:00:00'),('upload_flash','swf,fla','textfield','core','file','0000-00-00 00:00:00'),('upload_images','jpg,jpeg,png,gif,psd,ico,bmp','textfield','core','file','0000-00-00 00:00:00'),('upload_maxsize','1048576','textfield','core','file','0000-00-00 00:00:00'),('upload_media','mp3,wav,au,wmv,avi,mpg,mpeg','textfield','core','file','0000-00-00 00:00:00'),('use_alias_path','1','combo-boolean','core','furls','2014-04-22 20:24:35'),('use_browser','1','combo-boolean','core','file','0000-00-00 00:00:00'),('use_editor','1','combo-boolean','core','editor','0000-00-00 00:00:00'),('use_multibyte','1','combo-boolean','core','language','2014-04-02 19:15:48'),('use_weblink_target','','combo-boolean','core','site','0000-00-00 00:00:00'),('webpwdreminder_message','<p>Hello [[+uid]],</p>\n\n <p>To activate your new password click the following link:</p>\n\n <p>[[+surl]]</p>\n\n <p>If successful you can use the following password to login:</p>\n\n <p><strong>Password:</strong> [[+pwd]]</p>\n\n <p>If you did not request this email then please ignore it.</p>\n\n <p>Regards,<br />\n Site Administrator</p>','textarea','core','authentication','0000-00-00 00:00:00'),('websignupemail_message','<p>Hello [[+uid]],</p>\n\n <p>Here are your login details for [[+sname]]:</p>\n\n <p><strong>Username:</strong> [[+uid]]<br />\n <strong>Password:</strong> [[+pwd]]</p>\n\n <p>Once you log into [[+sname]] at [[+surl]], you can change your password.</p>\n\n <p>Regards,<br />\n Site Administrator</p>','textarea','core','authentication','0000-00-00 00:00:00'),('welcome_screen','','combo-boolean','core','manager','2014-04-02 19:20:09'),('welcome_screen_url','http://misc.modx.com/revolution/welcome.22.html','textfield','core','manager','0000-00-00 00:00:00'),('which_editor','','modx-combo-rte','core','editor','0000-00-00 00:00:00'),('which_element_editor','','modx-combo-rte','core','editor','0000-00-00 00:00:00'),('xhtml_urls','1','combo-boolean','core','site','0000-00-00 00:00:00'),('settings_version','2.2.14-pl','textfield','core','system','2014-05-09 21:07:24'),('settings_distro','traditional','textfield','core','system','0000-00-00 00:00:00'),('access_policies_version','1.0','textfield','core','system','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `modx_system_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_transport_packages` -- DROP TABLE IF EXISTS `modx_transport_packages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_transport_packages` ( `signature` varchar(255) NOT NULL, `created` datetime NOT NULL, `updated` timestamp NULL default NULL on update CURRENT_TIMESTAMP, `installed` datetime default NULL, `state` tinyint(1) unsigned NOT NULL default '1', `workspace` int(10) unsigned NOT NULL default '0', `provider` int(10) unsigned NOT NULL default '0', `disabled` tinyint(1) unsigned NOT NULL default '0', `source` tinytext, `manifest` text, `attributes` mediumtext, `package_name` varchar(255) NOT NULL, `metadata` text, `version_major` smallint(5) unsigned NOT NULL default '0', `version_minor` smallint(5) unsigned NOT NULL default '0', `version_patch` smallint(5) unsigned NOT NULL default '0', `release` varchar(100) NOT NULL default '', `release_index` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`signature`), KEY `workspace` (`workspace`), KEY `provider` (`provider`), KEY `disabled` (`disabled`), KEY `package_name` (`package_name`), KEY `version_major` (`version_major`), KEY `version_minor` (`version_minor`), KEY `version_patch` (`version_patch`), KEY `release` (`release`), KEY `release_index` (`release_index`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_transport_packages` -- LOCK TABLES `modx_transport_packages` WRITE; /*!40000 ALTER TABLE `modx_transport_packages` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_transport_packages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_transport_providers` -- DROP TABLE IF EXISTS `modx_transport_providers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_transport_providers` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `description` mediumtext, `service_url` tinytext, `username` varchar(255) NOT NULL default '', `api_key` varchar(255) NOT NULL default '', `created` datetime NOT NULL, `updated` timestamp NULL default NULL on update CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `api_key` (`api_key`), KEY `username` (`username`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_transport_providers` -- LOCK TABLES `modx_transport_providers` WRITE; /*!40000 ALTER TABLE `modx_transport_providers` DISABLE KEYS */; INSERT INTO `modx_transport_providers` VALUES (1,'modx.com','The official MODX transport facility for 3rd party components.','http://rest.modx.com/extras/','','','2014-04-03 16:34:45','2014-05-09 21:07:21'); /*!40000 ALTER TABLE `modx_transport_providers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_user_attributes` -- DROP TABLE IF EXISTS `modx_user_attributes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_user_attributes` ( `id` int(10) unsigned NOT NULL auto_increment, `internalKey` int(10) NOT NULL, `fullname` varchar(100) NOT NULL default '', `email` varchar(100) NOT NULL default '', `phone` varchar(100) NOT NULL default '', `mobilephone` varchar(100) NOT NULL default '', `blocked` tinyint(1) unsigned NOT NULL default '0', `blockeduntil` int(11) NOT NULL default '0', `blockedafter` int(11) NOT NULL default '0', `logincount` int(11) NOT NULL default '0', `lastlogin` int(11) NOT NULL default '0', `thislogin` int(11) NOT NULL default '0', `failedlogincount` int(10) NOT NULL default '0', `sessionid` varchar(100) NOT NULL default '', `dob` int(10) NOT NULL default '0', `gender` int(1) NOT NULL default '0', `address` text NOT NULL, `country` varchar(255) NOT NULL default '', `city` varchar(255) NOT NULL default '', `state` varchar(25) NOT NULL default '', `zip` varchar(25) NOT NULL default '', `fax` varchar(100) NOT NULL default '', `photo` varchar(255) NOT NULL default '', `comment` text NOT NULL, `website` varchar(255) NOT NULL default '', `extended` text, PRIMARY KEY (`id`), UNIQUE KEY `internalKey` (`internalKey`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_user_attributes` -- LOCK TABLES `modx_user_attributes` WRITE; /*!40000 ALTER TABLE `modx_user_attributes` DISABLE KEYS */; INSERT INTO `modx_user_attributes` VALUES (1,1,'Default Admin User','benjamin@tftw.org','','',0,0,0,21,1408135200,1409341248,0,'dc7d238964b5e187aa5de8d8afc3cbff',0,0,'','','','','','','','','',NULL); /*!40000 ALTER TABLE `modx_user_attributes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_user_group_roles` -- DROP TABLE IF EXISTS `modx_user_group_roles`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_user_group_roles` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL, `description` mediumtext, `authority` int(10) unsigned NOT NULL default '9999', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `authority` (`authority`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_user_group_roles` -- LOCK TABLES `modx_user_group_roles` WRITE; /*!40000 ALTER TABLE `modx_user_group_roles` DISABLE KEYS */; INSERT INTO `modx_user_group_roles` VALUES (1,'Member',NULL,9999),(2,'Super User',NULL,0); /*!40000 ALTER TABLE `modx_user_group_roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_user_messages` -- DROP TABLE IF EXISTS `modx_user_messages`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_user_messages` ( `id` int(10) unsigned NOT NULL auto_increment, `type` varchar(15) NOT NULL default '', `subject` varchar(255) NOT NULL default '', `message` text NOT NULL, `sender` int(10) NOT NULL default '0', `recipient` int(10) NOT NULL default '0', `private` tinyint(4) NOT NULL default '0', `date_sent` datetime NOT NULL default '0000-00-00 00:00:00', `read` 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 `modx_user_messages` -- LOCK TABLES `modx_user_messages` WRITE; /*!40000 ALTER TABLE `modx_user_messages` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_user_messages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_user_settings` -- DROP TABLE IF EXISTS `modx_user_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_user_settings` ( `user` int(11) NOT NULL default '0', `key` varchar(50) NOT NULL default '', `value` text, `xtype` varchar(75) NOT NULL default 'textfield', `namespace` varchar(40) NOT NULL default 'core', `area` varchar(255) NOT NULL default '', `editedon` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP, PRIMARY KEY (`user`,`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_user_settings` -- LOCK TABLES `modx_user_settings` WRITE; /*!40000 ALTER TABLE `modx_user_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `modx_user_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_users` -- DROP TABLE IF EXISTS `modx_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_users` ( `id` int(10) unsigned NOT NULL auto_increment, `username` varchar(100) NOT NULL default '', `password` varchar(100) NOT NULL default '', `cachepwd` varchar(100) NOT NULL default '', `class_key` varchar(100) NOT NULL default 'modUser', `active` tinyint(1) unsigned NOT NULL default '1', `remote_key` varchar(255) default NULL, `remote_data` text, `hash_class` varchar(100) NOT NULL default 'hashing.modPBKDF2', `salt` varchar(100) NOT NULL default '', `primary_group` int(10) unsigned NOT NULL default '0', `session_stale` text, `sudo` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`), KEY `class_key` (`class_key`), KEY `remote_key` (`remote_key`), KEY `primary_group` (`primary_group`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_users` -- LOCK TABLES `modx_users` WRITE; /*!40000 ALTER TABLE `modx_users` DISABLE KEYS */; INSERT INTO `modx_users` VALUES (1,'benjamin','tAlZ+v6mg63Xesw21vWz4ENXOuTYkfl7wK53pGUBEG4=','','modUser',1,NULL,NULL,'hashing.modPBKDF2','f94b853a5f399213aae70602ce552054',1,NULL,1); /*!40000 ALTER TABLE `modx_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modx_workspaces` -- DROP TABLE IF EXISTS `modx_workspaces`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `modx_workspaces` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `path` varchar(255) NOT NULL default '', `created` datetime NOT NULL, `active` tinyint(1) unsigned NOT NULL default '0', `attributes` mediumtext, PRIMARY KEY (`id`), UNIQUE KEY `path` (`path`), KEY `name` (`name`), KEY `active` (`active`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `modx_workspaces` -- LOCK TABLES `modx_workspaces` WRITE; /*!40000 ALTER TABLE `modx_workspaces` DISABLE KEYS */; INSERT INTO `modx_workspaces` VALUES (1,'Default MODX workspace','{core_path}','2014-04-02 15:15:45',1,NULL); /*!40000 ALTER TABLE `modx_workspaces` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'tftw_asia_db' -- 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 2015-04-30 8:17:05