IP : 3.147.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/
jackpotjunglegam/
../
../
var/
softaculous/
mw14/
../
thbees/
../
./
qloapps/
../
typo47/
typo47.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 `tx_extensionmanager_domain_model_repository` --
CREATE TABLE `tx_extensionmanager_domain_model_repository` ( `uid` int(11) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) unsigned NOT NULL DEFAULT '0', `title` varchar(150) NOT NULL DEFAULT '', `description` mediumtext, `wsdl_url` varchar(100) NOT NULL DEFAULT '', `mirror_list_url` varchar(100) NOT NULL DEFAULT '', `last_update` int(11) unsigned NOT NULL DEFAULT '0', `extension_count` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
-- -- Dumping data for table `tx_extensionmanager_domain_model_repository` --
INSERT INTO `tx_extensionmanager_domain_model_repository` VALUES (1, 0, 'TYPO3.org Main Repository', 'Main repository on typo3.org. This repository has some mirrors configured which are available with the mirror url.', 'http://typo3.org/wsdl/tx_ter_wsdl.php', 'http://repositories.typo3.org/mirrors.xml.gz', 1346191200, 0);
-- -- Table structure for table `tx_rtehtmlarea_acronym` --
CREATE TABLE `tx_rtehtmlarea_acronym` ( `uid` int(11) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) unsigned NOT NULL DEFAULT '0', `deleted` tinyint(4) unsigned NOT NULL DEFAULT '0', `hidden` tinyint(4) unsigned NOT NULL DEFAULT '0', `starttime` int(11) unsigned NOT NULL DEFAULT '0', `endtime` int(11) unsigned NOT NULL DEFAULT '0', `sorting` int(11) unsigned NOT NULL DEFAULT '0', `sys_language_uid` int(11) NOT NULL DEFAULT '0', `type` tinyint(3) unsigned NOT NULL DEFAULT '1', `term` varchar(255) NOT NULL DEFAULT '', `acronym` varchar(255) NOT NULL DEFAULT '', `static_lang_isocode` int(11) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), KEY `parent` (`pid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 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 */;