IP : 3.17.154.9Hostname : 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/
./
gnu/
../
cotonti/
../
invoice/
../
tiki15/
tiki15.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 `[[indexName]]` --
CREATE TABLE `[[indexName]]` ( `id` int(11) NOT NULL AUTO_INCREMENT, `object_type` varchar(15) COLLATE utf8_unicode_ci NOT NULL, `object_id` varchar(300) COLLATE utf8_unicode_ci NOT NULL, `title` text COLLATE utf8_unicode_ci, `creation_date` datetime DEFAULT NULL, `modification_date` datetime DEFAULT NULL, `description` text COLLATE utf8_unicode_ci, `language` text COLLATE utf8_unicode_ci, `gallery_id` text COLLATE utf8_unicode_ci, `searchable` text COLLATE utf8_unicode_ci, `view_permission` text COLLATE utf8_unicode_ci, `attachments` text COLLATE utf8_unicode_ci, `primary_image` text COLLATE utf8_unicode_ci, `geo_located` text COLLATE utf8_unicode_ci, `geo_location` text COLLATE utf8_unicode_ci, `allowed_groups` text COLLATE utf8_unicode_ci, `allowed_users` text COLLATE utf8_unicode_ci, `relations` text COLLATE utf8_unicode_ci, `relation_types` text COLLATE utf8_unicode_ci, `relation_count` text COLLATE utf8_unicode_ci, `title_initial` text COLLATE utf8_unicode_ci, `title_firstword` text COLLATE utf8_unicode_ci, `url` text COLLATE utf8_unicode_ci, `contents` text COLLATE utf8_unicode_ci, `user_country` text COLLATE utf8_unicode_ci, `user_gender` text COLLATE utf8_unicode_ci, `user_homepage` text COLLATE utf8_unicode_ci, `user_realName` text COLLATE utf8_unicode_ci, `user_allowmsgs` text COLLATE utf8_unicode_ci, `user_language` text COLLATE utf8_unicode_ci, `user_style` text COLLATE utf8_unicode_ci, `user_page` text COLLATE utf8_unicode_ci, `groups` text COLLATE utf8_unicode_ci, `addongroup` text COLLATE utf8_unicode_ci, `addonleadergroup` text COLLATE utf8_unicode_ci, `addonpendinggroup` text COLLATE utf8_unicode_ci, PRIMARY KEY (`id`), KEY `object_type` (`object_type`,`object_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=9 ;
-- -- Table structure for table `tiki_integrator_reps` --
CREATE TABLE `tiki_integrator_reps` ( `repID` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `path` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `start_page` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `css_file` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `visibility` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'y', `cacheable` char(1) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'y', `expiration` int(11) NOT NULL DEFAULT '0', `description` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`repID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_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 :)');
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 */;