IP : 3.129.45.202Hostname : 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/
jackpotjunglegam/
../
../
var/
softaculous/
./
phplist/
../
htmly/
../
blab/
../
croogo/
croogo.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 */;
CREATE TABLE `nodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(20) DEFAULT NULL, `user_id` int(20) NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `slug` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `body` text COLLATE utf8_unicode_ci NOT NULL, `excerpt` text COLLATE utf8_unicode_ci, `status` int(1) DEFAULT NULL, `mime_type` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `comment_status` int(1) NOT NULL DEFAULT '1', `comment_count` int(11) DEFAULT '0', `promote` tinyint(1) NOT NULL DEFAULT '0', `path` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `terms` text COLLATE utf8_unicode_ci, `sticky` tinyint(1) NOT NULL DEFAULT '0', `lft` int(11) DEFAULT NULL, `rght` int(11) DEFAULT NULL, `visibility_roles` text COLLATE utf8_unicode_ci, `type` varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'post', `created_by` int(11) NOT NULL, `modified_by` int(11) DEFAULT NULL, `publish_start` datetime DEFAULT NULL, `publish_end` datetime DEFAULT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `modified` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ix_nodes_slug_by_type` (`type`,`slug`(190)), KEY `fk_nodes2users` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;
-- -- Dumping data for table `nodes` --
INSERT INTO `nodes` VALUES (1, NULL, 1, 'Hello World', 'hello-world', '<p>Welcome to Croogo. This is your first post. You can edit or delete it from the admin panel.</p>', '', 1, '', 2, 1, 1, '/blog/hello-world', '{"1":"uncategorized"}', 0, 1, 2, '', 'blog', 1, NULL, NULL, NULL, '[[regtime]]', NULL), (2, NULL, 1, 'About', 'about', '<p>This is an example of a Croogo page, you could edit this to put information about yourself or your site.</p>', '', 1, '', 0, 0, 0, '/about', '', 0, 1, 2, '', 'page', 1, NULL, NULL, NULL, '[[regtime]]', NULL);
CREATE TABLE `types` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `alias` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `description` text COLLATE utf8_unicode_ci, `format_show_author` tinyint(1) NOT NULL DEFAULT '1', `format_show_date` tinyint(1) NOT NULL DEFAULT '1', `format_use_wysiwyg` tinyint(1) NOT NULL DEFAULT '1', `comment_status` int(1) NOT NULL DEFAULT '1', `comment_approve` tinyint(1) NOT NULL DEFAULT '1', `comment_spam_protection` tinyint(1) NOT NULL DEFAULT '0', `comment_captcha` tinyint(1) NOT NULL DEFAULT '0', `params` text COLLATE utf8_unicode_ci, `plugin` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `modified` timestamp NULL DEFAULT NULL, `created_by` int(20) NOT NULL, `modified_by` int(20) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `alias` (`alias`(190)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;
-- -- Dumping data for table `types` --
INSERT INTO `types` VALUES (1, 'Page', 'page', 'A page is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default, a page entry does not allow visitor comments.', 0, 0, 1, 0, 1, 0, 0, 'routes=true', NULL, '[[regtime]]', NULL, 1, NULL), (2, 'Blog', 'blog', 'A blog entry is a single post to an online journal, or blog.', 1, 1, 1, 2, 1, 0, 0, 'routes=true', NULL, '[[regtime]]', NULL, 1, NULL), (4, 'Post', 'post', 'Default content type.', 1, 1, 1, 2, 1, 0, 0, 'routes=true', NULL, '[[regtime]]', NULL, 1, NULL);
-- -- Constraints for table `users` -- ALTER TABLE `users` ADD CONSTRAINT `fk_users2roles` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`);
/*!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 */;