IP : 3.141.193.175Hostname : 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/
fiyo/
../
front/
../
dotcl/
../
presta178/
../
piwik/
piwik.sql/
/
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
/*!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 `[[dbprefix]]site` --
CREATE TABLE `[[dbprefix]]site` ( `idsite` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(90) NOT NULL, `main_url` varchar(255) NOT NULL, `ts_created` timestamp NULL DEFAULT NULL, `ecommerce` tinyint(4) DEFAULT '0', `sitesearch` tinyint(4) DEFAULT '1', `sitesearch_keyword_parameters` text NOT NULL, `sitesearch_category_parameters` text NOT NULL, `timezone` varchar(50) NOT NULL, `currency` char(3) NOT NULL, `exclude_unknown_urls` tinyint(1) DEFAULT '0', `excluded_ips` text NOT NULL, `excluded_parameters` text NOT NULL, `excluded_user_agents` text NOT NULL, `excluded_referrers` text NOT NULL, `group` varchar(250) NOT NULL, `type` varchar(255) NOT NULL, `keep_url_fragment` tinyint(4) NOT NULL DEFAULT '0', `creator_login` varchar(100) DEFAULT NULL, PRIMARY KEY (`idsite`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]site` --
/*!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 */;