IP : 18.118.128.2Hostname : 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/
log/
../
softaculous/
subrion/
../
kirby/
../
suitecrm7/
../
phorum/
phorum.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]]_messages` --
CREATE TABLE `[[dbprefix]]_messages` ( `message_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `forum_id` int(10) unsigned NOT NULL DEFAULT '0', `thread` int(10) unsigned NOT NULL DEFAULT '0', `parent_id` int(10) unsigned NOT NULL DEFAULT '0', `user_id` int(10) unsigned NOT NULL DEFAULT '0', `author` varchar(255) NOT NULL DEFAULT '', `subject` varchar(255) NOT NULL DEFAULT '', `body` text NOT NULL, `email` varchar(100) NOT NULL DEFAULT '', `ip` varchar(255) NOT NULL DEFAULT '', `status` tinyint(4) NOT NULL DEFAULT '2', `msgid` varchar(100) NOT NULL DEFAULT '', `modifystamp` int(10) unsigned NOT NULL DEFAULT '0', `thread_count` int(10) unsigned NOT NULL DEFAULT '0', `moderator_post` tinyint(1) NOT NULL DEFAULT '0', `sort` tinyint(4) NOT NULL DEFAULT '2', `datestamp` int(10) unsigned NOT NULL DEFAULT '0', `meta` mediumtext, `viewcount` int(10) unsigned NOT NULL DEFAULT '0', `threadviewcount` int(10) unsigned NOT NULL DEFAULT '0', `closed` tinyint(1) NOT NULL DEFAULT '0', `recent_message_id` int(10) unsigned NOT NULL DEFAULT '0', `recent_user_id` int(10) unsigned NOT NULL DEFAULT '0', `recent_author` varchar(255) NOT NULL DEFAULT '', `moved` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`message_id`), KEY `thread_message` (`thread`,`message_id`), KEY `thread_forum` (`thread`,`forum_id`), KEY `special_threads` (`sort`,`forum_id`), KEY `status_forum` (`status`,`forum_id`), KEY `list_page_float` (`forum_id`,`parent_id`,`modifystamp`), KEY `list_page_flat` (`forum_id`,`parent_id`,`thread`), KEY `new_count` (`forum_id`,`status`,`moved`,`message_id`), KEY `new_threads` (`forum_id`,`status`,`parent_id`,`moved`,`message_id`), KEY `recent_threads` (`status`,`parent_id`,`message_id`,`forum_id`), KEY `updated_threads` (`status`,`parent_id`,`modifystamp`), KEY `dup_check` (`forum_id`,`author`(50),`subject`,`datestamp`), KEY `forum_max_message` (`forum_id`,`message_id`,`status`,`parent_id`), KEY `last_post_time` (`forum_id`,`status`,`modifystamp`), KEY `next_prev_thread` (`forum_id`,`status`,`thread`), KEY `recent_user_id` (`recent_user_id`), KEY `user_messages` (`user_id`,`message_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]_messages` --
INSERT INTO `[[dbprefix]]_messages` VALUES (1, 2, 1, 0, 0, 'Phorum Installer', 'Test Message', 'This is a test message. You can delete it after installation using the moderation tools. These tools will be visible in this screen if you log in as the administrator user that you created during install.\n\nPhorum 5 Team', '', '[[clientip]]', 2, '', [[timestamp]], 1, 0, 2, [[timestamp]], 'a:2:{s:11:"message_ids";a:1:{i:0;i:1;}s:21:"message_ids_moderator";a:1:{i:0;i:1;}}', 0, 0, 0, 1, 0, 'Phorum Installer', 0);
-- -- Dumping data for table `[[dbprefix]]_search` --
INSERT INTO `[[dbprefix]]_search` VALUES (1, 2, 'Phorum Installer | Test Message | This is a test message. You can delete it after installation using the moderation tools. These tools will be visible in this screen if you log in as the administrator user that you created during install.\n\nPhorum 5 Team');
/*!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 */;