IP : 18.118.0.198Hostname : 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/
whmcs/
../
ninja/
../
wacart/
../
fork/
../
owm/
owm.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 */;
-- -- Dumping data for table `[[dbprefix]]cannedmessage` --
INSERT INTO `[[dbprefix]]cannedmessage` VALUES (1, 'en', NULL, 'Hello. How may I help you?', 'Hello. How may I help you?'), (2, 'en', NULL, 'Hello! Welcome to our support. How may I help you?', 'Hello! Welcome to our support. How may I help you?');
-- -- Table structure for table `[[dbprefix]]mailtemplate` --
CREATE TABLE `[[dbprefix]]mailtemplate` ( `templateid` int(11) NOT NULL AUTO_INCREMENT, `locale` varchar(5) NOT NULL, `name` varchar(256) NOT NULL, `subject` varchar(1024) NOT NULL, `body` text, PRIMARY KEY (`templateid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;
-- -- Dumping data for table `[[dbprefix]]mailtemplate` --
INSERT INTO `[[dbprefix]]mailtemplate` VALUES (1, 'en', 'user_history', 'Mibew Messenger: dialog history', 'Hello {0}!\n\nYour chat history: \n\n{1}\n--- \nRegards,\n{2} and Mibew Messenger\n{3}'), (2, 'en', 'password_recovery', 'Reset your Mibew Messenger password', 'Hi, {0}\n\nPlease click on the link below or copy and paste the URL into your browser:\n{1}\n\nThis will let you choose another password.\n\nRegards,\nMibew Messenger'), (3, 'en', 'leave_message', 'Question from {0}', 'You have a message from {0}:\n\n{2}\n\nHis email: {1}\n{3}\n--- \nRegards,\nMibew Messenger');
-- -- Table structure for table `[[dbprefix]]visitedpagestatistics` --
CREATE TABLE `[[dbprefix]]visitedpagestatistics` ( `pageid` int(11) NOT NULL AUTO_INCREMENT, `date` int(11) NOT NULL DEFAULT '0', `address` varchar(1024) DEFAULT NULL, `visits` int(11) NOT NULL DEFAULT '0', `chats` int(11) NOT NULL DEFAULT '0', `sentinvitations` int(11) NOT NULL DEFAULT '0', `acceptedinvitations` int(11) NOT NULL DEFAULT '0', `rejectedinvitations` int(11) NOT NULL DEFAULT '0', `ignoredinvitations` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`pageid`) ) 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 */;