IP : 3.135.199.109Hostname : 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/
symfony2/
../
yourls/
../
doku/
../
igniter/
../
atlantis/
atlantis.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 */;
INSERT INTO `galleries` VALUES (1, 'Page Preview', 'This is a special gallery used to hold page preview thumbnails. You can attach them to a page using the Page sidebar menu - Related Image.', NULL, '[[regtime]]', '[[regtime]]');
-- -- Table structure for table `pages_versions` --
CREATE TABLE `pages_versions` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `page_id` int(11) NOT NULL, `version_id` int(11) DEFAULT NULL, `page_body` text COLLATE utf8_unicode_ci, `excerpt` text COLLATE utf8_unicode_ci, `related_title` text COLLATE utf8_unicode_ci, `user_id` int(11) NOT NULL, `notes` text COLLATE utf8_unicode_ci, `mobile_body` text COLLATE utf8_unicode_ci, `seo_title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `meta_description` text COLLATE utf8_unicode_ci, `meta_keywords` text COLLATE utf8_unicode_ci, `language` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `active` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ;
-- -- Dumping data for table `pages_versions` --
INSERT INTO `pages_versions` VALUES (1, 1, 1, '<h1>Welcome to Atlantis 3!</h1>\n\n<h4>We are excited to have you working with Atlantis and have prepared some helpful links to get you started.</h4>\n\n<h4><a class="button" href="http://www.atlantis-cms.com/faq">FAQ</a><a class="button" href="http://www.atlantis-cms.com/user-docs">View documentation</a><a class="button" href="http://www.atlantis-cms.com/docs">For Developers</a></h4>\n\n<h4>If you have any questions, or suggestions, or anything else you want to share with us...please give us your feedback <a href="http://www.atlantis-cms.com/feedback" target="_blank">here</a> or join the discussion on <a href="http://forum.atlantis-cms.com/" target="_blank">our forum</a>.</h4>\n', NULL, NULL, 1, NULL, NULL, NULL, 'description', 'keywords', 'en', 1, '[[regtime]]', '[[regtime]]'), (2, 2, 1, '', NULL, NULL, 1, NULL, NULL, 'Page not Found', '', '', 'en', 1, '[[regtime]]', '[[regtime]]'), (3, 3, 1, '', NULL, NULL, 1, NULL, NULL, 'Site Login', '', '', 'en', 1, '[[regtime]]', '[[regtime]]');
/*!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 */;