2002-07-16 12:51:51 +00:00
#
# Basic DB data for phpBB2 devel
#
# $Id$
2002-07-16 17:30:36 +00:00
#
2002-07-16 12:51:51 +00:00
# -- Config
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' board_disable ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' board_disable_msg ' , ' ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' sitename ' , ' yourdomain.com ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' site_desc ' , ' A _little_ text to describe your forum ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' cookie_name ' , ' phpbb22 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' cookie_path ' , ' / ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' cookie_domain ' , ' ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' cookie_secure ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' session_length ' , ' 3600 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_html ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_html_tags ' , ' b,i,u,pre ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_bbcode ' , ' 1 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_smilies ' , ' 1 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_sig ' , ' 1 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_namechange ' , ' 0 ' ) ;
2003-03-22 15:48:46 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_attachments ' , ' 1 ' ) ;
2002-07-16 12:51:51 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_topic_notify ' , ' 1 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_forum_notify ' , ' 1 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_avatar_local ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_avatar_remote ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' allow_avatar_upload ' , ' 0 ' ) ;
2002-08-15 15:47:43 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' default_style ' , ' 1 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' default_dateformat ' , ' D M d, Y g:i a ' ) ;
2002-07-16 12:51:51 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' board_timezone ' , ' 0 ' ) ;
2003-03-24 19:03:16 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' board_dst ' , ' 0 ' ) ;
2002-07-16 12:51:51 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' override_user_style ' , ' 0 ' ) ;
2002-07-16 17:30:36 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' posts_per_page ' , ' 10 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' topics_per_page ' , ' 30 ' ) ;
2002-07-16 12:51:51 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' hot_threshold ' , ' 25 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' board_email_form ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' avatar_path ' , ' images/avatars/upload ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' avatar_gallery_path ' , ' images/avatars/gallery ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' smilies_path ' , ' images/smiles ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' icons_path ' , ' images/icons ' ) ;
2002-08-03 23:52:33 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' email_enable ' , ' 1 ' ) ;
2002-08-15 15:47:43 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' privmsg_disable ' , ' 0 ' ) ;
2002-07-16 12:51:51 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' gzip_compress ' , ' 0 ' ) ;
2002-07-16 17:30:36 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' server_name ' , ' ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' server_port ' , ' ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' script_path ' , ' ' ) ;
2002-07-28 23:56:26 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' limit_load ' , ' 2.0 ' ) ;
2002-07-16 12:51:51 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' active_sessions ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' session_gc ' , ' 3600 ' ) ;
2002-10-30 23:50:50 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' search_gc ' , ' 7200 ' ) ;
2002-10-04 13:09:10 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' ip_check ' , ' 4 ' ) ;
2003-03-25 23:23:44 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' browser_check ' , ' 1 ' ) ;
2002-11-19 23:45:23 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' version ' , ' 2.1.1 [20021119] ' ) ;
2002-10-04 13:09:10 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' max_post_chars ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' max_post_smilies ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' max_sig_chars ' , ' 255 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' max_poll_options ' , ' 10 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' min_search_chars ' , ' 3 ' ) ;
2002-10-28 00:08:18 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' max_search_chars ' , ' 10 ' ) ;
2002-10-04 13:09:10 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' pm_max_boxes ' , ' 4 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' pm_max_msgs ' , ' 50 ' ) ;
2002-10-28 00:08:18 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' edit_time ' , ' 0 ' ) ;
2002-10-04 13:09:10 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' board_email_sig ' , ' Thanks, The Management ' ) ;
2003-03-24 19:03:16 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' board_email ' , ' address@yourdomain.com ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' board_contact ' , ' contact@yourdomain.com ' ) ;
2002-10-04 13:09:10 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' smtp_delivery ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' smtp_host ' , ' ' ) ;
2003-03-09 13:37:35 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' smtp_port ' , ' 25 ' ) ;
2002-10-04 13:09:10 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' smtp_username ' , ' ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' smtp_password ' , ' ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' require_activation ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' flood_interval ' , ' 15 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' search_interval ' , ' 0 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' avatar_filesize ' , ' 6144 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' avatar_max_width ' , ' 90 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' avatar_max_height ' , ' 90 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' coppa_enable ' , ' 1 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' coppa_fax ' , ' ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' coppa_mail ' , ' ' ) ;
2003-01-30 20:06:17 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' enable_confirm ' , ' 0 ' ) ;
2002-10-04 13:09:10 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' auth_method ' , ' db ' ) ;
2002-08-07 00:06:27 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' ldap_server ' , ' ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' ldap_base_dn ' , ' ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' ldap_uid ' , ' ' ) ;
2002-11-27 13:24:46 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' lastread ' , ' 432000 ' ) ;
2003-03-22 15:48:46 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' max_filesize ' , ' 262144 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' attachment_quota ' , ' 52428800 ' ) ;
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' max_attachments ' , ' 3 ' ) ;
2003-03-25 00:19:58 +00:00
INSERT INTO phpbb_config ( config_name , config_value ) VALUES ( ' upload_dir ' , ' files ' ) ;
2002-10-26 12:36:38 +00:00
INSERT INTO phpbb_config ( config_name , config_value , is_dynamic ) VALUES ( ' record_online_users ' , ' 0 ' , 1 ) ;
INSERT INTO phpbb_config ( config_name , config_value , is_dynamic ) VALUES ( ' record_online_date ' , ' 0 ' , 1 ) ;
2002-11-05 04:50:55 +00:00
INSERT INTO phpbb_config ( config_name , config_value , is_dynamic ) VALUES ( ' newest_user_id ' , ' 2 ' , 1 ) ;
2002-10-26 12:36:38 +00:00
INSERT INTO phpbb_config ( config_name , config_value , is_dynamic ) VALUES ( ' newest_username ' , ' ' , 1 ) ;
INSERT INTO phpbb_config ( config_name , config_value , is_dynamic ) VALUES ( ' num_users ' , ' 1 ' , 1 ) ;
INSERT INTO phpbb_config ( config_name , config_value , is_dynamic ) VALUES ( ' num_posts ' , ' 1 ' , 1 ) ;
INSERT INTO phpbb_config ( config_name , config_value , is_dynamic ) VALUES ( ' num_topics ' , ' 1 ' , 1 ) ;
INSERT INTO phpbb_config ( config_name , config_value , is_dynamic ) VALUES ( ' session_last_gc ' , ' 0 ' , 1 ) ;
2002-10-30 23:50:50 +00:00
INSERT INTO phpbb_config ( config_name , config_value , is_dynamic ) VALUES ( ' search_last_gc ' , ' 0 ' , 1 ) ;
2002-08-07 00:06:27 +00:00
2002-07-16 12:51:51 +00:00
# -- auth options
2002-10-26 12:36:38 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_ ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_list ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_read ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_post ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_reply ' , 1 ) ;
2002-10-30 23:26:35 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_quote ' , 1 ) ;
2002-10-26 12:36:38 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_edit ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_delete ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_poll ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_vote ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_announce ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_sticky ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_attach ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_download ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_html ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_bbcode ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_smilies ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_img ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_flash ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_sigs ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_search ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_email ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_rate ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_print ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_ignoreflood ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_ignorequeue ' , 1 ) ;
2003-02-11 16:24:58 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_local ) VALUES ( ' f_postcount ' , 1 ) ;
2002-10-26 12:36:38 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_local , is_global ) VALUES ( ' m_ ' , 1 , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local , is_global ) VALUES ( ' m_edit ' , 1 , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local , is_global ) VALUES ( ' m_delete ' , 1 , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local , is_global ) VALUES ( ' m_move ' , 1 , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local , is_global ) VALUES ( ' m_lock ' , 1 , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local , is_global ) VALUES ( ' m_split ' , 1 , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local , is_global ) VALUES ( ' m_merge ' , 1 , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local , is_global ) VALUES ( ' m_approve ' , 1 , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local , is_global ) VALUES ( ' m_unrate ' , 1 , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_local , is_global ) VALUES ( ' m_auth ' , 1 , 1 ) ;
2003-01-09 15:12:11 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_local , is_global ) VALUES ( ' m_ip ' , 1 , 1 ) ;
2002-10-26 12:36:38 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_ ' , 1 ) ;
2002-11-09 00:04:18 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_server ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_defaults ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_board ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_cookies ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_clearlogs ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_words ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_icons ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_bbcode ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_attach ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_email ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_styles ' , 1 ) ;
2002-10-26 12:36:38 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_user ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_useradd ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_userdel ' , 1 ) ;
2002-11-09 00:04:18 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_ranks ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_ban ' , 1 ) ;
2002-10-26 12:36:38 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_names ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_group ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_groupadd ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_groupdel ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_forum ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_forumadd ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_forumdel ' , 1 ) ;
2002-11-09 00:04:18 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_prune ' , 1 ) ;
2002-10-30 23:26:35 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_auth ' , 1 ) ;
2002-10-26 12:36:38 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_authmods ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_authadmins ' , 1 ) ;
2003-01-27 15:29:24 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_authusers ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_authgroups ' , 1 ) ;
2002-10-26 12:36:38 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_backup ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_restore ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_search ' , 1 ) ;
2003-01-27 15:29:24 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_events ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' a_cron ' , 1 ) ;
2002-10-26 12:36:38 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_ ' , 1 ) ;
2003-03-04 14:46:40 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_sendemail ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_readpm ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_sendpm ' , 1 ) ;
2003-01-10 14:55:19 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_viewonline ' , 1 ) ;
2003-03-04 14:46:40 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_viewprofile ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_chgavatar ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_chgcolor ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_chgemail ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_chgname ' , 1 ) ;
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_chgpasswd ' , 1 ) ;
2003-03-09 13:37:35 +00:00
INSERT INTO phpbb_auth_options ( auth_value , is_global ) VALUES ( ' u_search ' , 1 ) ;
2002-07-16 12:51:51 +00:00
# -- phpbb_styles
2002-07-16 17:30:36 +00:00
INSERT INTO phpbb_styles ( style_id , template_id , theme_id , imageset_id , style_name ) VALUES ( 1 , 1 , 1 , 1 , ' subSilver ' ) ;
2002-07-16 12:51:51 +00:00
# -- phpbb_styles_imageset
2003-03-25 16:51:38 +00:00
INSERT INTO phpbb_styles_imageset ( imageset_id , imageset_name , imageset_path , post_new , post_locked , post_pm , reply_new , reply_pm , reply_locked , icon_profile , icon_pm , icon_delete , icon_ip , icon_quote , icon_search , icon_edit , icon_email , icon_www , icon_icq , icon_aim , icon_yim , icon_msnm , icon_no_email , icon_no_www , icon_no_icq , icon_no_aim , icon_no_yim , icon_no_msnm , icon_online , icon_offline , item_unapproved , item_reported , goto_post , goto_post_new , goto_post_latest , goto_post_newest , forum , forum_new , forum_locked , sub_forum , sub_forum_new , folder , folder_new , folder_hot , folder_hot_new , folder_locked , folder_locked_new , folder_sticky , folder_sticky_new , folder_announce , folder_announce_new , topic_watch , topic_unwatch , poll_left , poll_center , poll_right , rating , folder_posted , folder_new_posted , folder_locked_posted , folder_locked_new_posted , folder_sticky_posted , folder_sticky_new_posted , folder_announce_posted , folder_announce_new_posted , folder_hot_posted , folder_hot_new_posted ) VALUES ( 1 , ' subSilver © phpBB Group ' , ' subSilver ' , ' "imagesets/subSilver/{LANG}/post.gif" width="82" height="25" border="0" ' , ' "imagesets/subSilver/{LANG}/reply-locked.gif" width="82" height="25" border="0" ' , ' "imagesets/subSilver/{LANG}/post.gif" width="82" height="25" border="0" ' , ' "imagesets/subSilver/{LANG}/reply.gif" width="88" height="25" border="0" ' , ' "imagesets/subSilver/{LANG}/reply.gif" width="88" height="25" border="0" ' , ' "imagesets/subSilver/{LANG}/reply-locked.gif" width="82" height="25" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_profile.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_pm.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/icon_delete.gif" width="16" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_ip.gif" width="16" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_quote.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_search.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_edit.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_email.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_www.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_icq_add.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_aim.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_yim.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/icon_msnm.gif" width="59" height="18" border="0" ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' "imagesets/subSilver/{LANG}/online.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/{LANG}/offline.gif" width="59" height="18" border="0" ' , ' ' , ' "imagesets/subSilver/{LANG}/report.gif" width="59" height="18" border="0" ' , ' "imagesets/subSilver/icon_minipost.gif" width="12" height="9" border="0" ' , ' "imagesets/subSilver/icon_minipost_new.gif" width="12" height="9" border="0" ' , ' "imagesets/subSilver/icon_latest_reply.gif" width="18" height="9" border="0" ' , ' "imagesets/subSilver/icon_newest_reply.gif" width="18" height="9" border="0" ' , ' "imagesets/subSilver/folder_big.gif" width="46" height="25" border="0" ' , ' "imagesets/subSilver/folder_new_big.gif" width="46" height="25" border="0" ' , ' "imagesets/subSilver/folder_locked_big.gif" width="46" height="25" border="0" ' , ' "imagesets/subSilver/subfolder_big.gif" width="46" height="25" border="0" ' , ' "imagesets/subSilver/subfolder_new_big.gif" width="46" height="25" border="0" ' , ' "imagesets/subSilver/folder.gif" width="19" height="18" border="0" ' , ' "imagesets/subSilver/folder_new.gif" width="19" height="18" border="0" ' , ' "imagesets/subSilver/folder_hot.gif" width="19" height="18" border="0" ' , ' "imagesets/subSilver/folder_new_hot.gif" width="19" height="18" border="0" ' , ' "imagesets/subSilver/folder_lock.gif" width="19" height="18" border="0" ' , ' "imagesets/subSilver/folder_lock_new.gif" width="19" height="18" border="0" ' , ' "imagesets/subSilver/folder_sticky.gif" width="19" height="18" border="0" ' , ' "imagesets/subSilver/folder_sticky_new.
2002-07-16 12:51:51 +00:00
# -- phpbb_styles_template
INSERT INTO phpbb_styles_template ( template_id , template_name , template_path , poll_length , pm_box_length , compile_crc ) VALUES ( 1 , ' subSilver © phpBB Group ' , ' subSilver ' , 205 , 175 , ' ' ) ;
# -- phpbb_styles_theme
2003-02-21 11:49:27 +00:00
INSERT INTO phpbb_styles_theme ( theme_id , css_data , css_external ) VALUES ( 1 , ' body {background: white url(\ ' templates / subSilver / images / background . png \ ' ) repeat-x;}\nth { background-image: url(\ ' templates / subSilver / images / cellpic3 . gif \ ' ) }\ntd.cat { background-image: url(\ ' templates / subSilver / images / cellpic1 . gif \ ' ) }\ntd.rowpic { background-image: url(\ ' templates / subSilver / images / cellpic2 . jpg \ ' ); background-repeat: repeat-y }\ntd.icqback { background-image: url(\ ' templates / subSilver / images / icon_icq_add . gif \ ' ); background-repeat: no-repeat } ' , ' subSilver/subSilver.css ' ) ;
2002-07-16 12:51:51 +00:00
# -- Forums
2003-03-06 01:35:03 +00:00
INSERT INTO phpbb_forums ( forum_id , forum_name , forum_desc , left_id , right_id , parent_id , forum_postable , forum_posts , forum_topics , forum_last_post_id , forum_last_poster_id , forum_last_poster_name , forum_last_post_time ) VALUES ( 1 , ' My first Category ' , ' ' , 1 , 4 , 0 , 0 , 1 , 1 , 1 , 2 , ' Admin ' , 972086460 ) ;
2002-11-24 23:40:30 +00:00
2003-03-06 01:35:03 +00:00
INSERT INTO phpbb_forums ( forum_id , forum_name , forum_desc , left_id , right_id , parent_id , forum_postable , forum_posts , forum_topics , forum_last_post_id , forum_last_poster_id , forum_last_poster_name , forum_last_post_time ) VALUES ( 2 , ' Test Forum 1 ' , ' This is just a test forum. ' , 2 , 3 , 1 , 1 , 1 , 1 , 1 , 2 , ' Admin ' , 972086460 ) ;
2002-07-16 12:51:51 +00:00
# -- Users
2003-02-27 23:37:02 +00:00
INSERT INTO phpbb_users ( user_id , username , user_regdate , user_password , user_email , user_icq , user_website , user_occ , user_from , user_interests , user_sig , user_viewemail , user_style , user_aim , user_yim , user_msnm , user_posts , user_attachsig , user_allowsmile , user_allowhtml , user_allowbbcode , user_allow_pm , user_notify_pm , user_allow_viewonline , user_rank , user_avatar , user_lang , user_timezone , user_dateformat , user_actkey , user_newpasswd , user_notify , user_active ) VALUES ( 1 , ' Anonymous ' , 0 , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 0 , NULL , ' ' , ' ' , ' ' , 0 , 0 , 1 , 0 , 1 , 0 , 1 , 1 , NULL , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 0 , 0 ) ;
2002-07-16 12:51:51 +00:00
2003-03-06 01:35:03 +00:00
# -- username: Admin password: admin (change this or remove it once everything is working!)
2002-10-05 23:40:34 +00:00
INSERT INTO phpbb_users ( user_id , username , user_regdate , user_password , user_email , user_icq , user_website , user_occ , user_from , user_interests , user_sig , user_viewemail , user_style , user_aim , user_yim , user_msnm , user_posts , user_attachsig , user_allowsmile , user_allowhtml , user_allowbbcode , user_allow_pm , user_notify_pm , user_popup_pm , user_allow_viewonline , user_rank , user_avatar , user_lang , user_timezone , user_dateformat , user_actkey , user_newpasswd , user_notify , user_active , user_founder ) VALUES ( 2 , ' Admin ' , 0 , ' 21232f297a57a5a743894a0e4a801fc3 ' , ' admin@yourdomain.com ' , ' ' , ' ' , ' ' , ' ' , ' ' , ' ' , 1 , 1 , ' ' , ' ' , ' ' , 1 , 0 , 1 , 0 , 1 , 1 , 1 , 1 , 1 , 1 , ' ' , ' en ' , 0 , ' d M Y h:i a ' , ' ' , ' ' , 0 , 1 , 1 ) ;
2002-07-16 12:51:51 +00:00
# -- Ranks
INSERT INTO phpbb_ranks ( rank_id , rank_title , rank_min , rank_special , rank_image ) VALUES ( 1 , ' Site Admin ' , - 1 , 1 , NULL ) ;
# -- Groups
2002-11-09 00:04:18 +00:00
INSERT INTO phpbb_groups ( group_id , group_name , group_type ) VALUES ( 1 , ' GUESTS ' , 3 ) ;
INSERT INTO phpbb_groups ( group_id , group_name , group_type ) VALUES ( 2 , ' INACTIVE ' , 3 ) ;
INSERT INTO phpbb_groups ( group_id , group_name , group_type ) VALUES ( 3 , ' REGISTERED ' , 3 ) ;
INSERT INTO phpbb_groups ( group_id , group_name , group_type ) VALUES ( 4 , ' SUPER_MODERATORS ' , 3 ) ;
INSERT INTO phpbb_groups ( group_id , group_name , group_type ) VALUES ( 5 , ' ADMINISTRATORS ' , 3 ) ;
2002-07-16 12:51:51 +00:00
# -- User -> Group
2003-02-27 23:37:02 +00:00
INSERT INTO phpbb_user_group ( group_id , user_id , user_pending ) VALUES ( 1 , 1 , 0 ) ;
2002-11-24 23:40:30 +00:00
INSERT INTO phpbb_user_group ( group_id , user_id , user_pending ) VALUES ( 3 , 2 , 0 ) ;
2002-08-03 23:52:33 +00:00
INSERT INTO phpbb_user_group ( group_id , user_id , user_pending ) VALUES ( 5 , 2 , 0 ) ;
2002-07-16 17:30:36 +00:00
# -- User auth
2002-11-24 23:40:30 +00:00
INSERT INTO phpbb_auth_users ( user_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 2 , 1 , auth_option_id , 1 FROM phpbb_auth_options WHERE auth_value LIKE ' m_% ' ;
INSERT INTO phpbb_auth_users ( user_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 2 , 2 , auth_option_id , 1 FROM phpbb_auth_options WHERE auth_value LIKE ' m_% ' ;
2002-07-16 17:30:36 +00:00
# -- Group auth
2002-11-24 23:40:30 +00:00
# -- give very limited rights to GUEST and INACTIVE groups
# -- give basic, typically non-contencious rights to REGISTERED users
# -- give all admin rights to ADMIN group
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 1 , 1 , auth_option_id , 1 FROM phpbb_auth_options WHERE auth_value IN ( ' f_list ' , ' f_read ' , ' f_post ' , ' f_reply ' , ' f_quote ' , ' f_bbcode ' , ' f_search ' , ' f_print ' ) ;
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 1 , 2 , auth_option_id , 1 FROM phpbb_auth_options WHERE auth_value IN ( ' f_list ' , ' f_read ' , ' f_post ' , ' f_reply ' , ' f_quote ' , ' f_bbcode ' , ' f_search ' , ' f_print ' ) ;
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 2 , 1 , auth_option_id , 1 FROM phpbb_auth_options WHERE auth_value IN ( ' f_list ' , ' f_read ' , ' f_post ' , ' f_reply ' , ' f_quote ' , ' f_bbcode ' , ' f_search ' , ' f_print ' ) ;
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 2 , 2 , auth_option_id , 1 FROM phpbb_auth_options WHERE auth_value IN ( ' f_list ' , ' f_read ' , ' f_post ' , ' f_reply ' , ' f_quote ' , ' f_bbcode ' , ' f_search ' , ' f_print ' ) ;
2003-03-09 13:37:35 +00:00
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 3 , 1 , auth_option_id , 1 FROM phpbb_auth_options WHERE auth_value IN ( ' f_ ' , ' f_list ' , ' f_read ' , ' f_post ' , ' f_reply ' , ' f_quote ' , ' f_edit ' , ' f_delete ' , ' f_vote ' , ' f_download ' , ' f_bbcode ' , ' f_smilies ' , ' f_img ' , ' f_flash ' , ' f_sigs ' , ' f_search ' , ' f_email ' , ' f_print ' , ' f_postcount ' ) ;
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 3 , 1 , auth_option_id , 2 FROM phpbb_auth_options WHERE auth_value IN ( ' f_poll ' , ' f_announce ' , ' f_sticky ' , ' f_attach ' , ' f_html ' , ' f_rate ' ) ;
2002-11-24 23:40:30 +00:00
2003-03-09 13:37:35 +00:00
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 3 , 2 , auth_option_id , 1 FROM phpbb_auth_options WHERE auth_value IN ( ' f_ ' , ' f_list ' , ' f_read ' , ' f_post ' , ' f_reply ' , ' f_quote ' , ' f_edit ' , ' f_delete ' , ' f_vote ' , ' f_download ' , ' f_bbcode ' , ' f_smilies ' , ' f_img ' , ' f_flash ' , ' f_sigs ' , ' f_search ' , ' f_email ' , ' f_print ' , ' f_postcount ' ) ;
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 3 , 2 , auth_option_id , 2 FROM phpbb_auth_options WHERE auth_value IN ( ' f_poll ' , ' f_announce ' , ' f_sticky ' , ' f_attach ' , ' f_html ' , ' f_rate ' ) ;
2002-11-24 23:40:30 +00:00
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 5 , 0 , auth_option_id , 1 FROM phpbb_auth_options WHERE auth_value LIKE ' a_% ' ;
2003-03-09 13:37:35 +00:00
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 1 , 0 , auth_option_id , 0 FROM phpbb_auth_options WHERE auth_value IN ( ' u_% ' ) ;
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 2 , 0 , auth_option_id , 0 FROM phpbb_auth_options WHERE auth_value IN ( ' u_% ' ) ;
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 3 , 0 , auth_option_id , 1 FROM phpbb_auth_options WHERE auth_value IN ( ' u_ ' , ' u_sendemail ' , ' u_readpm ' , ' u_sendpm ' , ' u_viewprofile ' , ' u_chgavatar ' , ' u_chgemail ' , ' u_chgpasswd ' , ' u_search ' ) ;
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 3 , 2 , auth_option_id , 2 FROM phpbb_auth_options WHERE auth_value IN ( ' u_viewonline ' , ' u_chgcolor ' , ' u_chgname ' ) ;
INSERT INTO phpbb_auth_groups ( group_id , forum_id , auth_option_id , auth_allow_deny ) SELECT 5 , 0 , auth_option_id , 1 FROM phpbb_auth_options WHERE auth_value IN ( ' u_% ' ) ;
2002-11-24 23:40:30 +00:00
# -- Moderator cache
2003-03-06 01:35:03 +00:00
INSERT INTO phpbb_moderator_cache ( user_id , forum_id , username ) VALUES ( 2 , 2 , ' Admin ' ) ;
2002-07-16 17:30:36 +00:00
2002-07-16 12:51:51 +00:00
# -- Demo Topic
2003-03-06 01:35:03 +00:00
INSERT INTO phpbb_topics ( topic_id , topic_title , topic_poster , topic_time , topic_views , topic_replies , forum_id , topic_status , topic_type , topic_first_post_id , topic_first_poster_name , topic_last_post_id , topic_last_poster_id , topic_last_poster_name , topic_last_post_time ) VALUES ( 1 , ' Welcome to phpBB 2 ' , 2 , ' 972086460 ' , 0 , 0 , 2 , 0 , 0 , 1 , ' Admin ' , 1 , 2 , ' Admin ' , 972086460 ) ;
2002-07-16 12:51:51 +00:00
# -- Demo Post
2003-02-27 17:27:58 +00:00
INSERT INTO phpbb_posts ( post_id , topic_id , forum_id , poster_id , post_time , post_username , poster_ip , post_subject , post_text ) VALUES ( 1 , 1 , 2 , 2 , 972086460 , NULL , ' 127.0.0.1 ' , NULL , ' This is an example post in your phpBB 2.2 installation. You may delete this post, this topic and even this forum if you like since everything seems to be working! ' ) ;
2002-07-16 12:51:51 +00:00
# -- Smilies
2002-10-05 23:48:11 +00:00
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :D ' , ' icon_biggrin.gif ' , ' Very Happy ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :) ' , ' icon_smile.gif ' , ' Smile ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :( ' , ' icon_sad.gif ' , ' Sad ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :o ' , ' icon_surprised.gif ' , ' Surprised ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :eek: ' , ' icon_surprised.gif ' , ' Surprised ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' 8O ' , ' icon_eek.gif ' , ' Shocked ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :? ' , ' icon_confused.gif ' , ' Confused ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' 8) ' , ' icon_cool.gif ' , ' Cool ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :lol: ' , ' icon_lol.gif ' , ' Laughing ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :x ' , ' icon_mad.gif ' , ' Mad ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :P ' , ' icon_razz.gif ' , ' Razz ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :oops: ' , ' icon_redface.gif ' , ' Embarassed ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :cry: ' , ' icon_cry.gif ' , ' Crying or Very sad ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :evil: ' , ' icon_evil.gif ' , ' Evil or Very Mad ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :twisted: ' , ' icon_twisted.gif ' , ' Twisted Evil ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :roll: ' , ' icon_rolleyes.gif ' , ' Rolling Eyes ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' ;) ' , ' icon_wink.gif ' , ' Wink ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :!: ' , ' icon_exclaim.gif ' , ' Exclamation ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :?: ' , ' icon_question.gif ' , ' Question ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :idea: ' , ' icon_idea.gif ' , ' Idea ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :arrow: ' , ' icon_arrow.gif ' , ' Arrow ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :| ' , ' icon_neutral.gif ' , ' Neutral ' , 15 , 15 ) ;
INSERT INTO phpbb_smilies ( code , smile_url , emoticon , smile_width , smile_height ) VALUES ( ' :mrgreen: ' , ' icon_mrgreen.gif ' , ' Mr. Green ' , 15 , 15 ) ;
2002-07-16 12:51:51 +00:00
2003-01-30 14:58:48 +00:00
# -- icons ... these are just some of those in CVS
2003-01-30 14:59:18 +00:00
INSERT INTO phpbb_icons ( icons_url , icons_width , icons_height , icons_order , display_on_posting ) VALUES ( ' misc/arrow_bold_rgt.gif ' , 19 , 19 , 1 , 1 ) ;
2003-01-30 15:04:04 +00:00
INSERT INTO phpbb_icons ( icons_url , icons_width , icons_height , icons_order , display_on_posting ) VALUES ( ' smile/redface_anim.gif ' , 19 , 19 , 9 , 1 ) ;
2003-01-30 14:59:18 +00:00
INSERT INTO phpbb_icons ( icons_url , icons_width , icons_height , icons_order , display_on_posting ) VALUES ( ' smile/mr_green.gif ' , 19 , 19 , 10 , 1 ) ;
INSERT INTO phpbb_icons ( icons_url , icons_width , icons_height , icons_order , display_on_posting ) VALUES ( ' misc/musical.gif ' , 19 , 19 , 4 , 1 ) ;
INSERT INTO phpbb_icons ( icons_url , icons_width , icons_height , icons_order , display_on_posting ) VALUES ( ' misc/asterix.gif ' , 19 , 19 , 2 , 1 ) ;
2003-01-30 15:04:04 +00:00
INSERT INTO phpbb_icons ( icons_url , icons_width , icons_height , icons_order , display_on_posting ) VALUES ( ' misc/square.gif ' , 19 , 19 , 3 , 1 ) ;
2003-01-30 14:59:18 +00:00
INSERT INTO phpbb_icons ( icons_url , icons_width , icons_height , icons_order , display_on_posting ) VALUES ( ' smile/alien_grn.gif ' , 19 , 19 , 5 , 1 ) ;
INSERT INTO phpbb_icons ( icons_url , icons_width , icons_height , icons_order , display_on_posting ) VALUES ( ' smile/idea.gif ' , 19 , 19 , 8 , 1 ) ;
INSERT INTO phpbb_icons ( icons_url , icons_width , icons_height , icons_order , display_on_posting ) VALUES ( ' smile/question.gif ' , 19 , 19 , 6 , 1 ) ;
INSERT INTO phpbb_icons ( icons_url , icons_width , icons_height , icons_order , display_on_posting ) VALUES ( ' smile/exclaim.gif ' , 19 , 19 , 7 , 1 ) ;
2003-01-30 14:58:48 +00:00
2003-03-04 17:52:50 +00:00
# -- ucp modules
INSERT INTO phpbb_ucp_modules ( module_id , module_name , module_filename , module_order ) VALUES ( 1 , ' Profile Settings ' , ' ucp/usercp_profile ' , 1 ) ;
INSERT INTO phpbb_ucp_modules ( module_id , module_name , module_filename , module_order ) VALUES ( 2 , ' Black/While Lists ' , ' ucp/usercp_lists ' , 2 ) ;
2002-07-16 12:51:51 +00:00
# -- wordlist
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 1 , ' example ' , 0 ) ;
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 2 , ' post ' , 0 ) ;
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 3 , ' phpbb ' , 0 ) ;
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 4 , ' installation ' , 0 ) ;
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 5 , ' delete ' , 0 ) ;
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 6 , ' topic ' , 0 ) ;
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 7 , ' forum ' , 0 ) ;
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 8 , ' since ' , 0 ) ;
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 9 , ' everything ' , 0 ) ;
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 10 , ' seems ' , 0 ) ;
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 11 , ' working ' , 0 ) ;
INSERT INTO phpbb_search_wordlist ( word_id , word_text , word_common ) VALUES ( 12 , ' welcome ' , 0 ) ;
# -- wordmatch
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 1 , 1 , 0 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 2 , 1 , 0 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 3 , 1 , 0 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 4 , 1 , 0 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 5 , 1 , 0 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 6 , 1 , 0 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 7 , 1 , 0 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 8 , 1 , 0 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 9 , 1 , 0 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 10 , 1 , 0 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 11 , 1 , 0 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 12 , 1 , 1 ) ;
INSERT INTO phpbb_search_wordmatch ( word_id , post_id , title_match ) VALUES ( 3 , 1 , 1 ) ;
2003-03-06 01:35:03 +00:00
# -- reasons
INSERT INTO phpbb_reports_reasons ( reason_id , reason_priority , reason_name , reason_description ) VALUES ( 1 , 0 , ' warez ' , ' The reported post contains links to pirated or illegal software. ' ) ;
2003-03-22 15:48:46 +00:00
INSERT INTO phpbb_reports_reasons ( reason_id , reason_priority , reason_name , reason_description ) VALUES ( 2 , 1 , ' other ' , ' The reported post does not fit into any other category, please use the description field. ' ) ;
# -- forbidden_extensions
INSERT INTO phpbb_forbidden_extensions ( extension_id , extension ) VALUES ( 1 , ' php ' ) ;
INSERT INTO phpbb_forbidden_extensions ( extension_id , extension ) VALUES ( 2 , ' php3 ' ) ;
INSERT INTO phpbb_forbidden_extensions ( extension_id , extension ) VALUES ( 3 , ' php4 ' ) ;
INSERT INTO phpbb_forbidden_extensions ( extension_id , extension ) VALUES ( 4 , ' phtml ' ) ;
INSERT INTO phpbb_forbidden_extensions ( extension_id , extension ) VALUES ( 5 , ' pl ' ) ;
INSERT INTO phpbb_forbidden_extensions ( extension_id , extension ) VALUES ( 6 , ' asp ' ) ;
INSERT INTO phpbb_forbidden_extensions ( extension_id , extension ) VALUES ( 7 , ' cgi ' ) ;
2003-03-23 21:44:38 +00:00
INSERT INTO phpbb_forbidden_extensions ( extension_id , extension ) VALUES ( 8 , ' aspx ' ) ;
2003-03-22 15:48:46 +00:00
# -- extension_groups
INSERT INTO phpbb_extension_groups ( group_id , group_name , cat_id , allow_group , download_mode , max_filesize ) VALUES ( 1 , ' Images ' , 1 , 1 , 1 , 0 ) ;
INSERT INTO phpbb_extension_groups ( group_id , group_name , cat_id , allow_group , download_mode , max_filesize ) VALUES ( 2 , ' Archives ' , 0 , 1 , 1 , 0 ) ;
INSERT INTO phpbb_extension_groups ( group_id , group_name , cat_id , allow_group , download_mode , max_filesize ) VALUES ( 3 , ' Plain Text ' , 0 , 0 , 1 , 0 ) ;
INSERT INTO phpbb_extension_groups ( group_id , group_name , cat_id , allow_group , download_mode , max_filesize ) VALUES ( 4 , ' Documents ' , 0 , 0 , 1 , 0 ) ;
INSERT INTO phpbb_extension_groups ( group_id , group_name , cat_id , allow_group , download_mode , max_filesize ) VALUES ( 5 , ' Real Media ' , 0 , 0 , 2 , 0 ) ;
INSERT INTO phpbb_extension_groups ( group_id , group_name , cat_id , allow_group , download_mode , max_filesize ) VALUES ( 6 , ' Streams ' , 2 , 0 , 1 , 0 ) ;
INSERT INTO phpbb_extension_groups ( group_id , group_name , cat_id , allow_group , download_mode , max_filesize ) VALUES ( 7 , ' Flash Files ' , 3 , 0 , 1 , 0 ) ;
# -- extensions
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 1 , 1 , ' gif ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 2 , 1 , ' png ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 3 , 1 , ' jpeg ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 4 , 1 , ' jpg ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 5 , 1 , ' tif ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 6 , 1 , ' tga ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 7 , 2 , ' gtar ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 8 , 2 , ' gz ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 9 , 2 , ' tar ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 10 , 2 , ' zip ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 11 , 2 , ' rar ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 12 , 2 , ' ace ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 13 , 3 , ' txt ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 14 , 3 , ' c ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 15 , 3 , ' h ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 16 , 3 , ' cpp ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 17 , 3 , ' hpp ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 18 , 3 , ' diz ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 19 , 4 , ' xls ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 20 , 4 , ' doc ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 21 , 4 , ' dot ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 22 , 4 , ' pdf ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 23 , 4 , ' ai ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 24 , 4 , ' ps ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 25 , 4 , ' ppt ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 26 , 5 , ' rm ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 27 , 6 , ' wma ' , ' ' ) ;
INSERT INTO phpbb_extensions ( extension_id , group_id , extension , comment ) VALUES ( 28 , 7 , ' swf ' , ' ' ) ;