IP : 18.117.77.51Hostname : 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/
wp52/
../
ely/
../
goffice6/
../
feng/
../
tiki24/
tiki24.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 `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(11) 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(11) 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(14) 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(8) DEFAULT NULL, `lastModif` int(14) 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);
/*!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 */;