IP : 18.116.37.169Hostname : 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/
logic/
../
maiancart/
../
flatboard/
../
fud/
../
phpbb/
phpbb.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]]posts` --
CREATE TABLE `[[dbprefix]]posts` ( `post_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `topic_id` int(10) unsigned NOT NULL DEFAULT '0', `forum_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `poster_id` int(10) unsigned NOT NULL DEFAULT '0', `icon_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `poster_ip` varchar(40) COLLATE utf8_bin NOT NULL DEFAULT '', `post_time` int(11) unsigned NOT NULL DEFAULT '0', `post_reported` tinyint(1) unsigned NOT NULL DEFAULT '0', `enable_bbcode` tinyint(1) unsigned NOT NULL DEFAULT '1', `enable_smilies` tinyint(1) unsigned NOT NULL DEFAULT '1', `enable_magic_url` tinyint(1) unsigned NOT NULL DEFAULT '1', `enable_sig` tinyint(1) unsigned NOT NULL DEFAULT '1', `post_username` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `post_subject` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `post_text` mediumtext COLLATE utf8_bin NOT NULL, `post_checksum` varchar(32) COLLATE utf8_bin NOT NULL DEFAULT '', `post_attachment` tinyint(1) unsigned NOT NULL DEFAULT '0', `bbcode_bitfield` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `bbcode_uid` varchar(8) COLLATE utf8_bin NOT NULL DEFAULT '', `post_postcount` tinyint(1) unsigned NOT NULL DEFAULT '1', `post_edit_time` int(11) unsigned NOT NULL DEFAULT '0', `post_edit_reason` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `post_edit_user` int(10) unsigned NOT NULL DEFAULT '0', `post_edit_count` smallint(4) unsigned NOT NULL DEFAULT '0', `post_edit_locked` tinyint(1) unsigned NOT NULL DEFAULT '0', `post_visibility` tinyint(3) NOT NULL DEFAULT '0', `post_delete_time` int(11) unsigned NOT NULL DEFAULT '0', `post_delete_reason` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `post_delete_user` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`post_id`), KEY `forum_id` (`forum_id`), KEY `topic_id` (`topic_id`), KEY `poster_ip` (`poster_ip`), KEY `poster_id` (`poster_id`), KEY `tid_post_time` (`topic_id`,`post_time`), KEY `post_username` (`post_username`), KEY `post_visibility` (`post_visibility`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]posts` --
INSERT INTO `[[dbprefix]]posts` VALUES (1, 1, 2, 2, 0, '[[clientip]]', [[timestamp]], 0, 1, 1, 1, 1, '', 'Welcome to phpBB3', '<t>This is an example post in your phpBB3 installation. Everything seems to be working. You may delete this post if you like and continue to set up your board. During the installation process your first category and your first forum are assigned an appropriate set of permissions for the predefined usergroups administrators, bots, global moderators, guests, registered users and registered COPPA users. If you also choose to delete your first category and your first forum, do not forget to assign permissions for all these usergroups for all new categories and forums you create. It is recommended to rename your first category and your first forum and copy permissions from these while creating new categories and forums. Have fun!</t>', '5dd683b17f641daf84c040bfefc58ce9', 0, '', '', 1, 0, '', 0, 0, 0, 1, 0, '', 0);
-- -- Dumping data for table `[[dbprefix]]reports_reasons` --
INSERT INTO `[[dbprefix]]reports_reasons` VALUES (1, 'warez', 'The post contains links to illegal or pirated software.', 1), (2, 'spam', 'The reported post has the only purpose to advertise for a website or another product.', 2), (3, 'off_topic', 'The reported post is off topic.', 3), (4, 'other', 'The reported post does not fit into any other category, please use the further information field.', 4);
-- -- Table structure for table `[[dbprefix]]zebra` --
CREATE TABLE `[[dbprefix]]zebra` ( `user_id` int(10) unsigned NOT NULL DEFAULT '0', `zebra_id` int(10) unsigned NOT NULL DEFAULT '0', `friend` tinyint(1) unsigned NOT NULL DEFAULT '0', `foe` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`user_id`,`zebra_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!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 */;