IP : 18.218.206.42Hostname : 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/
phplot/
../
wp/
../
./
twg/
../
chyrp/
../
tiki22/
tiki22.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 `tiki_acct_account` --
CREATE TABLE `tiki_acct_account` ( `accountBookId` int unsigned NOT NULL, `accountId` int unsigned NOT NULL DEFAULT '0', `accountName` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `accountNotes` text COLLATE utf8mb4_unicode_ci NOT NULL, `accountBudget` double NOT NULL DEFAULT '0', `accountLocked` int NOT NULL DEFAULT '0', `accountTax` int NOT NULL DEFAULT '0', `accountUserId` int NOT NULL DEFAULT '0', PRIMARY KEY (`accountBookId`,`accountId`), KEY `accountTax` (`accountTax`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_acct_item` --
CREATE TABLE `tiki_acct_item` ( `itemId` int NOT NULL AUTO_INCREMENT, `itemBookId` int unsigned NOT NULL, `itemJournalId` int unsigned NOT NULL DEFAULT '0', `itemAccountId` int unsigned NOT NULL DEFAULT '0', `itemType` int NOT NULL DEFAULT '-1', `itemAmount` double NOT NULL DEFAULT '0', `itemText` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `itemTs` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`itemId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_acct_journal` --
CREATE TABLE `tiki_acct_journal` ( `journalBookId` int unsigned NOT NULL, `journalId` int unsigned NOT NULL AUTO_INCREMENT, `journalDate` date DEFAULT NULL, `journalDescription` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `journalCancelled` int NOT NULL DEFAULT '0', `journalTs` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`journalId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_acct_statement` --
CREATE TABLE `tiki_acct_statement` ( `statementBookId` int unsigned NOT NULL, `statementAccountId` int unsigned NOT NULL DEFAULT '0', `statementId` int unsigned NOT NULL AUTO_INCREMENT, `statementBookingDate` date DEFAULT NULL, `statementValueDate` date DEFAULT NULL, `statementBookingText` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `statementReason` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `statementCounterpart` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL, `statementCounterpartAccount` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL, `statementCounterpartBankCode` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL, `statementAmount` double NOT NULL, `statementJournalId` int unsigned NOT NULL DEFAULT '0', `statementStackId` int NOT NULL, PRIMARY KEY (`statementId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_calendar_changes` --
CREATE TABLE `tiki_calendar_changes` ( `changeId` int unsigned NOT NULL AUTO_INCREMENT, `calitemId` int unsigned NOT NULL, `synctoken` int unsigned NOT NULL, `calendarId` int unsigned NOT NULL, `operation` tinyint(1) NOT NULL, PRIMARY KEY (`changeId`), KEY `calendarId` (`calendarId`,`synctoken`), KEY `calitemId` (`calitemId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_calendar_recurrence` --
CREATE TABLE `tiki_calendar_recurrence` ( `recurrenceId` int NOT NULL AUTO_INCREMENT, `calendarId` int NOT NULL DEFAULT '0', `start` int NOT NULL DEFAULT '0', `end` int NOT NULL DEFAULT '2359', `allday` tinyint(1) NOT NULL DEFAULT '0', `locationId` int DEFAULT NULL, `categoryId` int DEFAULT NULL, `nlId` int NOT NULL DEFAULT '0', `priority` enum('1','2','3','4','5','6','7','8','9') COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Tentative', `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lang` char(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'en', `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` blob, `daily` tinyint(1) DEFAULT '0', `days` int DEFAULT NULL, `weekly` tinyint(1) DEFAULT '0', `weeks` int DEFAULT NULL, `weekdays` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `monthly` tinyint(1) DEFAULT '0', `months` int DEFAULT NULL, `dayOfMonth` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `monthlyType` enum('date','weekday','firstlastweekday') COLLATE utf8mb4_unicode_ci DEFAULT NULL, `monthlyWeekdayValue` varchar(4) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Format => (-) + 1digit + 2 letters for weekday (1MO for every 1st Monday or -1TH for last Thursday of each month )', `monthlyFirstlastWeekdayValue` int DEFAULT NULL, `yearly` tinyint(1) DEFAULT '0', `years` int DEFAULT NULL, `yearlyType` enum('date','weekday','firstlastweekday') COLLATE utf8mb4_unicode_ci DEFAULT NULL, `dateOfYear` int DEFAULT NULL, `yearlyWeekdayValue` varchar(4) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Format => (-) + 1digit + 2 letters for weekday (1MO for every 1st Monday or -1TH for last Thursday of each month)', `yearlyFirstlastWeekdayValue` int DEFAULT NULL, `yearlyWeekMonth` int DEFAULT NULL, `nbRecurrences` int DEFAULT NULL, `startPeriod` int DEFAULT NULL, `endPeriod` int DEFAULT NULL, `user` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT '', `created` int NOT NULL DEFAULT '0', `lastmodif` int NOT NULL DEFAULT '0', `uid` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `uri` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `recurrenceDstTimezone` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'If a recurring event, event recurrences will move so the event is always at the same time of the day in that timezone', PRIMARY KEY (`recurrenceId`), KEY `calendarId` (`calendarId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_cart_inventory_hold` --
CREATE TABLE `tiki_cart_inventory_hold` ( `productId` int NOT NULL, `quantity` int NOT NULL, `timeHeld` int NOT NULL, `hash` char(32) COLLATE utf8mb4_unicode_ci NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_categories_roles` --
CREATE TABLE `tiki_categories_roles` ( `categId` int NOT NULL, `categRoleId` int NOT NULL, `groupRoleId` int NOT NULL, `groupId` int NOT NULL, PRIMARY KEY (`categId`,`categRoleId`,`groupRoleId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_h5p_libraries` --
CREATE TABLE `tiki_h5p_libraries` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `name` varchar(127) COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `major_version` int unsigned NOT NULL, `minor_version` int unsigned NOT NULL, `patch_version` int unsigned NOT NULL, `runnable` int unsigned NOT NULL, `restricted` int unsigned NOT NULL DEFAULT '0', `fullscreen` int unsigned NOT NULL, `embed_types` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `preloaded_js` text COLLATE utf8mb4_unicode_ci, `preloaded_css` text COLLATE utf8mb4_unicode_ci, `drop_library_css` text COLLATE utf8mb4_unicode_ci, `semantics` text COLLATE utf8mb4_unicode_ci NOT NULL, `tutorial_url` varchar(1023) COLLATE utf8mb4_unicode_ci NOT NULL, `has_icon` int unsigned NOT NULL DEFAULT '0', `metadata_settings` text COLLATE utf8mb4_unicode_ci, `add_to` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`), KEY `name_version` (`name`,`major_version`,`minor_version`,`patch_version`), KEY `runnable` (`runnable`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_h5p_libraries_hub_cache` --
CREATE TABLE `tiki_h5p_libraries_hub_cache` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `machine_name` varchar(127) COLLATE utf8mb4_unicode_ci NOT NULL, `major_version` int unsigned NOT NULL, `minor_version` int unsigned NOT NULL, `patch_version` int unsigned NOT NULL, `h5p_major_version` int unsigned DEFAULT NULL, `h5p_minor_version` int unsigned DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `summary` text COLLATE utf8mb4_unicode_ci NOT NULL, `description` text COLLATE utf8mb4_unicode_ci NOT NULL, `icon` varchar(511) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` int unsigned NOT NULL, `updated_at` int unsigned NOT NULL, `is_recommended` int unsigned NOT NULL, `popularity` int unsigned NOT NULL, `screenshots` text COLLATE utf8mb4_unicode_ci, `license` text COLLATE utf8mb4_unicode_ci, `example` varchar(511) COLLATE utf8mb4_unicode_ci NOT NULL, `tutorial` varchar(511) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `keywords` text COLLATE utf8mb4_unicode_ci, `categories` text COLLATE utf8mb4_unicode_ci, `owner` varchar(511) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), KEY `name_version` (`machine_name`,`major_version`,`minor_version`,`patch_version`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_h5p_results` --
CREATE TABLE `tiki_h5p_results` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `content_id` int unsigned NOT NULL, `user_id` int unsigned NOT NULL, `score` int unsigned NOT NULL, `max_score` int unsigned NOT NULL, `opened` int unsigned NOT NULL, `finished` int unsigned NOT NULL, `time` int unsigned NOT NULL, PRIMARY KEY (`id`), KEY `content_user` (`content_id`,`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
CREATE TABLE `tiki_history` ( `historyId` int NOT NULL AUTO_INCREMENT, `pageName` varchar(160) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `version` int NOT NULL DEFAULT '0', `version_minor` int NOT NULL DEFAULT '0', `lastModif` int DEFAULT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `ip` varchar(39) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `comment` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `data` longblob, `type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_html` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`historyId`), UNIQUE KEY `uk_version_pageName` (`pageName`,`version`), KEY `k_user` (`user`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;
-- -- Dumping data for table `tiki_history` --
INSERT INTO `tiki_history` VALUES (1, 'HomePage', 1, 0, [[timestamp]], '', 'admin', '0.0.0.0', 'Tiki initialization', '!Congratulations\nThis is the default homepage for your Tiki. If you are seeing this page, your installation was successful.\n\nYou can change this page after logging in. Please review the [http://doc.tiki.org/Wiki-syntax|wiki syntax] for editing details.\n\n\n!!Get started.\nTo begin configuring your site:\n{FANCYLIST()}\n1) Log in with your newly created password.\n2) Manually [tiki-admin.php?page=features|Enable specific Tiki features] that you didn''t enable with the Admin wizard.\n3) Run [tiki-admin.php?page=profiles|Tiki Profiles] to quickly get up and running.\n{FANCYLIST}\n\n!!Need help?\nFor more information:\n*[https://tiki.org/Introduction|Learn more about Tiki].\n*[https://tiki.org/|Get help], including the [http://doc.tiki.org|official documentation] and [http://tiki.org/forums|support forums].\n*[https://tiki.org/Join|Join the Tiki community].\n', NULL, 0);
-- -- Table structure for table `tiki_integrator_reps` --
CREATE TABLE `tiki_integrator_reps` ( `repID` int NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `start_page` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `css_file` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `visibility` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'y', `cacheable` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'y', `expiration` int NOT NULL DEFAULT '0', `description` text COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`repID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;
-- -- Dumping data for table `tiki_integrator_reps` --
INSERT INTO `tiki_integrator_reps` VALUES (1, 'Doxygened (1.3.4) Documentation', '', 'index.html', 'doxygen.css', 'n', 'y', 0, 'Use this repository as rule source for all your repositories based on doxygened docs. To setup yours just add new repository and copy rules from this repository :)');
-- -- Table structure for table `tiki_language` --
CREATE TABLE `tiki_language` ( `id` int NOT NULL AUTO_INCREMENT, `source` text COLLATE utf8mb4_unicode_ci NOT NULL, `lang` char(16) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tran` text COLLATE utf8mb4_unicode_ci, `changed` tinyint(1) DEFAULT NULL, `general` tinyint(1) DEFAULT NULL COMMENT 'true if this translation is general and can be contributed to the Tiki community, false if it is specific to this instance', `userId` int DEFAULT NULL, `lastModif` int DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_object_scores` --
CREATE TABLE `tiki_object_scores` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `triggerObjectType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `triggerObjectId` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `triggerUser` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `triggerEvent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `ruleId` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `recipientObjectType` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `recipientObjectId` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `pointsAssigned` int NOT NULL, `pointsBalance` int NOT NULL, `date` int NOT NULL, `reversalOf` int unsigned DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
INSERT INTO `tiki_pages` VALUES (1, 'HomePage', 'HomePage', 0, '!Congratulations\nThis is the default homepage for your Tiki. If you are seeing this page, your installation was successful.\n\nYou can change this page after logging in. Please review the [http://doc.tiki.org/Wiki-syntax|wiki syntax] for editing details.\n\n\n!!Get started.\nTo begin configuring your site:\n{FANCYLIST()}\n1) Log in with your newly created password.\n2) Manually [tiki-admin.php?page=features|Enable specific Tiki features] that you didn''t enable with the Admin wizard.\n3) Run [tiki-admin.php?page=profiles|Tiki Profiles] to quickly get up and running.\n{FANCYLIST}\n\n!!Need help?\nFor more information:\n*[https://tiki.org/Introduction|Learn more about Tiki].\n*[https://tiki.org/|Get help], including the [http://doc.tiki.org|official documentation] and [http://tiki.org/forums|support forums].\n*[https://tiki.org/Join|Join the Tiki community].\n', '', [[timestamp]], 'Tiki initialization', 1, 0, 'admin', '0.0.0.0', '', NULL, NULL, NULL, NULL, NULL, NULL, 'admin', 851, 'en', '', 0, [[timestamp]], 'n', '', NULL, NULL);
-- -- Table structure for table `tiki_rating_obtained` --
CREATE TABLE `tiki_rating_obtained` ( `ratingId` int NOT NULL AUTO_INCREMENT, `ratingConfigId` int NOT NULL, `type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `object` int NOT NULL, `expire` int NOT NULL, `value` float NOT NULL, PRIMARY KEY (`ratingId`), UNIQUE KEY `tiki_obtained_rating_uq` (`type`,`object`,`ratingConfigId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_user_answers` --
CREATE TABLE `tiki_user_answers` ( `userResultId` int NOT NULL DEFAULT '0', `quizId` int NOT NULL DEFAULT '0', `questionId` int NOT NULL DEFAULT '0', `optionId` int NOT NULL DEFAULT '0', PRIMARY KEY (`userResultId`,`quizId`,`questionId`,`optionId`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- -- Table structure for table `tiki_webhooks` --
CREATE TABLE `tiki_webhooks` ( `webhookId` int NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `verification` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `algo` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `signatureHeader` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `secret` text COLLATE utf8mb4_unicode_ci NOT NULL, `created` int NOT NULL, `lastModif` int NOT NULL, PRIMARY KEY (`webhookId`) ) ENGINE=MyISAM 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 */;