IP : 18.117.170.249Hostname : 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/
../
moodle30/
../
icehrm/
../
impleo/
../
conc85/
conc85.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 `IpAccessControlCategories` --
CREATE TABLE `IpAccessControlCategories` ( `iaccID` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'The IP Access Control Category identifier', `iaccHandle` varchar(255) COLLATE utf8_unicode_ci NOT NULL COMMENT 'The IP Access Control handle', `iaccName` varchar(255) COLLATE utf8_unicode_ci NOT NULL COMMENT 'The IP Access Control name', `iaccEnabled` tinyint(1) NOT NULL COMMENT 'Is this IP Access Control enabled?', `iaccMaxEvents` int(10) unsigned NOT NULL COMMENT 'The maximum allowed events in the time window', `iaccTimeWindow` int(10) unsigned DEFAULT NULL COMMENT 'The time window (in seconds) where the events should be counted (NULL means no limits)', `iaccBanDuration` int(10) unsigned DEFAULT NULL COMMENT 'The duration (in seconds) of the ban when the maximum number of events occur in the time window (NULL means forever)', `iaccSiteSpecific` tinyint(1) NOT NULL COMMENT 'Is this IP Access Control Category site-specific?', `iaccLogChannel` varchar(255) COLLATE utf8_unicode_ci NOT NULL COMMENT 'The log channel handle', `iaccPackage` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`iaccID`), UNIQUE KEY `UNIQ_D4A1006246B4A747` (`iaccHandle`), KEY `IDX_D4A10062C908ED51` (`iaccPackage`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='List of IP Access Control Categories' AUTO_INCREMENT=2 ;
-- -- Dumping data for table `IpAccessControlCategories` --
-- -- Table structure for table `IpAccessControlEvents` --
CREATE TABLE `IpAccessControlEvents` ( `iaceID` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'The IP Access Control Event identifier', `iaceIp` varchar(40) COLLATE utf8_unicode_ci NOT NULL COMMENT 'The IP address associated to this event', `iaceDateTime` datetime NOT NULL COMMENT 'The date/time when this event occurred', `iaceCategory` int(10) unsigned NOT NULL COMMENT 'The IP Access Control Category identifier', `iaceSite` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`iaceID`), KEY `IDX_6C004072E9480668` (`iaceCategory`), KEY `IDX_6C004072B0C0DFA7` (`iaceSite`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='List of IP Access Control Events' AUTO_INCREMENT=1 ;
-- -- Table structure for table `IpAccessControlRanges` --
CREATE TABLE `IpAccessControlRanges` ( `iacrID` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'The IP Access Control Range identifier', `iacrIpFrom` varchar(40) COLLATE utf8_unicode_ci NOT NULL COMMENT 'The initial IP address of the range', `iacrIpTo` varchar(40) COLLATE utf8_unicode_ci NOT NULL COMMENT 'The final IP address of the range', `iacrType` int(10) unsigned NOT NULL COMMENT 'The type of this range', `iacrExpiration` datetime DEFAULT NULL COMMENT 'The date/time when this range expires (NULL means no expiration)', `iacrCategory` int(10) unsigned NOT NULL COMMENT 'The IP Access Control Category identifier', `iacrSite` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`iacrID`), KEY `IDX_2B1AA65D21E929D0` (`iacrCategory`), KEY `IDX_2B1AA65D62009435` (`iacrSite`), KEY `IPIntervalExpiration` (`iacrIpFrom`,`iacrIpTo`,`iacrExpiration`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='List of IP Access Control Ranges' AUTO_INCREMENT=1 ;
INSERT INTO `OAuth2Scope` VALUES ('account:read', 'Read information about the remotely authenticated user.'), ('files:read', 'Read detailed information about uploaded files.'), ('openid', 'Remotely authenticate into concrete5.'), ('site:trees:read', 'Read information about system site trees.'), ('system:info:read', 'Read detailed information about the system.');
-- -- Dumping data for table `PageTypePublishTargetTypes` --
INSERT INTO `PageTypePublishTargetTypes` VALUES (1, 'parent_page', 'Always publish below a certain page', 0), (2, 'page_type', 'Choose from pages of a certain type', 0), (3, 'all', 'Choose from all pages when publishing', 0);
-- -- Constraints for table `WorkflowProgressNotifications` -- ALTER TABLE `WorkflowProgressNotifications` ADD CONSTRAINT `FK_EC39CA81ED024EFD` FOREIGN KEY (`nID`) REFERENCES `Notifications` (`nID`) ON DELETE CASCADE;
/*!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 */;