IP : 3.148.112.164Hostname : 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/
hablator/
../
epesi/
../
rainloop/
../
chyrp/
../
igalerie/
igalerie.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 `[[dbprefix]]stats` --
CREATE TABLE `[[dbprefix]]stats` ( `stat_date` date NOT NULL, `stat_albums` int(11) NOT NULL, `stat_images` int(11) NOT NULL, `stat_videos` int(11) NOT NULL, `stat_size` bigint(20) NOT NULL, `stat_hits` bigint(20) NOT NULL, `stat_comments` int(11) NOT NULL, `stat_votes` int(11) NOT NULL, `stat_favorites` int(11) NOT NULL, `stat_users` smallint(6) NOT NULL, PRIMARY KEY (`stat_date`) ) 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 */;