IP : 18.116.63.125Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
var/
softaculous/
wp58/
../
wp49/
../
wp56/
../
phpwcms/
../
modx/
modx.sql/
/
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00";
/*!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 */;
-- -- Dumping data for table `[[dbprefix]]context` --
INSERT INTO `[[dbprefix]]context` VALUES ('mgr', 'Manager', 'The default manager or administration context for content management activity.', 0), ('web', 'Website', 'The default front-end context for your web site.', 0);
-- -- Table structure for table `[[dbprefix]]site_content` --
CREATE TABLE `[[dbprefix]]site_content` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(20) NOT NULL DEFAULT 'document', `pagetitle` varchar(191) NOT NULL DEFAULT '', `longtitle` varchar(191) NOT NULL DEFAULT '', `description` text NOT NULL, `alias` varchar(191) 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) unsigned 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 '', `content_dispo` tinyint(1) NOT NULL DEFAULT '0', `hidemenu` tinyint(1) unsigned NOT NULL DEFAULT '0', `class_key` varchar(100) NOT NULL DEFAULT 'MODX\\Revolution\\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, `alias_visible` tinyint(1) unsigned NOT NULL DEFAULT '1', 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`(191)), 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=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]site_content` --
INSERT INTO `[[dbprefix]]site_content` VALUES (1, 'document', 'Home', 'Congratulations!', '', 'index', '', 1, 0, 0, 0, 0, NULL, '<p>You have successfully installed MODX Revolution [[++settings_version]]!</p>\n<p>Now that MODX is installed you can login to the manager to create your templates, manage content and install third party extras to add functionality to your website. </p>\n\n<h2>New to MODX?</h2>\n\n<p>Pages on a MODX site are called <a href="https://docs.modx.com/3.x/en/building-sites/resources">Resources</a>, and are visible on the left-hand side of the manager in the Resources tab. Resources can be nested under other resources, making it easy to create a tree of resources. There are different types of resources for different use cases.</p>\n\n<p>Building your website is done through a combination of <b>Templates</b>, <b>Template Variables</b>, <b>Chunks</b>, <b>Snippets</b> and <b>Plugins</b>. Collectively these are known as <b>Elements</b>, and can also be found in the left-hand side of the manager, in the Elements tab.</p>\n\n<p><a href="https://docs.modx.com/3.x/en/building-sites/elements/templates">Templates</a> contain the outer markup of any page. Each resource can only be assigned to a single template at a time. By adding <a href="https://docs.modx.com/3.x/en/building-sites/elements/template-variables">Template Variables</a> to a template, you can add custom fields for any resource using that particular template.</p>\n\n<p>With <a href="https://docs.modx.com/3.x/en/building-sites/elements/chunks">Chunks</a> you can share parts of the markup, such as a header, across different templates. <a href="https://docs.modx.com/3.x/en/building-sites/elements/snippets">Snippets</a> are pieces of PHP that return dynamic content, such as summaries of other resources or the current date. With snippets, you will often use Chunks to mark up the pieces of content it returns, instead of mixing the PHP and HTML.</p>\n\n<p>Finally, <a href="https://docs.modx.com/3.x/en/building-sites/elements/plugins">Plugins</a> enable more advanced features by hooking into the extensive events system provided by MODX.</p>\n\n<p>To learn more about MODX, be sure to check out the <a href="https://docs.modx.com/3.x/en/getting-started">Getting Started</a> section in the official documentation.</p>\n', 1, 1, 0, 1, 1, 1, [[timestamp]], 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 'MODX\\Revolution\\modDocument', 'web', 1, NULL, 0, 0, 1, NULL, 1);
-- -- Table structure for table `[[dbprefix]]transport_providers` --
CREATE TABLE `[[dbprefix]]transport_providers` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `description` mediumtext, `service_url` tinytext, `username` varchar(191) NOT NULL DEFAULT '', `api_key` varchar(191) NOT NULL DEFAULT '', `created` datetime NOT NULL, `updated` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, `active` tinyint(1) NOT NULL DEFAULT '1', `priority` tinyint(4) NOT NULL DEFAULT '10', `properties` mediumtext NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`), KEY `api_key` (`api_key`), KEY `username` (`username`), KEY `active` (`active`), KEY `priority` (`priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]transport_providers` --
INSERT INTO `[[dbprefix]]transport_providers` VALUES (1, 'modx.com', 'The official MODX transport provider for 3rd party components.', 'https://rest.modx.com/extras/', '', '', '2024-12-18 08:17:47', NULL, 1, 10, '');
/*!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 */;