IP : 3.22.216.104Hostname : 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/
webmail/
./
../
myadmin49/
../
moodle/
../
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="http://cvs.prohost.org/">wiki</a> and report any problems on the support forum at <a href="http://fudforum.org">http://fudforum.org</a>. You are also welcome to join us on <i>irc.freenode.net</i> in the <i>FUDforum</i> channel.<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 */;