IP : 52.15.146.55Hostname : 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/
moodle43/
php82/
../
../
hesk/
../
typo7/
./
typo7.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 `backend_layout` --
CREATE TABLE `backend_layout` ( `uid` int unsigned NOT NULL AUTO_INCREMENT, `pid` int unsigned NOT NULL DEFAULT '0', `tstamp` int unsigned NOT NULL DEFAULT '0', `crdate` int unsigned NOT NULL DEFAULT '0', `deleted` smallint unsigned NOT NULL DEFAULT '0', `hidden` smallint unsigned NOT NULL DEFAULT '0', `sorting` int NOT NULL DEFAULT '0', `description` text COLLATE utf8mb4_unicode_ci, `t3_origuid` int unsigned NOT NULL DEFAULT '0', `t3ver_oid` int unsigned NOT NULL DEFAULT '0', `t3ver_wsid` int unsigned NOT NULL DEFAULT '0', `t3ver_state` smallint NOT NULL DEFAULT '0', `t3ver_stage` int NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `config` text COLLATE utf8mb4_unicode_ci NOT NULL, `icon` text COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`,`hidden`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
CREATE TABLE `sys_category` ( `uid` int unsigned NOT NULL AUTO_INCREMENT, `pid` int unsigned NOT NULL DEFAULT '0', `tstamp` int unsigned NOT NULL DEFAULT '0', `crdate` int unsigned NOT NULL DEFAULT '0', `deleted` smallint unsigned NOT NULL DEFAULT '0', `hidden` smallint unsigned NOT NULL DEFAULT '0', `starttime` int unsigned NOT NULL DEFAULT '0', `endtime` int unsigned NOT NULL DEFAULT '0', `sorting` int NOT NULL DEFAULT '0', `description` text COLLATE utf8mb4_unicode_ci, `sys_language_uid` int NOT NULL DEFAULT '0', `l10n_parent` int unsigned NOT NULL DEFAULT '0', `l10n_state` text COLLATE utf8mb4_unicode_ci, `t3_origuid` int unsigned NOT NULL DEFAULT '0', `l10n_diffsource` mediumblob, `t3ver_oid` int unsigned NOT NULL DEFAULT '0', `t3ver_wsid` int unsigned NOT NULL DEFAULT '0', `t3ver_state` smallint NOT NULL DEFAULT '0', `t3ver_stage` int NOT NULL DEFAULT '0', `title` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `items` int NOT NULL DEFAULT '0', `parent` int unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), KEY `category_parent` (`parent`), KEY `category_list` (`pid`,`deleted`,`sys_language_uid`), KEY `parent` (`pid`,`deleted`,`hidden`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- -- Table structure for table `sys_file_collection` --
CREATE TABLE `sys_file_collection` ( `uid` int unsigned NOT NULL AUTO_INCREMENT, `pid` int unsigned NOT NULL DEFAULT '0', `tstamp` int unsigned NOT NULL DEFAULT '0', `crdate` int unsigned NOT NULL DEFAULT '0', `deleted` smallint unsigned NOT NULL DEFAULT '0', `hidden` smallint unsigned NOT NULL DEFAULT '0', `starttime` int unsigned NOT NULL DEFAULT '0', `endtime` int unsigned NOT NULL DEFAULT '0', `description` text COLLATE utf8mb4_unicode_ci, `sys_language_uid` int NOT NULL DEFAULT '0', `l10n_parent` int unsigned NOT NULL DEFAULT '0', `l10n_state` text COLLATE utf8mb4_unicode_ci, `t3_origuid` int unsigned NOT NULL DEFAULT '0', `l10n_diffsource` mediumblob, `t3ver_oid` int unsigned NOT NULL DEFAULT '0', `t3ver_wsid` int unsigned NOT NULL DEFAULT '0', `t3ver_state` smallint NOT NULL DEFAULT '0', `t3ver_stage` int NOT NULL DEFAULT '0', `title` tinytext COLLATE utf8mb4_unicode_ci, `type` varchar(30) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'static', `files` int NOT NULL DEFAULT '0', `folder_identifier` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `recursive` smallint NOT NULL DEFAULT '0', `category` int unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`,`hidden`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- -- Table structure for table `sys_file_metadata` --
CREATE TABLE `sys_file_metadata` ( `uid` int unsigned NOT NULL AUTO_INCREMENT, `pid` int unsigned NOT NULL DEFAULT '0', `tstamp` int unsigned NOT NULL DEFAULT '0', `crdate` int unsigned NOT NULL DEFAULT '0', `sys_language_uid` int NOT NULL DEFAULT '0', `l10n_parent` int unsigned NOT NULL DEFAULT '0', `l10n_state` text COLLATE utf8mb4_unicode_ci, `t3_origuid` int unsigned NOT NULL DEFAULT '0', `l10n_diffsource` mediumblob, `t3ver_oid` int unsigned NOT NULL DEFAULT '0', `t3ver_wsid` int unsigned NOT NULL DEFAULT '0', `t3ver_state` smallint NOT NULL DEFAULT '0', `t3ver_stage` int NOT NULL DEFAULT '0', `file` int NOT NULL DEFAULT '0', `title` tinytext COLLATE utf8mb4_unicode_ci, `width` int NOT NULL DEFAULT '0', `height` int NOT NULL DEFAULT '0', `description` text COLLATE utf8mb4_unicode_ci, `alternative` text COLLATE utf8mb4_unicode_ci, `categories` int unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), KEY `file` (`file`), KEY `fal_filelist` (`l10n_parent`,`sys_language_uid`), KEY `parent` (`pid`), KEY `t3ver_oid` (`t3ver_oid`,`t3ver_wsid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- -- Table structure for table `sys_lockedrecords` --
CREATE TABLE `sys_lockedrecords` ( `uid` int unsigned NOT NULL AUTO_INCREMENT, `userid` int unsigned NOT NULL DEFAULT '0', `tstamp` int unsigned NOT NULL DEFAULT '0', `record_table` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `record_uid` int NOT NULL DEFAULT '0', `record_pid` int NOT NULL DEFAULT '0', `username` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `feuserid` int unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), KEY `event` (`userid`,`tstamp`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
CREATE TABLE `sys_note` ( `uid` int unsigned NOT NULL AUTO_INCREMENT, `pid` int unsigned NOT NULL DEFAULT '0', `tstamp` int unsigned NOT NULL DEFAULT '0', `crdate` int unsigned NOT NULL DEFAULT '0', `deleted` smallint unsigned NOT NULL DEFAULT '0', `sorting` int NOT NULL DEFAULT '0', `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `cruser` int unsigned NOT NULL DEFAULT '0', `message` text COLLATE utf8mb4_unicode_ci, `personal` smallint unsigned NOT NULL DEFAULT '0', `category` smallint unsigned NOT NULL DEFAULT '0', `position` int NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), KEY `parent` (`pid`,`deleted`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- -- Table structure for table `tx_impexp_presets` --
CREATE TABLE `tx_impexp_presets` ( `uid` int unsigned NOT NULL AUTO_INCREMENT, `pid` int unsigned NOT NULL DEFAULT '0', `tstamp` int unsigned NOT NULL DEFAULT '0', `crdate` int unsigned NOT NULL DEFAULT '0', `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `public` smallint NOT NULL DEFAULT '0', `item_uid` int NOT NULL DEFAULT '0', `user_uid` int unsigned NOT NULL DEFAULT '0', `preset_data` blob, PRIMARY KEY (`uid`), KEY `lookup` (`item_uid`), KEY `parent` (`pid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!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 */;