├── .gitignore ├── README.md ├── admin ├── adm_tpl │ ├── adm_style.css │ ├── codepress │ │ ├── codepress-css.css │ │ ├── codepress-html.css │ │ ├── codepress-javascript.css │ │ ├── codepress-php.css │ │ ├── codepress-text.css │ │ └── index.html │ ├── config_tpl.cfg │ ├── files │ │ ├── adm_footer.html │ │ ├── adm_header.html │ │ ├── adm_index.html │ │ ├── adm_menu.html │ │ ├── adm_menu_edit.html │ │ ├── adm_module_header.html │ │ ├── adm_simple_footer.html │ │ ├── adm_simple_header.html │ │ ├── codepress.html │ │ ├── confirmation.html │ │ ├── css_generator.html │ │ ├── error_handler.html │ │ ├── general │ │ │ ├── adm_general_config.html │ │ │ ├── adm_general_email.html │ │ │ ├── adm_general_lang.html │ │ │ ├── adm_general_portail.html │ │ │ ├── adm_general_tpl.html │ │ │ └── index.html │ │ ├── handler_config.html │ │ ├── handler_ftp.html │ │ ├── index.html │ │ ├── manage │ │ │ ├── adm_manage_auths.html │ │ │ ├── adm_manage_forums.html │ │ │ ├── adm_manage_groups.html │ │ │ ├── adm_manage_users.html │ │ │ └── index.html │ │ ├── mods │ │ │ ├── adm_mods_manager.html │ │ │ └── index.html │ │ ├── phpinfo.html │ │ ├── posts │ │ │ ├── adm_posts_censor.html │ │ │ ├── adm_posts_fsbcode.html │ │ │ ├── adm_posts_smiley.html │ │ │ └── index.html │ │ ├── query_array.html │ │ ├── tools │ │ │ ├── adm_tools_logs.html │ │ │ ├── adm_tools_optimize.html │ │ │ ├── adm_tools_sql.html │ │ │ ├── adm_tools_stats.html │ │ │ ├── adm_tools_webftp.html │ │ │ └── index.html │ │ └── users │ │ │ ├── adm_users_ban.html │ │ │ ├── adm_users_profile_fields.html │ │ │ ├── adm_users_rank.html │ │ │ └── index.html │ ├── ie7.css │ ├── img │ │ ├── add.gif │ │ ├── close.gif │ │ ├── delete.gif │ │ ├── dir.gif │ │ ├── down.gif │ │ ├── edit.gif │ │ ├── favicon.ico │ │ ├── html.gif │ │ ├── icon │ │ │ ├── archive.png │ │ │ ├── article.png │ │ │ ├── category.png │ │ │ ├── checkin.png │ │ │ ├── clown.gif │ │ │ ├── config.png │ │ │ ├── default.png │ │ │ ├── frontpage.png │ │ │ ├── index.html │ │ │ ├── info.png │ │ │ ├── language.png │ │ │ ├── man.gif │ │ │ ├── massmail.png │ │ │ ├── menu.png │ │ │ ├── messages.png │ │ │ ├── module.png │ │ │ ├── plugin.png │ │ │ ├── stats.png │ │ │ ├── themes.png │ │ │ ├── trash.png │ │ │ └── user.png │ │ ├── img.gif │ │ ├── index.html │ │ ├── left.gif │ │ ├── linenumbers.png │ │ ├── off.gif │ │ ├── on.gif │ │ ├── open.gif │ │ ├── pdf.gif │ │ ├── right.gif │ │ ├── txt.gif │ │ ├── up.gif │ │ └── zip.gif │ ├── index.html │ ├── mooRainbow.css │ └── opera.css ├── general │ ├── general_config.php │ ├── general_email.php │ ├── general_lang.php │ ├── general_portail.php │ ├── general_tpl.php │ └── index.html ├── index.php ├── index_adm.php ├── manage │ ├── index.html │ ├── manage_auths.php │ ├── manage_forums.php │ ├── manage_groups.php │ └── manage_users.php ├── menu_adm.php ├── mods │ ├── index.html │ └── mods_manager.php ├── posts │ ├── index.html │ ├── posts_censor.php │ ├── posts_fsbcode.php │ └── posts_smiley.php ├── tools │ ├── index.html │ ├── tools_logs.php │ ├── tools_optimize.php │ ├── tools_sql.php │ ├── tools_stats.php │ └── tools_webftp.php └── users │ ├── index.html │ ├── users_ban.php │ ├── users_profile_fields.php │ └── users_rank.php ├── ajax.php ├── cache ├── .htaccess ├── diff │ └── index.html ├── index.html ├── sql │ └── index.html ├── sql_backup │ ├── .htaccess │ └── index.html ├── tpl │ └── index.html └── xml │ └── index.html ├── config ├── .htaccess ├── config.php └── index.html ├── doc ├── changelog.txt ├── compress.html ├── fsb.html ├── fsbcard.txt ├── gpl.html ├── index.html ├── maps.txt ├── mods.txt ├── procedure.txt ├── style │ ├── doc.css │ ├── fsb.gif │ ├── header.gif │ └── index.html └── todo.txt ├── images ├── avatars │ ├── gallery │ │ └── index.html │ ├── index.html │ └── noavatar.gif ├── index.html ├── moorainbow │ ├── blank.gif │ ├── index.html │ ├── moor_arrows.gif │ ├── moor_boverlay.png │ ├── moor_cursor.gif │ ├── moor_slider.png │ └── moor_woverlay.png ├── ranks │ ├── 0.gif │ ├── 1.gif │ ├── 2.gif │ ├── 3.gif │ ├── 4.gif │ ├── 5.gif │ ├── 6.gif │ ├── admin.gif │ ├── index.html │ ├── modo.gif │ └── supermodo.gif └── smileys │ ├── ahh.gif │ ├── alien.gif │ ├── angry.gif │ ├── beer.gif │ ├── bigmouth.gif │ ├── clown.gif │ ├── crazy.gif │ ├── cry.gif │ ├── cupsmiley.gif │ ├── cupsmilies.gif │ ├── evil.gif │ ├── extraterre.gif │ ├── eyeonly.gif │ ├── frozen.gif │ ├── fsb2_arch.gif │ ├── fsb2_arrow.gif │ ├── fsb2_boulet.gif │ ├── fsb2_clown.gif │ ├── fsb2_dead.gif │ ├── fsb2_devil.gif │ ├── fsb2_drink.gif │ ├── fsb2_extraterre.gif │ ├── fsb2_glasses.gif │ ├── fsb2_godgrace.gif │ ├── fsb2_goutte.gif │ ├── fsb2_ice.gif │ ├── fsb2_intello.gif │ ├── fsb2_kiss.gif │ ├── fsb2_larme.gif │ ├── fsb2_lol.gif │ ├── fsb2_mad.gif │ ├── fsb2_non.gif │ ├── fsb2_oeil.gif │ ├── fsb2_ouais.gif │ ├── fsb2_oui.gif │ ├── fsb2_oups.gif │ ├── fsb2_red.gif │ ├── fsb2_shocked.gif │ ├── fsb2_smyle.gif │ ├── fsb2_tchin.gif │ ├── fsb2_zzzz.gif │ ├── glasses.gif │ ├── godgrace.gif │ ├── goutte.gif │ ├── happy.gif │ ├── icon_arrow.gif │ ├── index.html │ ├── karate.gif │ ├── kiss.gif │ ├── laugh.gif │ ├── loupe.gif │ ├── maxiangry.gif │ ├── minied.gif │ ├── moodforlove.gif │ ├── moustache.gif │ ├── neutral.gif │ ├── notgood.gif │ ├── pfffffff.gif │ ├── pirate.gif │ ├── proud.gif │ ├── rollall.gif │ ├── rollineyes.gif │ ├── romantique.gif │ ├── sad.gif │ ├── sado.gif │ ├── santaclaus.gif │ ├── sarcatisk.gif │ ├── scared.gif │ ├── sleep.gif │ ├── smoke.gif │ ├── special.gif │ ├── suspicious.gif │ ├── talking.gif │ ├── thief.gif │ ├── tongue.gif │ ├── veryangry.gif │ ├── veryhappy.gif │ └── winkle.gif ├── index.php ├── install ├── converters │ └── index.html ├── db_schemas │ ├── data.sql │ ├── index.html │ ├── mysql_schemas.sql │ ├── mysqli_schemas.sql │ ├── pgsql_schemas.sql │ └── sqlite_schemas.sql ├── index.html ├── index.php ├── install.html ├── install.php └── style │ ├── index.html │ ├── logo.gif │ ├── main.css │ └── opera.css ├── lang ├── fr │ ├── admin │ │ ├── index.html │ │ ├── lg_general_config.php │ │ ├── lg_general_email.php │ │ ├── lg_general_lang.php │ │ ├── lg_general_portail.php │ │ ├── lg_general_tpl.php │ │ ├── lg_index_adm.php │ │ ├── lg_manage_auths.php │ │ ├── lg_manage_forums.php │ │ ├── lg_manage_groups.php │ │ ├── lg_manage_users.php │ │ ├── lg_menu_adm.php │ │ ├── lg_mods_manager.php │ │ ├── lg_posts_censor.php │ │ ├── lg_posts_fsbcode.php │ │ ├── lg_posts_smiley.php │ │ ├── lg_tools_logs.php │ │ ├── lg_tools_optimize.php │ │ ├── lg_tools_sql.php │ │ ├── lg_tools_stats.php │ │ ├── lg_tools_webftp.php │ │ ├── lg_users_ban.php │ │ ├── lg_users_profile_fields.php │ │ └── lg_users_rank.php │ ├── index.html │ ├── language.txt │ ├── lg_common.php │ ├── lg_forum_abuse.php │ ├── lg_forum_calendar.php │ ├── lg_forum_contact.php │ ├── lg_forum_download.php │ ├── lg_forum_email.php │ ├── lg_forum_faq.php │ ├── lg_forum_forum.php │ ├── lg_forum_index.php │ ├── lg_forum_info.php │ ├── lg_forum_login.php │ ├── lg_forum_logout.php │ ├── lg_forum_low.php │ ├── lg_forum_modo.php │ ├── lg_forum_mp.php │ ├── lg_forum_portail.php │ ├── lg_forum_post.php │ ├── lg_forum_profile.php │ ├── lg_forum_register.php │ ├── lg_forum_rss.php │ ├── lg_forum_search.php │ ├── lg_forum_topic.php │ ├── lg_forum_userlist.php │ ├── lg_forum_userprofile.php │ ├── lg_install.php │ ├── lg_logs.php │ ├── mail │ │ ├── confirm_account.txt │ │ ├── confirm_message.txt │ │ ├── contact_admin.txt │ │ ├── index.html │ │ ├── mass.txt │ │ ├── new_password.txt │ │ ├── newsletter.txt │ │ ├── notify_mp.txt │ │ ├── notify_post.txt │ │ ├── register.txt │ │ ├── register_admin.txt │ │ ├── register_confirm.txt │ │ ├── register_reconfirm.txt │ │ ├── update_email.txt │ │ └── user_to_user.txt │ ├── mods │ │ └── index.html │ └── stopword.txt └── index.html ├── main ├── class │ ├── backup │ │ ├── backup.php │ │ ├── backup_download.php │ │ ├── backup_ftp.php │ │ ├── backup_get.php │ │ ├── backup_print.php │ │ └── index.html │ ├── cache │ │ ├── cache.php │ │ ├── cache_apc.php │ │ ├── cache_eaccelerator.php │ │ ├── cache_ftp.php │ │ ├── cache_mmcache.php │ │ ├── cache_sql.php │ │ └── index.html │ ├── captcha │ │ ├── captcha.php │ │ ├── captcha_gd.php │ │ ├── captcha_png.php │ │ ├── fonts │ │ │ ├── Alanden_.ttf │ │ │ ├── PRINC___.TTF │ │ │ ├── chars.txt │ │ │ ├── index.html │ │ │ ├── luggerbu.ttf │ │ │ ├── scrawl.ttf │ │ │ └── wavy.ttf │ │ └── index.html │ ├── class_adm_menu.php │ ├── class_ajax.php │ ├── class_call.php │ ├── class_css.php │ ├── class_debug.php │ ├── class_diff.php │ ├── class_display.php │ ├── class_forum.php │ ├── class_fsb_model.php │ ├── class_fsbcard.php │ ├── class_gd.php │ ├── class_gd_stats.php │ ├── class_group.php │ ├── class_html.php │ ├── class_http.php │ ├── class_lang_xml.php │ ├── class_log.php │ ├── class_map.php │ ├── class_moderation.php │ ├── class_mods.php │ ├── class_module.php │ ├── class_password.php │ ├── class_poll.php │ ├── class_procedure.php │ ├── class_regexp.php │ ├── class_rsa.php │ ├── class_send.php │ ├── class_session.php │ ├── class_sql_interval.php │ ├── class_string.php │ ├── class_sync.php │ ├── class_tpl.php │ ├── class_upload.php │ ├── class_user.php │ ├── class_xml.php │ ├── compress │ │ ├── compress.php │ │ ├── compress_tar.php │ │ ├── compress_zip.php │ │ └── index.html │ ├── config │ │ ├── config.php │ │ ├── config_edit.php │ │ ├── config_file.php │ │ └── index.html │ ├── dbal │ │ ├── dbal.php │ │ ├── dbal_mysql.php │ │ ├── dbal_mysqli.php │ │ ├── dbal_pgsql.php │ │ ├── dbal_sqlite.php │ │ ├── index.html │ │ └── sqlite │ │ │ ├── .htaccess │ │ │ └── index.html │ ├── file │ │ ├── file.php │ │ ├── file_ftp.php │ │ ├── file_local.php │ │ ├── file_socket.php │ │ └── index.html │ ├── highlight │ │ ├── highlight.php │ │ ├── highlight_css.php │ │ ├── highlight_html.php │ │ ├── highlight_php.php │ │ ├── highlight_sql.php │ │ ├── index.html │ │ └── keywords │ │ │ ├── highlight_html.txt │ │ │ ├── highlight_php.txt │ │ │ ├── highlight_sql.txt │ │ │ ├── index.html │ │ │ └── lib_php_prototype.txt │ ├── index.html │ ├── notify │ │ ├── index.html │ │ ├── notify.php │ │ ├── notify_jabber.php │ │ ├── notify_mail.php │ │ ├── notify_msn.php │ │ └── notify_smtp.php │ ├── parser │ │ ├── index.html │ │ ├── parser.php │ │ ├── parser_fsbcode.php │ │ ├── parser_prefilter.php │ │ └── parser_wysiwyg.php │ ├── profil │ │ ├── index.html │ │ ├── profil_fields.php │ │ ├── profil_fields_admin.php │ │ └── profil_fields_forum.php │ ├── rss │ │ ├── index.html │ │ ├── rss.php │ │ ├── rss_atom.php │ │ └── rss_rss2.php │ ├── search │ │ ├── index.html │ │ ├── search.php │ │ ├── search_fulltext_fsb.php │ │ ├── search_fulltext_mysql.php │ │ └── search_like.php │ └── tree │ │ ├── index.html │ │ ├── tree.php │ │ └── tree_forum.php ├── csts.php ├── fcts_common.php ├── forum │ ├── forum_abuse.php │ ├── forum_calendar.php │ ├── forum_contact.php │ ├── forum_download.php │ ├── forum_email.php │ ├── forum_faq.php │ ├── forum_forum.php │ ├── forum_index.php │ ├── forum_info.php │ ├── forum_login.php │ ├── forum_logout.php │ ├── forum_low.php │ ├── forum_modo.php │ ├── forum_mp.php │ ├── forum_portail.php │ ├── forum_post.php │ ├── forum_profile.php │ ├── forum_register.php │ ├── forum_rss.php │ ├── forum_search.php │ ├── forum_topic.php │ ├── forum_userlist.php │ ├── forum_userprofile.php │ └── index.html ├── gd_stats.php ├── globals.php ├── index.html ├── javascript │ ├── admin.js │ ├── biginteger.js │ ├── codepress.js │ ├── common.js │ ├── highlight.js │ ├── index.html │ ├── moorainbow.js │ ├── mootools.js │ ├── mootools.more.js │ ├── popup.js │ ├── register.js │ ├── rsa.js │ ├── topic.js │ └── wysiwyg.js ├── maps │ ├── classic.xml │ └── index.html ├── modo │ ├── index.html │ ├── modo_abuse.php │ ├── modo_approve.php │ ├── modo_calendar.php │ ├── modo_delete.php │ ├── modo_delete_topic.php │ ├── modo_index.php │ ├── modo_ip.php │ ├── modo_lock.php │ ├── modo_merge.php │ ├── modo_move.php │ ├── modo_procedure.php │ ├── modo_procedure_exec.php │ ├── modo_split.php │ ├── modo_upload.php │ ├── modo_user.php │ └── modo_warn.php ├── online.php ├── portail │ ├── index.html │ ├── portail.php │ ├── portail_home.php │ ├── portail_last_posts.php │ ├── portail_news.php │ ├── portail_newsletter.php │ ├── portail_search.php │ └── portail_whoisonline.php ├── process │ ├── index.html │ ├── process.php │ ├── process_check_fsb_version.php │ ├── process_prune_bad_data.php │ ├── process_prune_cache.php │ ├── process_prune_config.php │ ├── process_prune_database.php │ ├── process_prune_forums.php │ ├── process_prune_moved_topics.php │ ├── process_prune_pm.php │ ├── process_prune_rsa_keys.php │ ├── process_prune_sessions.php │ ├── process_prune_topics_reads.php │ └── process_sync_forums.php ├── start.php ├── user │ ├── index.html │ ├── user_activate.php │ ├── user_avatar.php │ ├── user_contact.php │ ├── user_fsbcard.php │ ├── user_groups.php │ ├── user_notepad.php │ ├── user_password.php │ ├── user_personal.php │ ├── user_sig.php │ ├── user_upload.php │ └── user_viewprofile.php └── visual_confirmation.php ├── mods ├── index.html └── save │ └── index.html ├── programms ├── README ├── check_environment.php ├── convert_to_unix.php ├── create_update.php ├── diff.php ├── export_database.php ├── forum.htaccess ├── functions.php ├── index.html ├── prepare_release.php ├── robots.txt ├── search_in_file.php ├── stats.php ├── style │ ├── design-mod.css │ ├── design-mod.xsl │ └── index.html ├── tree.php └── xml_explain.php ├── sdk.php ├── tpl ├── WhiteSummer │ ├── calendar.css │ ├── config_tpl.cfg │ ├── files │ │ ├── confirmation.html │ │ ├── display_forums.html │ │ ├── display_password.html │ │ ├── error_handler.html │ │ ├── footer.html │ │ ├── forum │ │ │ ├── forum_abuse.html │ │ │ ├── forum_calendar.html │ │ │ ├── forum_calendar_event.html │ │ │ ├── forum_email.html │ │ │ ├── forum_faq.html │ │ │ ├── forum_forum.html │ │ │ ├── forum_index.html │ │ │ ├── forum_info.html │ │ │ ├── forum_login.html │ │ │ ├── forum_login_forgot.html │ │ │ ├── forum_low.html │ │ │ ├── forum_mp.html │ │ │ ├── forum_mp_message.html │ │ │ ├── forum_portail.html │ │ │ ├── forum_post.html │ │ │ ├── forum_register.html │ │ │ ├── forum_search.html │ │ │ ├── forum_search_forum.html │ │ │ ├── forum_search_post.html │ │ │ ├── forum_search_topic.html │ │ │ ├── forum_topic.html │ │ │ ├── forum_topic_print.html │ │ │ ├── forum_userlist.html │ │ │ ├── forum_userlist_advanced.html │ │ │ ├── forum_userlist_simple.html │ │ │ ├── forum_userprofile.html │ │ │ ├── forum_userprofile_logs.html │ │ │ ├── forum_who_posted.html │ │ │ └── index.html │ │ ├── functions.html │ │ ├── handler_color.html │ │ ├── handler_fsbcode.html │ │ ├── handler_map.html │ │ ├── handler_process.html │ │ ├── handler_smilies.html │ │ ├── handler_upload.html │ │ ├── header.html │ │ ├── iframe_wysiwyg.html │ │ ├── index.html │ │ ├── menu_footer.html │ │ ├── menu_header.html │ │ ├── modo │ │ │ ├── index.html │ │ │ ├── modo_abuse.html │ │ │ ├── modo_approve.html │ │ │ ├── modo_calendar.html │ │ │ ├── modo_index.html │ │ │ ├── modo_ip.html │ │ │ ├── modo_merge.html │ │ │ ├── modo_move.html │ │ │ ├── modo_procedure.html │ │ │ ├── modo_procedure_edit.html │ │ │ ├── modo_split.html │ │ │ ├── modo_upload.html │ │ │ ├── modo_user.html │ │ │ └── modo_warn.html │ │ ├── navigation.html │ │ ├── online.html │ │ ├── poll.html │ │ ├── portail │ │ │ ├── index.html │ │ │ ├── portail_home.html │ │ │ ├── portail_last_posts.html │ │ │ ├── portail_news.html │ │ │ ├── portail_newsletter.html │ │ │ ├── portail_search.html │ │ │ └── portail_whoisonline.html │ │ ├── profil_fields.html │ │ ├── quick_reply.html │ │ ├── simple_footer.html │ │ ├── simple_header.html │ │ └── user │ │ │ ├── index.html │ │ │ ├── user_activate.html │ │ │ ├── user_avatar.html │ │ │ ├── user_contact.html │ │ │ ├── user_fsbcard.html │ │ │ ├── user_groups.html │ │ │ ├── user_notepad.html │ │ │ ├── user_password.html │ │ │ ├── user_personal.html │ │ │ ├── user_sig.html │ │ │ └── user_upload.html │ ├── forms.css │ ├── fsbcode.css │ ├── ie6.css │ ├── ie7.css │ ├── img │ │ ├── abuse.gif │ │ ├── ajax-loader.gif │ │ ├── attachment.gif │ │ ├── block_wio.png │ │ ├── code.gif │ │ ├── delete.gif │ │ ├── down.gif │ │ ├── edit.gif │ │ ├── favicon.ico │ │ ├── forum.gif │ │ ├── forum_locked.gif │ │ ├── forum_new.gif │ │ ├── forum_new_locked.gif │ │ ├── forum_url.gif │ │ ├── fr │ │ │ ├── index.html │ │ │ ├── locked.gif │ │ │ ├── moderate.gif │ │ │ ├── new.gif │ │ │ ├── new_off.gif │ │ │ ├── notification_off.gif │ │ │ ├── notification_on.gif │ │ │ ├── pm_new.gif │ │ │ ├── pm_quote.gif │ │ │ ├── pm_reply.gif │ │ │ ├── quick_reply.gif │ │ │ ├── reply.gif │ │ │ └── reply_off.gif │ │ ├── fsbcode │ │ │ ├── bgcolor.gif │ │ │ ├── bold.gif │ │ │ ├── code.gif │ │ │ ├── color.gif │ │ │ ├── img.gif │ │ │ ├── index.html │ │ │ ├── italic.gif │ │ │ ├── list.gif │ │ │ ├── list_num.gif │ │ │ ├── mail.gif │ │ │ ├── quote.gif │ │ │ ├── redo.gif │ │ │ ├── smiley.gif │ │ │ ├── strike.gif │ │ │ ├── underline.gif │ │ │ ├── undo.gif │ │ │ ├── upload.gif │ │ │ └── url.gif │ │ ├── fsbcode_bg_default.gif │ │ ├── fsbcode_bg_hover.gif │ │ ├── fsbcode_bg_pressed.gif │ │ ├── fsbcode_custom.gif │ │ ├── fsbcode_custom_hover.gif │ │ ├── fsbcode_custom_hover_right.gif │ │ ├── fsbcode_custom_right.gif │ │ ├── home.gif │ │ ├── index.html │ │ ├── last_message.gif │ │ ├── last_new_message.gif │ │ ├── layout │ │ │ ├── attach_background.gif │ │ │ ├── code_background.gif │ │ │ ├── index.html │ │ │ ├── nav_background.png │ │ │ ├── nav_left.png │ │ │ ├── nav_right.png │ │ │ ├── quote_background.gif │ │ │ ├── top_background.png │ │ │ ├── top_left.png │ │ │ └── top_right.png │ │ ├── left.gif │ │ ├── linenumbers.png │ │ ├── logo.png │ │ ├── mail.gif │ │ ├── man.gif │ │ ├── modo_delete.gif │ │ ├── modo_lock.gif │ │ ├── modo_merge.gif │ │ ├── modo_move.gif │ │ ├── modo_split.gif │ │ ├── modo_unlock.gif │ │ ├── off.gif │ │ ├── offline.gif │ │ ├── on.gif │ │ ├── online.gif │ │ ├── poll_result.gif │ │ ├── poll_result_left.gif │ │ ├── poll_result_right.gif │ │ ├── print.gif │ │ ├── quote.gif │ │ ├── quote_off.gif │ │ ├── quote_on.gif │ │ ├── right.gif │ │ ├── rssfeed.gif │ │ ├── screenshot.png │ │ ├── search.gif │ │ ├── stats.gif │ │ ├── subforum_read.gif │ │ ├── subforum_unread.gif │ │ ├── textarea_less.gif │ │ ├── textarea_more.gif │ │ ├── toggle_off.gif │ │ ├── toggle_on.gif │ │ ├── topic.gif │ │ ├── topic_announce.gif │ │ ├── topic_locked.gif │ │ ├── topic_new.gif │ │ ├── topic_new_announce.gif │ │ ├── topic_new_locked.gif │ │ ├── up.gif │ │ ├── warn_add.gif │ │ ├── warn_drop.gif │ │ ├── warn_off.gif │ │ ├── warn_on.gif │ │ ├── woman.gif │ │ ├── wysiwyg_off.gif │ │ ├── wysiwyg_on.gif │ │ └── wysiwyg_tab.png │ ├── index.html │ ├── low.css │ ├── main.css │ ├── mooRainbow.css │ ├── opera.css │ └── print.css └── index.html └── upload ├── .htaccess └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | config/config.php 2 | cache/*/*.php 3 | .buildpath 4 | .project 5 | .settings/ 6 | nbproject 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Fire Soft Board 2 2 | ================= 3 | 4 | Fire Soft Board is an open source forum software written in PHP. -------------------------------------------------------------------------------- /admin/adm_tpl/codepress/codepress-css.css: -------------------------------------------------------------------------------- 1 | /* global */ 2 | html {border:none;} /*remove ie frameborder */ 3 | body {margin-top:13px;_margin-top:15px;background:white;font-family:monospace;font-size:13px;margin-left:32px;white-space:pre;background-image:url("../images/linenumbers.png");background-repeat:repeat-y;background-position:0 3px;line-height:16px;color:black;} 4 | html>body{background-position:0 2px;} 5 | P {margin:0;padding:0;border:0;outline:0;display:block;white-space:pre;} 6 | 7 | /* language specific (css) */ 8 | /* fonts with bold and italic must have size 12px */ 9 | b,i,s,em,u,var {display:inline;font-weight:normal;text-decoration:none;} 10 | b, b em, b u {color:#000080;font-size:13px;} /* tags, ids, classes */ 11 | i, i b, i s, i em, i u {color:gray;font-size:12px;letter-spacing:1px;} /* comments */ 12 | s, s b {color:darkgreen;font-size:13px;} /* strings */ 13 | em {color:#0000ff;font-style:normal;font-size:13px;} /* keys */ 14 | u {color:red;text-decoration:none;font-size:13px;} /* values */ 15 | 16 | -------------------------------------------------------------------------------- /admin/adm_tpl/codepress/codepress-html.css: -------------------------------------------------------------------------------- 1 | /* global */ 2 | html {border:none;} /*remove ie frameborder */ 3 | body {margin-top:13px;_margin-top:15px;background:white;font-family:monospace;font-size:13px;margin-left:32px;white-space:pre;background-image:url("../images/linenumbers.png");background-repeat:repeat-y;background-position:0 3px;line-height:16px;} 4 | html>body{background-position:0 2px;} 5 | P {margin:0;padding:0;border:0;outline:0;display:block;white-space:pre;} 6 | 7 | /* language specific (html) */ 8 | /* fonts with bold and italic must have size 12px */ 9 | b,i,s,em,u {display:inline;font-weight:normal;text-decoration:none;} 10 | b {color:#000080;} /* tags */ 11 | i, i b, i s, i em, i u {color:gray;font-size:12px;letter-spacing:1px} /* comments */ 12 | s, s b {color:#0000ff;} /* attributes */ 13 | em {color:#800080;font-style:normal;} /* style */ 14 | u {color:#800000;text-decoration:none;} /* script */ 15 | 16 | -------------------------------------------------------------------------------- /admin/adm_tpl/codepress/codepress-javascript.css: -------------------------------------------------------------------------------- 1 | /* global */ 2 | html {border:none;} /*remove ie frameborder */ 3 | body {margin-top:13px;_margin-top:15px;background:white;font-family:monospace;font-size:13px;margin-left:32px;white-space:pre;background-image:url("../images/linenumbers.png");background-repeat:repeat-y;background-position:0 3px;} 4 | html>body{background-position:0 2px;} 5 | P {margin:0;padding:0;border:0;outline:0;display:block;white-space:pre;} 6 | 7 | /* language specific (javascript) */ 8 | /* fonts with bold and italic must have size 12px */ 9 | b,i,s,u {display:inline;font-size:12px;font-weight:bold;text-decoration:none;letter-spacing:1px} 10 | b {color:#7F0055;} /* reserved words */ 11 | i, i b, i s, i u {color:green;font-weight:normal;} /* comments */ 12 | s, s b {color:#2A00FF;font-weight:normal;} /* strings */ 13 | u {color:darkblue;} 14 | em {font-weight:bold;font-style:normal;} 15 | -------------------------------------------------------------------------------- /admin/adm_tpl/codepress/codepress-php.css: -------------------------------------------------------------------------------- 1 | /* global */ 2 | html {border:none;} /*remove ie frameborder */ 3 | body {margin-top:13px;_margin-top:15px;background:white;font-family:monospace;font-size:13px;margin-left:32px;white-space:pre;background-image:url("../img/linenumbers.png");background-repeat:repeat-y;background-position:0 3px;line-height:16px;} 4 | html>body{background-position:0 2px;} 5 | P {margin:0;padding:0;border:0;outline:0;display:block;white-space:pre;} 6 | 7 | /* language specific (php) */ 8 | /* fonts with bold and italic must have size 12px */ 9 | b,i,s,em,u,ins,strong,var,cite,big,z {display:inline;font-weight:normal;text-decoration:none;font-style:normal;} 10 | b {color:#000080;} /* tags */ 11 | big, big b, big em, big u, big s, strong i, strong i b, strong i s, strong i ins, strong i var, strong i var ins, strong i s ins {color:gray;font-weight:normal;font-style:italic;font-size:12px;letter-spacing:1px;} /* comments */ 12 | s, s b, strong s ins, strong s cite {color:#5656fa;font-weight:normal;font-size:13px;} /* attributes and strings */ 13 | strong var, strong var ins {color:#006700;font-weight:bold;font-size:12px;letter-spacing:1px;} /* variables */ 14 | em {color:#800080;font-style:normal;} /* style */ 15 | u {color:#800000;text-decoration:none;} /* script */ 16 | strong ins {color:#7F0055;font-weight:bold;font-size:12px;letter-spacing:1px;} /* reserved words */ 17 | strong, strong i {background-color:#f4f4f4;} /* everything inside php tags */ 18 | cite, s cite {color:red;font-weight:bold;font-size:12px;letter-spacing:1px;} /* */ 19 | z {color: red} -------------------------------------------------------------------------------- /admin/adm_tpl/codepress/codepress-text.css: -------------------------------------------------------------------------------- 1 | html {border:none;} /*remove ie frameborder */ 2 | body {margin-top:13px;_margin-top:15px;background:white;font-family:monospace;font-size:13px;margin-left:32px;white-space:pre;background-image:url("../images/linenumbers.png");background-repeat:repeat-y;background-position:0 3px;line-height:16px;} 3 | html>body{background-position:0 2px;} -------------------------------------------------------------------------------- /admin/adm_tpl/codepress/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |