/var/softaculous/punbb
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
clone.php52910644editdlrm
config.php12330644editdlrm
edit.php45860644editdlrm
edit.xml4330644editdlrm
fileindex.php3370644editdlrm
import.php40270644editdlrm
info.xml24430644editdlrm
install.js9210644editdlrm
install.php49750644editdlrm
install.xml9850644editdlrm
md5169830644editdlrm
notes.txt1420644editdlrm
punbb.sql197320644editdlrm
punbb.zip4615960644editdlrm
upgrade.php24950644editdlrm
upgrade.xml3020644editdlrm
Edit: /var/softaculous/punbb/punbb.sql (19732B)
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 */; -- -- Database: `punbb146` -- -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]bans` -- CREATE TABLE `[[dbprefix]]bans` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(200) DEFAULT NULL, `ip` varchar(255) DEFAULT NULL, `email` varchar(80) DEFAULT NULL, `message` varchar(255) DEFAULT NULL, `expire` int(10) unsigned DEFAULT NULL, `ban_creator` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]categories` -- CREATE TABLE `[[dbprefix]]categories` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `cat_name` varchar(80) NOT NULL DEFAULT 'New Category', `disp_position` int(10) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]categories` -- INSERT INTO `[[dbprefix]]categories` VALUES (1, 'Test category', 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]censoring` -- CREATE TABLE `[[dbprefix]]censoring` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `search_for` varchar(60) NOT NULL DEFAULT '', `replace_with` varchar(60) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]config` -- CREATE TABLE `[[dbprefix]]config` ( `conf_name` varchar(255) NOT NULL DEFAULT '', `conf_value` text, PRIMARY KEY (`conf_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `[[dbprefix]]config` -- INSERT INTO `[[dbprefix]]config` VALUES ('o_cur_version', '1.4.6'), ('o_database_revision', '5'), ('o_board_title', '[[site_name]]'), ('o_board_desc', '[[site_desc]]'), ('o_default_timezone', '0'), ('o_time_format', 'H:i:s'), ('o_date_format', 'Y-m-d'), ('o_check_for_updates', '1'), ('o_check_for_versions', '1'), ('o_timeout_visit', '5400'), ('o_timeout_online', '300'), ('o_redirect_delay', '0'), ('o_show_version', '0'), ('o_show_user_info', '1'), ('o_show_post_count', '1'), ('o_signatures', '1'), ('o_smilies', '1'), ('o_smilies_sig', '1'), ('o_make_links', '1'), ('o_default_lang', 'English'), ('o_default_style', 'Oxygen'), ('o_default_user_group', '3'), ('o_topic_review', '15'), ('o_disp_topics_default', '30'), ('o_disp_posts_default', '25'), ('o_indent_num_spaces', '4'), ('o_quote_depth', '3'), ('o_quickpost', '1'), ('o_users_online', '1'), ('o_censoring', '0'), ('o_ranks', '1'), ('o_show_dot', '0'), ('o_topic_views', '1'), ('o_quickjump', '1'), ('o_gzip', '0'), ('o_additional_navlinks', ''), ('o_report_method', '0'), ('o_regs_report', '0'), ('o_default_email_setting', '1'), ('o_mailing_list', '[[admin_email]]'), ('o_avatars', '1'), ('o_avatars_dir', 'img/avatars'), ('o_avatars_width', '60'), ('o_avatars_height', '60'), ('o_avatars_size', '15360'), ('o_search_all_forums', '1'), ('o_sef', 'Default'), ('o_admin_email', '[[admin_email]]'), ('o_webmaster_email', '[[admin_email]]'), ('o_subscriptions', '1'), ('o_smtp_host', NULL), ('o_smtp_user', NULL), ('o_smtp_pass', NULL), ('o_smtp_ssl', '0'), ('o_regs_allow', '1'), ('o_regs_verify', '0'), ('o_announcement', '0'), ('o_announcement_heading', 'Sample announcement'), ('o_announcement_message', '

Enter your announcement here.

'), ('o_rules', '0'), ('o_rules_message', 'Enter your rules here.'), ('o_maintenance', '0'), ('o_maintenance_message', 'The forums are temporarily down for maintenance. Please try again in a few minutes.

Administrator'), ('o_default_dst', '0'), ('p_message_bbcode', '1'), ('p_message_img_tag', '1'), ('p_message_all_caps', '1'), ('p_subject_all_caps', '1'), ('p_sig_all_caps', '1'), ('p_sig_bbcode', '1'), ('p_sig_img_tag', '0'), ('p_sig_length', '400'), ('p_sig_lines', '4'), ('p_allow_banned_email', '1'), ('p_allow_dupe_email', '0'), ('p_force_guest_email', '1'), ('o_show_moderators', '0'), ('o_mask_passwords', '1'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]extensions` -- CREATE TABLE `[[dbprefix]]extensions` ( `id` varchar(150) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `version` varchar(25) NOT NULL DEFAULT '', `description` text, `author` varchar(50) NOT NULL DEFAULT '', `uninstall` text, `uninstall_note` text, `disabled` tinyint(1) NOT NULL DEFAULT '0', `dependencies` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]extension_hooks` -- CREATE TABLE `[[dbprefix]]extension_hooks` ( `id` varchar(150) NOT NULL DEFAULT '', `extension_id` varchar(50) NOT NULL DEFAULT '', `code` text, `installed` int(10) unsigned NOT NULL DEFAULT '0', `priority` tinyint(1) unsigned NOT NULL DEFAULT '5', PRIMARY KEY (`id`,`extension_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]forums` -- CREATE TABLE `[[dbprefix]]forums` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `forum_name` varchar(80) NOT NULL DEFAULT 'New forum', `forum_desc` text, `redirect_url` varchar(100) DEFAULT NULL, `moderators` text, `num_topics` mediumint(8) unsigned NOT NULL DEFAULT '0', `num_posts` mediumint(8) unsigned NOT NULL DEFAULT '0', `last_post` int(10) unsigned DEFAULT NULL, `last_post_id` int(10) unsigned DEFAULT NULL, `last_poster` varchar(200) DEFAULT NULL, `sort_by` tinyint(1) NOT NULL DEFAULT '0', `disp_position` int(10) NOT NULL DEFAULT '0', `cat_id` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]forums` -- INSERT INTO `[[dbprefix]]forums` VALUES (1, 'Test forum', 'This is just a test forum', NULL, NULL, 1, 1, [[timestamp]], 1, '[[admin_username]]', 0, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]forum_perms` -- CREATE TABLE `[[dbprefix]]forum_perms` ( `group_id` int(10) NOT NULL DEFAULT '0', `forum_id` int(10) NOT NULL DEFAULT '0', `read_forum` tinyint(1) NOT NULL DEFAULT '1', `post_replies` tinyint(1) NOT NULL DEFAULT '1', `post_topics` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`group_id`,`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]forum_subscriptions` -- CREATE TABLE `[[dbprefix]]forum_subscriptions` ( `user_id` int(10) unsigned NOT NULL DEFAULT '0', `forum_id` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`user_id`,`forum_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]groups` -- CREATE TABLE `[[dbprefix]]groups` ( `g_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `g_title` varchar(50) NOT NULL DEFAULT '', `g_user_title` varchar(50) DEFAULT NULL, `g_moderator` tinyint(1) NOT NULL DEFAULT '0', `g_mod_edit_users` tinyint(1) NOT NULL DEFAULT '0', `g_mod_rename_users` tinyint(1) NOT NULL DEFAULT '0', `g_mod_change_passwords` tinyint(1) NOT NULL DEFAULT '0', `g_mod_ban_users` tinyint(1) NOT NULL DEFAULT '0', `g_read_board` tinyint(1) NOT NULL DEFAULT '1', `g_view_users` tinyint(1) NOT NULL DEFAULT '1', `g_post_replies` tinyint(1) NOT NULL DEFAULT '1', `g_post_topics` tinyint(1) NOT NULL DEFAULT '1', `g_edit_posts` tinyint(1) NOT NULL DEFAULT '1', `g_delete_posts` tinyint(1) NOT NULL DEFAULT '1', `g_delete_topics` tinyint(1) NOT NULL DEFAULT '1', `g_set_title` tinyint(1) NOT NULL DEFAULT '1', `g_search` tinyint(1) NOT NULL DEFAULT '1', `g_search_users` tinyint(1) NOT NULL DEFAULT '1', `g_send_email` tinyint(1) NOT NULL DEFAULT '1', `g_post_flood` smallint(6) NOT NULL DEFAULT '30', `g_search_flood` smallint(6) NOT NULL DEFAULT '30', `g_email_flood` smallint(6) NOT NULL DEFAULT '60', PRIMARY KEY (`g_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ; -- -- Dumping data for table `[[dbprefix]]groups` -- INSERT INTO `[[dbprefix]]groups` VALUES (1, 'Administrators', 'Administrator', 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0), (2, 'Guest', NULL, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 60, 30, 0), (3, 'Members', NULL, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 60, 30, 60), (4, 'Moderators', 'Moderator', 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]online` -- CREATE TABLE `[[dbprefix]]online` ( `user_id` int(10) unsigned NOT NULL DEFAULT '1', `ident` varchar(200) NOT NULL DEFAULT '', `logged` int(10) unsigned NOT NULL DEFAULT '0', `idle` tinyint(1) NOT NULL DEFAULT '0', `csrf_token` varchar(40) NOT NULL DEFAULT '', `prev_url` varchar(255) DEFAULT NULL, `last_post` int(10) unsigned DEFAULT NULL, `last_search` int(10) unsigned DEFAULT NULL, UNIQUE KEY `[[dbprefix]]online_user_id_ident_idx` (`user_id`,`ident`(25)), KEY `[[dbprefix]]online_ident_idx` (`ident`(25)), KEY `[[dbprefix]]online_logged_idx` (`logged`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]posts` -- CREATE TABLE `[[dbprefix]]posts` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `poster` varchar(200) NOT NULL DEFAULT '', `poster_id` int(10) unsigned NOT NULL DEFAULT '1', `poster_ip` varchar(39) DEFAULT NULL, `poster_email` varchar(80) DEFAULT NULL, `message` text, `hide_smilies` tinyint(1) NOT NULL DEFAULT '0', `posted` int(10) unsigned NOT NULL DEFAULT '0', `edited` int(10) unsigned DEFAULT NULL, `edited_by` varchar(200) DEFAULT NULL, `topic_id` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `[[dbprefix]]posts_topic_id_idx` (`topic_id`), KEY `[[dbprefix]]posts_multi_idx` (`poster_id`,`topic_id`), KEY `[[dbprefix]]posts_posted_idx` (`posted`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]posts` -- INSERT INTO `[[dbprefix]]posts` VALUES (1, '[[admin_username]]', 2, '[[clientip]]', NULL, 'If you are looking at this (which I guess you are), the install of PunBB appears to have worked! Now log in and head over to the administration control panel to configure your forum.', 0, [[timestamp]], NULL, NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]ranks` -- CREATE TABLE `[[dbprefix]]ranks` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `rank` varchar(50) NOT NULL DEFAULT '', `min_posts` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- Dumping data for table `[[dbprefix]]ranks` -- INSERT INTO `[[dbprefix]]ranks` VALUES (1, 'New member', 0), (2, 'Member', 10); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]reports` -- CREATE TABLE `[[dbprefix]]reports` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `post_id` int(10) unsigned NOT NULL DEFAULT '0', `topic_id` int(10) unsigned NOT NULL DEFAULT '0', `forum_id` int(10) unsigned NOT NULL DEFAULT '0', `reported_by` int(10) unsigned NOT NULL DEFAULT '0', `created` int(10) unsigned NOT NULL DEFAULT '0', `message` text, `zapped` int(10) unsigned DEFAULT NULL, `zapped_by` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`id`), KEY `[[dbprefix]]reports_zapped_idx` (`zapped`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]search_cache` -- CREATE TABLE `[[dbprefix]]search_cache` ( `id` int(10) unsigned NOT NULL DEFAULT '0', `ident` varchar(200) NOT NULL DEFAULT '', `search_data` text, PRIMARY KEY (`id`), KEY `[[dbprefix]]search_cache_ident_idx` (`ident`(8)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]search_matches` -- CREATE TABLE `[[dbprefix]]search_matches` ( `post_id` int(10) unsigned NOT NULL DEFAULT '0', `word_id` int(10) unsigned NOT NULL DEFAULT '0', `subject_match` tinyint(1) NOT NULL DEFAULT '0', KEY `[[dbprefix]]search_matches_word_id_idx` (`word_id`), KEY `[[dbprefix]]search_matches_post_id_idx` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `[[dbprefix]]search_matches` -- INSERT INTO `[[dbprefix]]search_matches` VALUES (1, 1, 0), (1, 2, 0), (1, 3, 0), (1, 4, 0), (1, 5, 0), (1, 6, 0), (1, 7, 0), (1, 8, 0), (1, 9, 0), (1, 10, 0), (1, 11, 0), (1, 12, 0), (1, 13, 0), (1, 14, 0), (1, 15, 0), (1, 16, 0), (1, 17, 0), (1, 18, 0), (1, 19, 0), (1, 20, 0), (1, 21, 0), (1, 22, 0), (1, 23, 0), (1, 25, 1), (1, 24, 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]search_words` -- CREATE TABLE `[[dbprefix]]search_words` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `word` varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (`word`), KEY `[[dbprefix]]search_words_id_idx` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=26 ; -- -- Dumping data for table `[[dbprefix]]search_words` -- INSERT INTO `[[dbprefix]]search_words` VALUES (1, 'you'), (2, 'are'), (3, 'looking'), (4, 'this'), (5, 'which'), (6, 'guess'), (7, 'the'), (8, 'install'), (9, 'punbb'), (10, 'appears'), (11, 'have'), (12, 'worked'), (13, 'now'), (14, 'log'), (15, 'and'), (16, 'head'), (17, 'over'), (18, 'administration'), (19, 'control'), (20, 'panel'), (21, 'configure'), (22, 'your'), (23, 'forum'), (24, 'test'), (25, 'post'); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]subscriptions` -- CREATE TABLE `[[dbprefix]]subscriptions` ( `user_id` int(10) unsigned NOT NULL DEFAULT '0', `topic_id` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`user_id`,`topic_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]topics` -- CREATE TABLE `[[dbprefix]]topics` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `poster` varchar(200) NOT NULL DEFAULT '', `subject` varchar(255) NOT NULL DEFAULT '', `posted` int(10) unsigned NOT NULL DEFAULT '0', `first_post_id` int(10) unsigned NOT NULL DEFAULT '0', `last_post` int(10) unsigned NOT NULL DEFAULT '0', `last_post_id` int(10) unsigned NOT NULL DEFAULT '0', `last_poster` varchar(200) DEFAULT NULL, `num_views` mediumint(8) unsigned NOT NULL DEFAULT '0', `num_replies` mediumint(8) unsigned NOT NULL DEFAULT '0', `closed` tinyint(1) NOT NULL DEFAULT '0', `sticky` tinyint(1) NOT NULL DEFAULT '0', `moved_to` int(10) unsigned DEFAULT NULL, `forum_id` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `[[dbprefix]]topics_forum_id_idx` (`forum_id`), KEY `[[dbprefix]]topics_moved_to_idx` (`moved_to`), KEY `[[dbprefix]]topics_last_post_idx` (`last_post`), KEY `[[dbprefix]]topics_first_post_id_idx` (`first_post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `[[dbprefix]]topics` -- INSERT INTO `[[dbprefix]]topics` VALUES (1, '[[admin_username]]', 'Test post', [[timestamp]], 1, [[timestamp]], 1, '[[admin_username]]', 0, 0, 0, 0, NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `[[dbprefix]]users` -- CREATE TABLE `[[dbprefix]]users` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `group_id` int(10) unsigned NOT NULL DEFAULT '3', `username` varchar(200) NOT NULL DEFAULT '', `password` varchar(40) NOT NULL DEFAULT '', `salt` varchar(12) DEFAULT NULL, `email` varchar(80) NOT NULL DEFAULT '', `title` varchar(50) DEFAULT NULL, `realname` varchar(40) DEFAULT NULL, `url` varchar(100) DEFAULT NULL, `facebook` varchar(100) DEFAULT NULL, `twitter` varchar(100) DEFAULT NULL, `skype` varchar(100) DEFAULT NULL, `icq` varchar(12) DEFAULT NULL, `linkedin` varchar(100) DEFAULT NULL, `jabber` varchar(80) DEFAULT NULL, `msn` varchar(80) DEFAULT NULL, `aim` varchar(30) DEFAULT NULL, `yahoo` varchar(30) DEFAULT NULL, `location` varchar(30) DEFAULT NULL, `signature` text, `disp_topics` tinyint(3) unsigned DEFAULT NULL, `disp_posts` tinyint(3) unsigned DEFAULT NULL, `email_setting` tinyint(1) NOT NULL DEFAULT '1', `notify_with_post` tinyint(1) NOT NULL DEFAULT '0', `auto_notify` tinyint(1) NOT NULL DEFAULT '0', `show_smilies` tinyint(1) NOT NULL DEFAULT '1', `show_img` tinyint(1) NOT NULL DEFAULT '1', `show_img_sig` tinyint(1) NOT NULL DEFAULT '1', `show_avatars` tinyint(1) NOT NULL DEFAULT '1', `show_sig` tinyint(1) NOT NULL DEFAULT '1', `access_keys` tinyint(1) NOT NULL DEFAULT '0', `timezone` float NOT NULL DEFAULT '0', `dst` tinyint(1) NOT NULL DEFAULT '0', `time_format` int(10) unsigned NOT NULL DEFAULT '0', `date_format` int(10) unsigned NOT NULL DEFAULT '0', `language` varchar(25) NOT NULL DEFAULT 'English', `style` varchar(25) NOT NULL DEFAULT 'Oxygen', `num_posts` int(10) unsigned NOT NULL DEFAULT '0', `last_post` int(10) unsigned DEFAULT NULL, `last_search` int(10) unsigned DEFAULT NULL, `last_email_sent` int(10) unsigned DEFAULT NULL, `registered` int(10) unsigned NOT NULL DEFAULT '0', `registration_ip` varchar(39) NOT NULL DEFAULT '0.0.0.0', `last_visit` int(10) unsigned NOT NULL DEFAULT '0', `admin_note` varchar(30) DEFAULT NULL, `activate_string` varchar(80) DEFAULT NULL, `activate_key` varchar(8) DEFAULT NULL, `avatar` tinyint(3) unsigned NOT NULL DEFAULT '0', `avatar_width` tinyint(3) unsigned NOT NULL DEFAULT '0', `avatar_height` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `[[dbprefix]]users_registered_idx` (`registered`), KEY `[[dbprefix]]users_username_idx` (`username`(8)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ; -- -- Dumping data for table `[[dbprefix]]users` -- INSERT INTO `[[dbprefix]]users` VALUES (1, 2, 'Guest', 'Guest', NULL, 'Guest', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 'English', 'Oxygen', 0, NULL, NULL, NULL, 0, '0.0.0.0', 0, NULL, NULL, NULL, 0, 0, 0), (2, 1, '[[admin_username]]', '[[admin_pass]]', '[[salt]]', '[[admin_email]]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 'English', 'Oxygen', 1, [[timestamp]], NULL, NULL, [[timestamp]], '[[clientip]]', [[timestamp]], NULL, NULL, NULL, 0, 0, 0); /*!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 */;