IP : 3.145.86.34Hostname : server86.web-hosting.comKernel : Linux server86.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
./
../
../
var/
lib/
../
softaculous/
myadmin49/
../
fud/
fud.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 */;
INSERT INTO `fud30_cat` VALUES (1, 'Public Forums', 'A test category for demonstration purposes.', 3, 1, 0), (2, 'Private Forums', 'Another test category for demonstration purposes.', 3, 2, 0);
INSERT INTO `fud30_msg_store` VALUES (1, '<b>Congratulations!</b> You have successfully installed FUDforum and are well on your way to creating a vibrant community that you and your members can enjoy for years to come. :-)<br />\n<br />\nTo get you started, please read the documentation on our <a href="https://github.com/fudforum/FUDforum/wiki">wiki</a> and report any problems on the <a href="https://github.com/fudforum/FUDforum/discussions">support forum</a>.<br />\n<br />\nLogin and head over to the Admin Control Panel to start configuring your forum.<br />\n<br />\nThanks for using our software.<br />\n<br />\nEnjoy!<br />\nThe FUDforum team<br />\n');
CREATE TABLE `fud30_xmlagg` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `url` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `forum_id` int(11) NOT NULL DEFAULT '0', `xmlagg_opt` int(11) NOT NULL DEFAULT '2', `last_load_date` bigint(20) NOT NULL DEFAULT '0', `custom_sig` text COLLATE utf8_unicode_ci, PRIMARY KEY (`id`), KEY `fud30_xmlagg_i_f` (`forum_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci 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 */;