| Name | Size | Mode | Actions |
|---|---|---|---|
| images/ | - | 0755 | rm |
| php53/ | - | 0755 | rm |
| php56/ | - | 0755 | rm |
| php71/ | - | 0755 | rm |
| php81/ | - | 0755 | rm |
| .htaccess | 887 | 0644 | editdlrm |
| anchor.sql | 8380 | 0644 | editdlrm |
| anchor.zip | 981153 | 0644 | editdlrm |
| app.php | 198 | 0644 | editdlrm |
| clone.php | 4801 | 0644 | editdlrm |
| db.php | 423 | 0644 | editdlrm |
| edit.php | 4457 | 0644 | editdlrm |
| edit.xml | 433 | 0644 | editdlrm |
| fileindex.php | 260 | 0644 | editdlrm |
| import.php | 3200 | 0644 | editdlrm |
| info.xml | 3482 | 0644 | editdlrm |
| install.js | 924 | 0644 | editdlrm |
| install.php | 5668 | 0644 | editdlrm |
| install.xml | 1237 | 0644 | editdlrm |
| md5 | 2137 | 0644 | editdlrm |
| notes.txt | 284 | 0644 | editdlrm |
| session.php | 316 | 0644 | editdlrm |
/var/softaculous/anchor/anchor.sql (8380B)
Welcome!
', 'published', '', 1, 0, '[[regtime]]'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]pagetypes` -- CREATE TABLE `[[dbprefix]]pagetypes` ( `key` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `value` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `[[dbprefix]]pagetypes` -- INSERT INTO `[[dbprefix]]pagetypes` VALUES ('all', 'All Pages'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]page_meta` -- CREATE TABLE `[[dbprefix]]page_meta` ( `id` int(6) NOT NULL AUTO_INCREMENT, `page` int(6) NOT NULL, `extend` int(6) NOT NULL, `data` text NOT NULL, PRIMARY KEY (`id`), KEY `page` (`page`), KEY `extend` (`extend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]posts` -- CREATE TABLE `[[dbprefix]]posts` ( `id` int(6) NOT NULL AUTO_INCREMENT, `title` varchar(150) NOT NULL, `slug` varchar(150) NOT NULL, `description` text NOT NULL, `markdown` text NOT NULL, `html` mediumtext NOT NULL, `css` text NOT NULL, `js` text NOT NULL, `created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `author` int(6) NOT NULL, `category` int(6) NOT NULL, `status` enum('draft','published','archived') NOT NULL, `comments` tinyint(1) DEFAULT '0', PRIMARY KEY (`id`), KEY `status` (`status`), KEY `slug` (`slug`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]posts` -- INSERT INTO `[[dbprefix]]posts` VALUES (1, 'Hello World', 'hello-world', 'This is the first post.', 'Hello World!\r\n\r\nThis is the first post.', 'Hello World!
\nThis is the first post.
', '', '', '[[regtime]]', '[[regtime]]', 1, 1, 'published', 0); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]post_meta` -- CREATE TABLE `[[dbprefix]]post_meta` ( `id` int(6) NOT NULL AUTO_INCREMENT, `post` int(6) NOT NULL, `extend` int(6) NOT NULL, `data` text NOT NULL, PRIMARY KEY (`id`), KEY `post` (`post`), KEY `extend` (`extend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]sessions` -- CREATE TABLE `[[dbprefix]]sessions` ( `id` char(32) NOT NULL, `expire` int(10) NOT NULL, `data` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]users` -- CREATE TABLE `[[dbprefix]]users` ( `id` int(6) NOT NULL AUTO_INCREMENT, `username` varchar(100) NOT NULL, `password` text NOT NULL, `email` varchar(140) NOT NULL, `real_name` varchar(140) NOT NULL, `bio` text NOT NULL, `status` enum('inactive','active') NOT NULL, `role` enum('administrator','editor','user') NOT NULL, `updated` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]users` -- INSERT INTO `[[dbprefix]]users` VALUES (1, '[[admin_username]]', '[[admin_pass]]', '[[admin_email]]', 'Administrator', 'The bouse', 'active', 'administrator', '[[regtime]]'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]user_meta` -- CREATE TABLE `[[dbprefix]]user_meta` ( `id` int(6) NOT NULL AUTO_INCREMENT, `user` int(6) NOT NULL, `extend` int(6) NOT NULL, `data` text COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), KEY `item` (`user`), KEY `extend` (`extend`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ; /*!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 */;