IP : 3.144.85.238Hostname : 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/
tangobb/
../
odm/
../
omeka/
../
tiki/
tiki.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_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 :)');
-- -- Table structure for table `tiki_language` --
CREATE TABLE `tiki_language` ( `id` int(14) NOT NULL AUTO_INCREMENT, `source` text COLLATE utf8_unicode_ci NOT NULL, `lang` char(16) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `tran` text COLLATE utf8_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=utf8 COLLATE=utf8_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 */;