IP : 3.129.250.222Hostname : 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/
phorum/
../
gnu/
../
mw19/
../
tinyrss/
../
maian/
maian.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]]faq` --
CREATE TABLE `[[dbprefix]]faq` ( `id` int(5) NOT NULL AUTO_INCREMENT, `ts` int(30) NOT NULL DEFAULT '0', `question` mediumtext, `answer` mediumtext, `kviews` int(10) NOT NULL DEFAULT '0', `kuseful` int(10) NOT NULL DEFAULT '0', `knotuseful` int(10) NOT NULL DEFAULT '0', `enFaq` enum('yes','no') NOT NULL DEFAULT 'yes', `featured` enum('yes','no') NOT NULL DEFAULT 'no', `orderBy` int(5) NOT NULL DEFAULT '0', `cat` int(7) NOT NULL DEFAULT '0', `private` enum('yes','no') NOT NULL DEFAULT 'no', `tmp` varchar(250) NOT NULL DEFAULT '', `searchkeys` mediumtext, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;
-- -- Dumping data for table `[[dbprefix]]faq` --
INSERT INTO `[[dbprefix]]faq` VALUES (1, [[timestamp]], 'Why is our software the best?', 'This is a test question created when installing Maian Support\n\nPlease update or remove via your admin control panel', 0, 0, 0, 'yes', 'no', 1, 1, 'no', '', NULL), (2, [[timestamp]], 'Why is our company the best?', 'This is a test question created when installing Maian Support\n\nPlease update or remove via your admin control panel', 0, 0, 0, 'yes', 'no', 2, 2, 'no', '', NULL);
-- -- Table structure for table `[[dbprefix]]usersaccess` --
CREATE TABLE `[[dbprefix]]usersaccess` ( `id` int(5) NOT NULL AUTO_INCREMENT, `page` varchar(100) NOT NULL DEFAULT '', `userID` varchar(250) NOT NULL DEFAULT '', `type` varchar(32) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `user_index` (`userID`) ) ENGINE=MyISAM 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 */;