IP : 52.14.109.95Hostname : 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/
kirby/
../
layerbb/
../
./
zen/
../
modx/
../
geeklog/
geeklog.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 */;
-- -- Table structure for table `[[dbprefix]]groups` --
CREATE TABLE `[[dbprefix]]groups` ( `grp_id` mediumint(8) NOT NULL AUTO_INCREMENT, `grp_name` varchar(50) NOT NULL DEFAULT '', `grp_descr` varchar(255) NOT NULL DEFAULT '', `grp_gl_core` tinyint(1) unsigned NOT NULL DEFAULT '0', `grp_default` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`grp_id`), UNIQUE KEY `grp_name` (`grp_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=27 ;
-- -- Dumping data for table `[[dbprefix]]groups` --
INSERT INTO `[[dbprefix]]groups` VALUES (1, 'Root', 'Has full access to the site', 1, 0), (2, 'All Users', 'Group that a typical user is added to', 1, 0), (3, 'Story Admin', 'Has full access to story features', 1, 0), (4, 'Block Admin', 'Has full access to block features', 1, 0), (5, 'Syndication Admin', 'Can create and modify web feeds for the site', 1, 0), (6, 'Topic Admin', 'Has full access to topic features', 1, 0), (7, 'Remote Users', 'Users in this group can have authenticated against a remote server.', 1, 0), (8, 'Webservices Users', 'Can use the Webservices API (if restricted)', 0, 0), (9, 'User Admin', 'Has full access to user features', 1, 0), (10, 'Plugin Admin', 'Has full access to plugin features', 1, 0), (11, 'Group Admin', 'Is a User Admin with access to groups, too', 1, 0), (12, 'Mail Admin', 'Can use Mail Utility', 1, 0), (13, 'Logged-in Users', 'All registered members', 1, 0), (14, 'Comment Admin', 'Can moderate comments', 1, 0), (15, 'Comment Submitters', 'Can submit comments', 0, 0), (16, 'Configuration Admin', 'Has full access to configuration', 1, 0), (17, 'Filemanager Admin', 'Has full access to File Manager', 1, 0), (18, 'Language Admin', 'Has full access to language', 1, 0), (19, 'Theme Admin', 'Has full access to themes', 1, 0), (20, 'Calendar Admin', 'Has full access to Calendar features', 0, 0), (21, 'Links Admin', 'Has full access to Links features', 0, 0), (22, 'Polls Admin', 'Has full access to Polls features', 0, 0), (23, 'reCAPTCHA Admin', 'Users in this group can administer the ReCAPTCHA plugin', 0, 0), (24, 'spamx Admin', 'Users in this group can administer the Spam-X plugin', 0, 0), (25, 'Static Page Admin', 'Users in this group can administer the Static Pages plugin', 0, 0), (26, 'XMLSitemap Admin', 'Has full access to XMLSitemap features', 0, 0);
-- -- Dumping data for table `[[dbprefix]]pollquestions` --
INSERT INTO `[[dbprefix]]pollquestions` VALUES (0, 'geeklogfeaturepoll', 'What is the best new feature of Geeklog?', NULL, NULL), (1, 'geeklogfeaturepoll', 'What is the all-time best feature of Geeklog?', NULL, NULL);
-- -- Dumping data for table `[[dbprefix]]stories` --
INSERT INTO `[[dbprefix]]stories` VALUES ('welcome', 2, 0, '[[regtime]]', NULL, 'Welcome to Geeklog!', NULL, '<p>Welcome and let me be the first to congratulate you on installing Geeklog. Please take the time to read everything in the <a href="docs/english/index.html">docs directory</a>. Geeklog now has enhanced, user-based security. You should thoroughly understand how these work before you run a production Geeklog Site.</p>\r<p>To log into your new Geeklog site, please use this account:</p>\r<p>Username: <b>Admin</b><br />\rPassword: <b>password</b></p><p><b>And don''t forget to <a href="usersettings.php">change your password</a> after logging in!</b></p>', '', 1, 100, 1, 1, 0, NULL, 0, '', 1, 1, 0, 'core-article', 0, 0, NULL, 'html', 0, 1, NULL, NULL, 0, 2, 3, 3, 2, 2, 2);
-- -- Dumping data for table `[[dbprefix]]storysubmission` --
INSERT INTO `[[dbprefix]]storysubmission` VALUES ('security-reminder', 2, 'Are you secure?', '<p>This is a reminder to secure your site once you have Geeklog up and running. What you should do:</p>\r\r<ol>\r<li>Change the default password for the Admin account.</li>\r<li>Remove the install directory (you won''t need it any more).</li>\r</ol>', NULL, 1, '[[regtime]]', 'html', NULL, NULL);
/*!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 */;