IP : 3.145.40.120Hostname : 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/
contao/
../
cube/
images/
../
../
smf20/
smf20.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` ( `id_msg` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_topic` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_board` smallint(5) unsigned NOT NULL DEFAULT '0', `poster_time` int(10) unsigned NOT NULL DEFAULT '0', `id_member` mediumint(8) unsigned NOT NULL DEFAULT '0', `id_msg_modified` int(10) unsigned NOT NULL DEFAULT '0', `subject` varchar(255) NOT NULL DEFAULT '', `poster_name` varchar(255) NOT NULL DEFAULT '', `poster_email` varchar(255) NOT NULL DEFAULT '', `poster_ip` varchar(255) NOT NULL DEFAULT '', `smileys_enabled` tinyint(4) NOT NULL DEFAULT '1', `modified_time` int(10) unsigned NOT NULL DEFAULT '0', `modified_name` varchar(255) NOT NULL DEFAULT '', `body` text NOT NULL, `icon` varchar(16) NOT NULL DEFAULT 'xx', `approved` tinyint(3) NOT NULL DEFAULT '1', PRIMARY KEY (`id_msg`), UNIQUE KEY `topic` (`id_topic`,`id_msg`), UNIQUE KEY `id_board` (`id_board`,`id_msg`), UNIQUE KEY `id_member` (`id_member`,`id_msg`), KEY `approved` (`approved`), KEY `ip_index` (`poster_ip`(15),`id_topic`), KEY `participation` (`id_member`,`id_topic`), KEY `show_posts` (`id_member`,`id_board`), KEY `id_topic` (`id_topic`), KEY `id_member_msg` (`id_member`,`approved`,`id_msg`), KEY `current_topic` (`id_topic`,`id_msg`,`id_member`,`approved`), KEY `related_ip` (`id_member`,`poster_ip`,`id_msg`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;
-- -- Dumping data for table `[[dbprefix]]messages` --
INSERT INTO `[[dbprefix]]messages` VALUES (1, 1, 1, [[timestamp]], 0, 1, 'Welcome to SMF!', 'Simple Machines', 'info@simplemachines.org', '[[clientip]]', 1, 0, '', 'Welcome to Simple Machines Forum!<br /><br />We hope you enjoy using your forum. If you have any problems, please feel free to [url=https://www.simplemachines.org/community/index.php]ask us for assistance[/url].<br /><br />Thanks!<br />Simple Machines', 'xx', 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 */;