├── .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 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/adm_tpl/config_tpl.cfg: -------------------------------------------------------------------------------- 1 | [copyright] 2 | author = FSB 3 | web = http://www.fire-soft-board.com 4 | license = GPL 2 5 | 6 | [errstr] 7 | open = 10 | 11 | [pagination] 12 | url_global = %s 13 | url = %s 14 | url_cur = %s 15 | url_separator = 16 | 17 | [other] 18 | nickname = %s 19 | nickname_link = %s -------------------------------------------------------------------------------- /admin/adm_tpl/files/adm_footer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/adm_menu.html: -------------------------------------------------------------------------------- 1 | 2 | {cat_menu.CAT} 3 | 8 |
9 |
-------------------------------------------------------------------------------- /admin/adm_tpl/files/adm_menu_edit.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |
6 | 7 | {cat.NAME}   8 | {LG_ADM_MENU_UP} 9 | {LG_ADM_MENU_DOWN} 10 | 11 | 12 |
13 |
» {cat.link.NAME}
14 |
15 | {cat.link.LIST_AUTH}   16 | {LG_ADM_MENU_UP} 17 | {LG_ADM_MENU_DOWN} 18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 | 26 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/adm_module_header.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 8 |
9 |
-------------------------------------------------------------------------------- /admin/adm_tpl/files/adm_simple_footer.html: -------------------------------------------------------------------------------- 1 |
2 | 5 |
6 | 7 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/adm_simple_header.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {LG_ADMIN_TITLE} 6 | 7 | 8 | 9 | <{meta.NAME} {meta.attr.KEY}="{meta.attr.VALUE}" /> 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 28 | 29 | 30 | 31 |
-------------------------------------------------------------------------------- /admin/adm_tpl/files/codepress.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Codepress 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 21 | 22 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/confirmation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 | {LG_INFORMATION} 6 |
7 | {STR_CONFIRM}

8 | 9 |     10 | 11 |
12 |
13 |
14 |
15 | 16 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/error_handler.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | {LG_INFORMATION} 7 |
{CONTENT}
8 |
9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/general/adm_general_config.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/general/adm_general_email.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
10 | {LG_GENERAL_EMAIL_EXPLAIN_TITLE} 11 |
12 |
13 |
14 |
15 |
16 |

{LG_ADM_EMAIL_GROUPS_EXPLAIN}
17 |
{LIST_GROUPS}
18 |
19 |
20 |

{LG_ADM_EMAIL_USERS_EXPLAIN}
21 |
22 |
23 |
24 |

{LG_ADM_EMAIL_CONTENT_EXPLAIN}
25 |
26 |
27 |
28 |
29 |
30 |
31 | 32 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/general/adm_general_portail.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 |
8 |
9 | 10 | 11 | 12 | 13 | 29 | 30 | 31 |
14 | 15 |
16 | {pos.portail.NAME}
17 |
18 |     19 | 20 |    
21 | 22 | 23 |

{LG_ADM_PM_CONFIGURATION} 24 |
25 |
26 |
27 |
28 |
32 |
33 |
34 | 35 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/general/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/manage/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/mods/adm_mods_manager.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/files/mods/adm_mods_manager.html -------------------------------------------------------------------------------- /admin/adm_tpl/files/mods/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/phpinfo.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | {PHPINFO} 4 | 5 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/posts/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/query_array.html: -------------------------------------------------------------------------------- 1 |
2 | {LG_ADM_SQL_RESULT} 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
{line.field.STR}{line.field.STR}
{LG_NO_RESULT}
17 |
18 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/tools/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/adm_tpl/files/users/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/adm_tpl/ie7.css: -------------------------------------------------------------------------------- 1 | /* 2 | ** +---------------------------------------------------+ 3 | ** | Name : ~/admin/adm_tpl/ie7.css 4 | ** | Project : Fire-Soft-Board 2 - Copyright FSB group 5 | ** | License : GPL v2.0 6 | ** | 7 | ** | Vous pouvez modifier, réutiliser et redistribuer 8 | ** | ce fichier à condition de laisser cet entète. 9 | ** +---------------------------------------------------+ 10 | */ 11 | 12 | fieldset 13 | { 14 | padding: 0px 10px 5px 10px; 15 | margin-top: 20px; 16 | } 17 | 18 | legend 19 | { 20 | margin-bottom: -10px; 21 | margin-left: -7px; 22 | top: -1.2em; 23 | } 24 | 25 | a.submit, a.reset 26 | { 27 | padding: 4px; 28 | position: relative; 29 | top: -5px; 30 | } -------------------------------------------------------------------------------- /admin/adm_tpl/img/add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/add.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/close.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/delete.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/dir.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/dir.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/down.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/edit.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/favicon.ico -------------------------------------------------------------------------------- /admin/adm_tpl/img/html.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/html.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/archive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/archive.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/article.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/article.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/category.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/checkin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/checkin.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/clown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/clown.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/config.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/default.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/frontpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/frontpage.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/info.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/language.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/language.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/man.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/man.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/massmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/massmail.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/menu.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/messages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/messages.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/module.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/plugin.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/stats.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/themes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/themes.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/trash.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/icon/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/icon/user.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/img.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/adm_tpl/img/left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/left.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/linenumbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/linenumbers.png -------------------------------------------------------------------------------- /admin/adm_tpl/img/off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/off.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/on.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/open.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/pdf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/pdf.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/right.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/txt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/txt.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/up.gif -------------------------------------------------------------------------------- /admin/adm_tpl/img/zip.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/admin/adm_tpl/img/zip.gif -------------------------------------------------------------------------------- /admin/adm_tpl/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/adm_tpl/opera.css: -------------------------------------------------------------------------------- 1 | /* 2 | ** +---------------------------------------------------+ 3 | ** | Name : ~/admin/adm_tpl/opera.css 4 | ** | Project : Fire-Soft-Board 2 - Copyright FSB group 5 | ** | License : GPL v2.0 6 | ** | 7 | ** | Vous pouvez modifier, réutiliser et redistribuer 8 | ** | ce fichier à condition de laisser cet entète. 9 | ** +---------------------------------------------------+ 10 | */ 11 | 12 | /* Affichage des legendes */ 13 | legend 14 | { 15 | position: static; 16 | } -------------------------------------------------------------------------------- /admin/general/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/manage/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/mods/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/posts/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/tools/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /admin/users/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /cache/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /cache/diff/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /cache/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /cache/sql/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /cache/sql_backup/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /cache/sql_backup/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /cache/tpl/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /cache/xml/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /config/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /config/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/config/config.php -------------------------------------------------------------------------------- /config/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /doc/compress.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/doc/compress.html -------------------------------------------------------------------------------- /doc/fsb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/doc/fsb.html -------------------------------------------------------------------------------- /doc/gpl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/doc/gpl.html -------------------------------------------------------------------------------- /doc/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /doc/style/doc.css: -------------------------------------------------------------------------------- 1 | body 2 | { 3 | background-color: #D2E7FA; 4 | font-size: 12px; 5 | font-family: Verdana; 6 | } 7 | 8 | .a 9 | { 10 | color: #CA2222; 11 | font-weight: bold; 12 | } 13 | 14 | .b 15 | { 16 | color: #555500; 17 | font-weight: bold; 18 | } 19 | 20 | .c 21 | { 22 | color: #555500; 23 | font-weight: bold; 24 | font-size: 16px; 25 | padding: 3px; 26 | } 27 | 28 | pre, xmp 29 | { 30 | border: dashed 1px #000000; 31 | background-color: #EBF6E9; 32 | padding: 3px; 33 | font-family: 'Courier New', monospace; 34 | } 35 | 36 | a 37 | { 38 | font-family:Verdana, Arial, Helvetica, sans-serif; 39 | text-decoration: none; 40 | font-weight: bold; 41 | color: #006699; 42 | } 43 | 44 | a:hover 45 | { 46 | font-family: Verdana, Arial, Helvetica; 47 | text-decoration:underline; 48 | font-weight: bold; 49 | color: #000000; 50 | } 51 | 52 | #border 53 | { 54 | background-color: #BBDDFD; 55 | border: 1px solid #586E97; 56 | margin: 0px 0px 0px 0px; 57 | padding: 2px 2px 2px 2px; 58 | 59 | overflow: visible; 60 | } 61 | 62 | #logo 63 | { 64 | background-image: url(fsb.gif); 65 | background-repeat: no-repeat; 66 | 67 | height: 100px; 68 | width: 300px; 69 | border:0px; 70 | } 71 | 72 | .bg_head 73 | { 74 | background-image: url(header.gif); 75 | background-repeat: repeat-x; 76 | height: 100px; 77 | } 78 | 79 | .table_deco 80 | { 81 | width: 100%; 82 | background-color: #BBDDFD; 83 | } 84 | 85 | #content 86 | { 87 | padding: 10px; 88 | } -------------------------------------------------------------------------------- /doc/style/fsb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/doc/style/fsb.gif -------------------------------------------------------------------------------- /doc/style/header.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/doc/style/header.gif -------------------------------------------------------------------------------- /doc/style/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /doc/todo.txt: -------------------------------------------------------------------------------- 1 | - zipArchive 2 | - test ticket -------------------------------------------------------------------------------- /images/avatars/gallery/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /images/avatars/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /images/avatars/noavatar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/avatars/noavatar.gif -------------------------------------------------------------------------------- /images/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /images/moorainbow/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/moorainbow/blank.gif -------------------------------------------------------------------------------- /images/moorainbow/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /images/moorainbow/moor_arrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/moorainbow/moor_arrows.gif -------------------------------------------------------------------------------- /images/moorainbow/moor_boverlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/moorainbow/moor_boverlay.png -------------------------------------------------------------------------------- /images/moorainbow/moor_cursor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/moorainbow/moor_cursor.gif -------------------------------------------------------------------------------- /images/moorainbow/moor_slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/moorainbow/moor_slider.png -------------------------------------------------------------------------------- /images/moorainbow/moor_woverlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/moorainbow/moor_woverlay.png -------------------------------------------------------------------------------- /images/ranks/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/ranks/0.gif -------------------------------------------------------------------------------- /images/ranks/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/ranks/1.gif -------------------------------------------------------------------------------- /images/ranks/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/ranks/2.gif -------------------------------------------------------------------------------- /images/ranks/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/ranks/3.gif -------------------------------------------------------------------------------- /images/ranks/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/ranks/4.gif -------------------------------------------------------------------------------- /images/ranks/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/ranks/5.gif -------------------------------------------------------------------------------- /images/ranks/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/ranks/6.gif -------------------------------------------------------------------------------- /images/ranks/admin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/ranks/admin.gif -------------------------------------------------------------------------------- /images/ranks/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /images/ranks/modo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/ranks/modo.gif -------------------------------------------------------------------------------- /images/ranks/supermodo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/ranks/supermodo.gif -------------------------------------------------------------------------------- /images/smileys/ahh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/ahh.gif -------------------------------------------------------------------------------- /images/smileys/alien.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/alien.gif -------------------------------------------------------------------------------- /images/smileys/angry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/angry.gif -------------------------------------------------------------------------------- /images/smileys/beer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/beer.gif -------------------------------------------------------------------------------- /images/smileys/bigmouth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/bigmouth.gif -------------------------------------------------------------------------------- /images/smileys/clown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/clown.gif -------------------------------------------------------------------------------- /images/smileys/crazy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/crazy.gif -------------------------------------------------------------------------------- /images/smileys/cry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/cry.gif -------------------------------------------------------------------------------- /images/smileys/cupsmiley.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/cupsmiley.gif -------------------------------------------------------------------------------- /images/smileys/cupsmilies.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/cupsmilies.gif -------------------------------------------------------------------------------- /images/smileys/evil.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/evil.gif -------------------------------------------------------------------------------- /images/smileys/extraterre.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/extraterre.gif -------------------------------------------------------------------------------- /images/smileys/eyeonly.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/eyeonly.gif -------------------------------------------------------------------------------- /images/smileys/frozen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/frozen.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_arch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_arch.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_arrow.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_boulet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_boulet.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_clown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_clown.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_dead.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_dead.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_devil.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_devil.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_drink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_drink.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_extraterre.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_extraterre.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_glasses.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_glasses.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_godgrace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_godgrace.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_goutte.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_goutte.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_ice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_ice.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_intello.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_intello.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_kiss.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_larme.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_larme.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_lol.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_lol.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_mad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_mad.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_non.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_non.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_oeil.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_oeil.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_ouais.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_ouais.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_oui.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_oui.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_oups.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_oups.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_red.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_red.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_shocked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_shocked.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_smyle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_smyle.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_tchin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_tchin.gif -------------------------------------------------------------------------------- /images/smileys/fsb2_zzzz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/fsb2_zzzz.gif -------------------------------------------------------------------------------- /images/smileys/glasses.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/glasses.gif -------------------------------------------------------------------------------- /images/smileys/godgrace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/godgrace.gif -------------------------------------------------------------------------------- /images/smileys/goutte.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/goutte.gif -------------------------------------------------------------------------------- /images/smileys/happy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/happy.gif -------------------------------------------------------------------------------- /images/smileys/icon_arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/icon_arrow.gif -------------------------------------------------------------------------------- /images/smileys/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /images/smileys/karate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/karate.gif -------------------------------------------------------------------------------- /images/smileys/kiss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/kiss.gif -------------------------------------------------------------------------------- /images/smileys/laugh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/laugh.gif -------------------------------------------------------------------------------- /images/smileys/loupe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/loupe.gif -------------------------------------------------------------------------------- /images/smileys/maxiangry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/maxiangry.gif -------------------------------------------------------------------------------- /images/smileys/minied.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/minied.gif -------------------------------------------------------------------------------- /images/smileys/moodforlove.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/moodforlove.gif -------------------------------------------------------------------------------- /images/smileys/moustache.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/moustache.gif -------------------------------------------------------------------------------- /images/smileys/neutral.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/neutral.gif -------------------------------------------------------------------------------- /images/smileys/notgood.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/notgood.gif -------------------------------------------------------------------------------- /images/smileys/pfffffff.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/pfffffff.gif -------------------------------------------------------------------------------- /images/smileys/pirate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/pirate.gif -------------------------------------------------------------------------------- /images/smileys/proud.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/proud.gif -------------------------------------------------------------------------------- /images/smileys/rollall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/rollall.gif -------------------------------------------------------------------------------- /images/smileys/rollineyes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/rollineyes.gif -------------------------------------------------------------------------------- /images/smileys/romantique.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/romantique.gif -------------------------------------------------------------------------------- /images/smileys/sad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/sad.gif -------------------------------------------------------------------------------- /images/smileys/sado.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/sado.gif -------------------------------------------------------------------------------- /images/smileys/santaclaus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/santaclaus.gif -------------------------------------------------------------------------------- /images/smileys/sarcatisk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/sarcatisk.gif -------------------------------------------------------------------------------- /images/smileys/scared.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/scared.gif -------------------------------------------------------------------------------- /images/smileys/sleep.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/sleep.gif -------------------------------------------------------------------------------- /images/smileys/smoke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/smoke.gif -------------------------------------------------------------------------------- /images/smileys/special.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/special.gif -------------------------------------------------------------------------------- /images/smileys/suspicious.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/suspicious.gif -------------------------------------------------------------------------------- /images/smileys/talking.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/talking.gif -------------------------------------------------------------------------------- /images/smileys/thief.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/thief.gif -------------------------------------------------------------------------------- /images/smileys/tongue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/tongue.gif -------------------------------------------------------------------------------- /images/smileys/veryangry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/veryangry.gif -------------------------------------------------------------------------------- /images/smileys/veryhappy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/veryhappy.gif -------------------------------------------------------------------------------- /images/smileys/winkle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/images/smileys/winkle.gif -------------------------------------------------------------------------------- /install/converters/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /install/db_schemas/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /install/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /install/index.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | error_reporting(E_ALL); 12 | 13 | define('PHPEXT', substr(strrchr($_SERVER['PHP_SELF'],'.'), 1)); 14 | define('ROOT', '../'); 15 | define('DEBUG', true); 16 | 17 | if (version_compare(phpversion(), '5.0.0', '<')) 18 | { 19 | die(utf8_decode('Your PHP\'s version isn\'t compatible with FSB2, only PHP5 and more are supported.
Votre version de PHP est incompatible avec FSB2, seuls PHP5 et plus sont supportes.')); 20 | } 21 | 22 | if (!file_exists(ROOT . 'install/install.' . PHPEXT)) 23 | { 24 | die(utf8_decode('~/install/install.php file is missing.
Le fichier ~/install/install.php est introuvable.')); 25 | } 26 | 27 | include(ROOT . 'install/install.' . PHPEXT); 28 | 29 | /* EOF */ -------------------------------------------------------------------------------- /install/style/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /install/style/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/install/style/logo.gif -------------------------------------------------------------------------------- /install/style/opera.css: -------------------------------------------------------------------------------- 1 | legend 2 | { 3 | position: static; 4 | } -------------------------------------------------------------------------------- /lang/fr/admin/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /lang/fr/admin/lg_general_email.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'general_email_explain_title' => 'Email de masse', 13 | 'general_email_explain_desc' => 'Vous pouvez envoyer depuis ce panneau un email à un ou plusieurs groupes de votre forum. Vous pouvez aussi spécifier les pseudonymes des membres séparés par des retours à la ligne.', 14 | 'adm_email_subject' => 'Sujet', 15 | 'adm_email_groups' => 'Groupes', 16 | 'adm_email_groups_explain' => 'Vous pouvez sélectionner un ou plusieurs groupes, qui recevront l\'email de masse', 17 | 'adm_email_users' => 'Pseudonymes', 18 | 'adm_email_users_explain' => 'Vous pouvez entrer manuellement des pseudonymes d\'utilisateurs qui recevront l\'email. Chaque pseudonyme doit être séparé par un retour à la ligne', 19 | 'adm_email_content' => 'Contenu du message', 20 | 'adm_email_login_not_exists' => 'L\'utilisateur %s n\'existe pas', 21 | 'adm_email_send_well' => 'L\'email a bien été envoyé', 22 | 'adm_email_send_bad' => 'L\'envoi de l\'email a échoué', 23 | 'adm_email_need_content' => 'Vous devez entrer un message pour l\'email', 24 | 'adm_email_content_explain' => 'Vous pouvez utiliser du HTML dans votre email de masse.', 25 | 'adm_email_no_dest' => 'Veuillez sélectionner des destinataires pour votre Email de masse', 26 | )); 27 | 28 | 29 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/admin/lg_general_portail.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'general_portail_explain_title' => 'Gestion du portail', 13 | 'general_portail_explain_desc' => 'Sur cette page vous pouvez déplacer, cacher / afficher ou paramétrer les différents modules de votre portail.', 14 | 'adm_pm_configuration' => 'Configuration', 15 | 'adm_pm_config_nb_messages' => 'Nombre de messages', 16 | 'adm_pm_config_nb_news' => 'Nombre de news', 17 | 'adm_pm_config_id_forum_news' => 'ID du forum de news', 18 | 'adm_portail_config_well_submit' => 'La configuration du portail a été mise à jour avec succès.', 19 | )); 20 | 21 | 22 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/admin/lg_menu_adm.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'menu_adm_explain_title' => 'Gestion du menu', 13 | 'menu_adm_explain_desc' => 'Ce panneau vous permet de gérer le menu et les pages de l\'administration en ordonnant le menu comme vous le souhaitez, et en mettant des permissions sur les pages. Si vous mettez par exemple "administrateur" comme permission sur une page, cette page ne sera accessible qu\'aux administrateurs et fondateur', 14 | 'adm_menu_up' => 'Monter', 15 | 'adm_menu_down' => 'Descendre', 16 | 'adm_menu_well' => 'Le menu a bien été modifié', 17 | 'adm_menu_hide_page' => 'Désactiver la page', 18 | )); 19 | 20 | 21 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/admin/lg_posts_censor.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'posts_censor_explain_title' => 'Gestion des mots censurés', 13 | 'posts_censor_explain_desc' => 'Un mot censuré est un mot qui sera remplacé par un autre dans vos messages. Vous pouvez utiliser ce système afin d\'éviter des mots vulgaires ou interdits par exemple, sur votre forum. Vous pouvez aussi l\'utiliser afin de créer des raccourcis de mots ou des corrections automatiques.', 14 | 'adm_censor_manage' => 'Gestion des mots censurés', 15 | 'adm_censor_add' => 'Ajouter un mot censuré', 16 | 'adm_censor_edit' => 'Editer un mot censuré', 17 | 'adm_censor_word' => 'Mot à censurer', 18 | 'adm_censor_replace' => 'Remplacement', 19 | 'adm_censor_regexp' => 'Expression régulière', 20 | 'adm_censor_regexp_explain' => 'En cochant oui, vous pourrez utiliser une expression régulière dans le mot à censurer. N\'utilisez cette option que si vous savez ce que vous faîtes', 21 | 'adm_censor_well_add' => 'La censure a bien été créée', 22 | 'adm_censor_well_edit' => 'La censure a bien été éditée', 23 | 'adm_censor_well_delete' => 'La censure a bien été supprimée', 24 | )); 25 | 26 | 27 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/admin/lg_tools_logs.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'tools_logs_explain_title' => 'Compte rendu des logs', 13 | 'tools_logs_explain_desc' => 'Affiche les différentes informations logguées par le forum (action d\'administration, de modération, d\'erreurs, etc.)', 14 | 'adm_logs_admin' => 'Administration', 15 | 'adm_logs_error' => 'Erreurs du forum', 16 | 'adm_logs_modo' => 'Modération', 17 | 'adm_logs_email' => 'Emails', 18 | 'adm_logs_user' => 'Membres', 19 | 'adm_log_str' => 'Description du log', 20 | 'adm_log_line' => 'Ligne', 21 | 'adm_log_file' => 'Fichier', 22 | 'adm_log_time' => 'Date', 23 | 'adm_log_user' => 'Membre', 24 | 'adm_log_well_delete' => 'Les logs ont bien été supprimés', 25 | 'error_sql' => 'Erreur SQL: %s', 26 | )); 27 | 28 | 29 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/admin/lg_tools_webftp.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'tools_webftp_explain_title' => 'Panneau de gestion des fichiers (WebFTP)', 13 | 'tools_webftp_explain_desc' => 'Depuis ce panneau vous pouvez gérer les fichiers du forum sur le serveur. Il est possible de les modifier, supprimer, d\'en uploader de nouveaux, etc ...', 14 | 'adm_webftp_name' => 'Nom', 15 | 'adm_webftp_type' => 'Type', 16 | 'adm_webftp_size' => 'Taille', 17 | 'adm_webftp_perms' => 'Permissions', 18 | 'adm_webftp_date' => 'Date', 19 | 'adm_webftp_dir' => 'Dossier de fichiers', 20 | 'adm_webftp_file' => 'Fichier %s', 21 | 'adm_webftp_upload' => 'Uploader un fichier', 22 | 'adm_webftp_chmod' => 'CHMODer les fichiers', 23 | 'adm_webftp_file_not_exists' => 'Le fichier cherché n\'existe pas', 24 | 'adm_webftp_edit_file' => 'Edition du fichier "%s"', 25 | 'adm_webftp_well_edit' => 'Le fichier a bien été édité', 26 | 'adm_webftp_well_delete' => 'Le fichier a bien été supprimé', 27 | 'adm_webftp_confirm_delete' => 'Etes vous sur de vouloir supprimer le fichier "%s" ?', 28 | 'adm_webftp_bad_ext' => 'Vous ne pouvez pas éditer ce type de fichier', 29 | 'adm_webftp_current_dir' => 'Répertoire courant', 30 | )); 31 | 32 | 33 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /lang/fr/language.txt: -------------------------------------------------------------------------------- 1 | Français 2 | Genova 3 | http://www.fire-soft-board.com 4 | genova@fire-soft-board.com -------------------------------------------------------------------------------- /lang/fr/lg_forum_abuse.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'abuse_title' => 'Signaler un message abusif à un modérateur', 13 | 'abuse_submit' => 'Le message abusif a bien été signalé', 14 | 'abuse_explain' => 'Entrez ici une description du problème, pourquoi le message signalé est abusif, etc ...', 15 | )); 16 | 17 | 18 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/lg_forum_download.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | )); 13 | 14 | 15 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/lg_forum_email.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'nav_email' => 'Envoyer un email', 13 | 'email_explain' => 'Afin de limiter le spam et les abus, veuillez noter que les emails envoyés via ce formulaire seront sauvegardés.', 14 | 'email_not_accept' => 'Vous ne pouvez pas envoyer d\'email à cet utilisateur', 15 | 'email_send_to' => 'Envoyer un email à %s', 16 | 'email_title' => 'Sujet', 17 | 'email_content' => 'Message', 18 | 'email_is_empty' => 'Vous devez entrer un message l\'email', 19 | 'email_sent' => 'L\'email a bien été envoyé', 20 | 'email_not_sent' => 'L\'envoi de l\'email a échoué', 21 | )); 22 | 23 | 24 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/lg_forum_forum.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'topic_list' => 'Voir les sujets du forum "%s"', 13 | 'forum_no_topics' => 'Ce forum ne comporte aucun sujet actuellement', 14 | 'topic_new' => 'Nouveau sujet', 15 | 'forum_markread' => 'Marquer ce forum comme lu', 16 | 'subforum_markread' => 'Marquer les sous forums comme lus', 17 | 'forum_moderate' => 'Modérer le forum', 18 | 'return_to_forum_forum_moderation' => 'Cliquez ici pour retourner sur le panneau de modération du forum', 19 | 'forum_moderation_delete' => 'Les sujets ont bien été supprimés', 20 | 'forum_moderation_lock' => 'Les sujets ont bien été verrouillés', 21 | 'forum_moderation_unlock' => 'Les sujets ont bien été déverrouillés', 22 | 'forum_order_topic' => 'Ordonner l\'affichage des sujets', 23 | 'forum_order_submit' => 'Classer', 24 | 'forum_order_time' => 'Date du dernier message', 25 | 'forum_order_creation' => 'Date de création du sujet', 26 | 'forum_order_title' => 'Titre du sujet', 27 | 'forum_order_view' => 'Nombre de visionnements du sujet', 28 | 'forum_order_post' => 'Nombre de réponses du sujet', 29 | 'forum_order_nickname' => 'Pseudonyme de l\'auteur', 30 | 'forum_order_asc' => 'Croissant', 31 | 'forum_order_desc' => 'Décroissant', 32 | 'forum_who_posted' => 'Qui a posté dans ce sujet ?', 33 | 'forum_search_in' => 'Dans ce forum ...', 34 | )); 35 | 36 | 37 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/lg_forum_index.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'no_cat_in_forum' => 'Aucune catégorie disponible', 13 | 'markread_forums' => 'Marquer les forums comme lus', 14 | 'last_visit_index' => 'Dernière visite %s', 15 | 'show_hide_cat' => 'Afficher / cacher la catégorie', 16 | )); 17 | 18 | 19 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/lg_forum_logout.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | )); 13 | 14 | 15 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/lg_forum_low.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'low_index_total' => '%d sujets, %d messages', 13 | 'low_high' => 'Version haut débit de: %s', 14 | 'low_need_read' => 'A lire:', 15 | 'low_page' => 'Page:', 16 | 'low_answer' => '%d réponse', 17 | 'low_answers' => '%d réponses', 18 | )); 19 | 20 | 21 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/lg_forum_rss.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | return (array ( 12 | 'rss_forum_name' => 'Sujets du forum %s', 13 | 'rss_index' => 'Derniers sujets sur le forum', 14 | )); 15 | 16 | 17 | /* EOF */ -------------------------------------------------------------------------------- /lang/fr/mail/confirm_account.txt: -------------------------------------------------------------------------------- 1 | Bonjour, 2 | 3 | Vous recevez ce message car un nouveau membre s'est inscrit sur {FORUM_NAME} et vous devez confirmer son inscription. 4 | 5 | Voici les informations sur ce nouveau membre : 6 | Pseudonyme: {NICKNAME} 7 | Adresse Email: {EMAIL} 8 | Adresse IP: {IP} 9 | 10 | Pour valider son inscription, vous pouvez vous rendre dans le panneau d'administration du forum, ou bien directement cliquer sur le lien suivant: {CONFIRM_URL}. -------------------------------------------------------------------------------- /lang/fr/mail/confirm_message.txt: -------------------------------------------------------------------------------- 1 | Bonjour {NICKNAME}, 2 | 3 | Vous recevez ce message car votre compte a été activé sur le forum {FORUM_NAME}. 4 | 5 | Vous pouvez vous connecter avec vos identifiants de connexion (que vous avez saisi lors de l'inscription, et qui vous ont été rappelés dans un précédent email). 6 | 7 | A bientôt sur nos forums. 8 | ~~~~~~~~~~ 9 | {FORUM_SIG} -------------------------------------------------------------------------------- /lang/fr/mail/contact_admin.txt: -------------------------------------------------------------------------------- 1 | Bonjour, 2 | 3 | Vous recevez ce message privé de la part d'un visiteur (IP: {IP} ; Adresse email: {EMAIL}) via le formulaire de contact d'administrateur sur 4 | le forum {FORUM_NAME}. 5 | 6 | Voici le contenu du message : 7 | ~~~~~~~~~~ 8 | 9 | {CONTENT} 10 | -------------------------------------------------------------------------------- /lang/fr/mail/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /lang/fr/mail/mass.txt: -------------------------------------------------------------------------------- 1 | Bonjour, 2 | 3 | Vous avez reçu un Email de masse depuis le forum {FORUM_NAME}. 4 | 5 | Si cet Email contient du spam ou des propos abusifs veuillez contacter l'administrateur du forum. 6 | ~~~~~~~~~~ 7 | 8 | {CONTENT} 9 | -------------------------------------------------------------------------------- /lang/fr/mail/new_password.txt: -------------------------------------------------------------------------------- 1 | Bonjour {NICKNAME}, 2 | 3 | Vous avez demandé à recevoir par Email un nouveau mot de passe. 4 | 5 | Ce mot de passe n'est actuellement pas activé, pour l'activer veuillez cliquer sur ce lien: {U_NEW_PASSWORD} 6 | 7 | Le nouveau mot de passe après activation sera: {NEW_PASSWORD} 8 | 9 | Pour rappel, votre login de connexion est: {LOGIN} 10 | 11 | ~~~~~~~~~~ 12 | {FORUM_SIG} -------------------------------------------------------------------------------- /lang/fr/mail/newsletter.txt: -------------------------------------------------------------------------------- 1 | Bonjour, 2 | 3 | Vous avez reçu une newsletter de la part du forum {FORUM_NAME}. 4 | 5 | Si cet Email contient du spam ou des propos abusifs veuillez contacter l'administrateur du forum. 6 | ~~~~~~~~~~ 7 | 8 | {CONTENT} 9 | 10 | ~~~~~~~~~~ 11 | Si vous souhaitez vous désinscrire à cette newsletter veuillez vous rendre à cette URL: {U_UNSUBSCRIBE}. -------------------------------------------------------------------------------- /lang/fr/mail/notify_mp.txt: -------------------------------------------------------------------------------- 1 | Bonjour, 2 | 3 | Vous venez de recevoir un nouveau message privé sur le forum {FORUM_NAME} de la part de {LOGIN}. 4 | 5 | Vous pouvez accéder à votre boîte de réception en cliquant sur le lien suivant: {URL_INBOX} 6 | 7 | ~~~~~~~~~~ 8 | {FORUM_SIG} -------------------------------------------------------------------------------- /lang/fr/mail/notify_post.txt: -------------------------------------------------------------------------------- 1 | Bonjour, 2 | 3 | Le sujet {TOPIC_NAME} que vous surveillez sur le forum {FORUM_NAME} vient de recevoir une réponse. 4 | 5 | Vous pouvez suivre ce lien pour consulter la nouvelle réponse: {U_REPLY} 6 | 7 | Pour arrêter de surveiller ce sujet, cliquez sur le lien suivant: {U_STOP_NOTIFY} 8 | 9 | ~~~~~~~~~~ 10 | {FORUM_SIG} -------------------------------------------------------------------------------- /lang/fr/mail/register.txt: -------------------------------------------------------------------------------- 1 | Merci de vous être enregistré sur {FORUM_NAME}. 2 | 3 | Conservez cet email, il contient vos identifiants de connexion: 4 | 5 | Login: {LOGIN} 6 | Mot de passe: {PASSWORD} 7 | 8 | ~~~~~~~~~~ 9 | {FORUM_SIG} -------------------------------------------------------------------------------- /lang/fr/mail/register_admin.txt: -------------------------------------------------------------------------------- 1 | Merci de vous être enregistré sur {FORUM_NAME}. 2 | 3 | Votre inscription sera prochainement validée par un administrateur, vous recevrez à ce moment là une confirmation par email et vous pourrez vous connecter. 4 | 5 | ~~~~~~~~~~ 6 | {FORUM_SIG} -------------------------------------------------------------------------------- /lang/fr/mail/register_confirm.txt: -------------------------------------------------------------------------------- 1 | Merci de vous être enregistré sur {FORUM_NAME}. 2 | 3 | Afin de pouvoir vous connecter sur le forum vous devez valider votre inscription en cliquant sur le lien suivant: {U_CONFIRM} 4 | 5 | Conservez cet email, il contient vos identifiants de connexion: 6 | 7 | Login: {LOGIN} 8 | Mot de passe: {PASSWORD} 9 | 10 | ~~~~~~~~~~ 11 | {FORUM_SIG} -------------------------------------------------------------------------------- /lang/fr/mail/register_reconfirm.txt: -------------------------------------------------------------------------------- 1 | Merci de vous être enregistré sur {FORUM_NAME}. 2 | 3 | Afin de pouvoir vous connecter sur le forum vous devez valider votre inscription en cliquant sur le lien suivant: {U_CONFIRM} 4 | 5 | Pour rappel, votre login : {LOGIN} 6 | 7 | Merci 8 | 9 | ~~~~~~~~~~ 10 | {FORUM_SIG} -------------------------------------------------------------------------------- /lang/fr/mail/update_email.txt: -------------------------------------------------------------------------------- 1 | Bonjour {NICKNAME}, 2 | 3 | Vous avez modifié votre adresse email sur le forum {FORUM_NAME}. 4 | 5 | Votre compte a donc été désactivé. 6 | 7 | Afin de pouvoir réactiver votre compte, vous devez cliquer sur le lien suivant: {U_CONFIRM} 8 | 9 | ~~~~~~~~~~ 10 | {FORUM_SIG} -------------------------------------------------------------------------------- /lang/fr/mail/user_to_user.txt: -------------------------------------------------------------------------------- 1 | Bonjour {TO_NICKNAME}, 2 | 3 | Vous avez reçu un Email de l'utilisateur {FROM_NICKNAME}, depuis le forum {FORUM_NAME}. 4 | 5 | Si cet Email contient du spam ou des propos abusifs veuillez contacter l'administrateur du forum. 6 | ~~~~~~~~~~ 7 | 8 | {CONTENT} 9 | -------------------------------------------------------------------------------- /lang/fr/mods/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /lang/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/backup/backup_download.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Telechargement du backup 13 | */ 14 | class Backup_download extends Backup 15 | { 16 | /** 17 | * @see Backup::open() 18 | */ 19 | public function open($filename) 20 | { 21 | header('Content-Type: text/x-sql'); 22 | header('Expires: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 23 | header('Content-Disposition: attachment; filename="' . $filename . '"'); 24 | header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); 25 | header('Pragma: public'); 26 | } 27 | 28 | /** 29 | * @see Backup::write() 30 | */ 31 | public function write($str) 32 | { 33 | echo $str; 34 | } 35 | 36 | /** 37 | * @see Backup::close() 38 | */ 39 | public function close() 40 | { 41 | exit; 42 | } 43 | } 44 | 45 | /* EOF */ -------------------------------------------------------------------------------- /main/class/backup/backup_ftp.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Sauve le backup dans un fichier 13 | */ 14 | class Backup_ftp extends Backup 15 | { 16 | /** 17 | * Descripteur de fichier 18 | * 19 | * @var resource 20 | */ 21 | private $fd; 22 | 23 | /** 24 | * @see Backup::open() 25 | */ 26 | public function open($filename) 27 | { 28 | $dir = ROOT . 'cache/sql_backup/'; 29 | if (!is_writable($dir) && !@chmod($dir, 0777)) 30 | { 31 | trigger_error('Le dossier ' . $dir . ' doit etre chmode en 777', FSB_ERROR); 32 | } 33 | 34 | $this->fd = fopen($dir . $filename, 'w'); 35 | } 36 | 37 | /** 38 | * @see Backup::write() 39 | */ 40 | public function write($str) 41 | { 42 | fwrite($this->fd, $str); 43 | } 44 | 45 | /** 46 | * @see Backup::close() 47 | */ 48 | public function close() 49 | { 50 | fclose($this->fd); 51 | } 52 | } 53 | 54 | /* EOF */ -------------------------------------------------------------------------------- /main/class/backup/backup_get.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Recupere les donnees du backup 13 | */ 14 | class Backup_get extends Backup 15 | { 16 | /** 17 | * Contenu a retourner 18 | * 19 | * @var string 20 | */ 21 | private $_return = ''; 22 | 23 | /** 24 | * @see Backup::open() 25 | */ 26 | public function open($filename) 27 | { 28 | $this->_return = ''; 29 | } 30 | 31 | /** 32 | * @see Backup::write() 33 | */ 34 | public function write($str) 35 | { 36 | $this->_return .= $str; 37 | } 38 | 39 | /** 40 | * @see Backup::close() 41 | */ 42 | public function close() 43 | { 44 | return ($this->_return); 45 | } 46 | } 47 | 48 | /* EOF */ -------------------------------------------------------------------------------- /main/class/backup/backup_print.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Affiche le backup 13 | */ 14 | class Backup_print extends Backup 15 | { 16 | /** 17 | * @see Backup::open() 18 | */ 19 | public function open($filename) 20 | { 21 | header('Content-Type: text/plain'); 22 | header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); 23 | header('Pragma: public'); 24 | } 25 | 26 | /** 27 | * @see Backup::write() 28 | */ 29 | public function write($str) 30 | { 31 | echo $str; 32 | } 33 | 34 | /** 35 | * @see Backup::close() 36 | */ 37 | public function close() 38 | { 39 | exit; 40 | } 41 | } 42 | 43 | /* EOF */ -------------------------------------------------------------------------------- /main/class/backup/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/cache/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/captcha/fonts/Alanden_.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/main/class/captcha/fonts/Alanden_.ttf -------------------------------------------------------------------------------- /main/class/captcha/fonts/PRINC___.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/main/class/captcha/fonts/PRINC___.TTF -------------------------------------------------------------------------------- /main/class/captcha/fonts/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/captcha/fonts/luggerbu.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/main/class/captcha/fonts/luggerbu.ttf -------------------------------------------------------------------------------- /main/class/captcha/fonts/scrawl.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/main/class/captcha/fonts/scrawl.ttf -------------------------------------------------------------------------------- /main/class/captcha/fonts/wavy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/main/class/captcha/fonts/wavy.ttf -------------------------------------------------------------------------------- /main/class/captcha/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/compress/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/config/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/dbal/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/dbal/sqlite/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /main/class/dbal/sqlite/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/file/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/highlight/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/highlight/keywords/highlight_html.txt: -------------------------------------------------------------------------------- 1 | $TEMPLATE( 2 | block 3 | blockelse 4 | if 5 | else 6 | elseif 7 | include 8 | variable 9 | switch 10 | ); -------------------------------------------------------------------------------- /main/class/highlight/keywords/highlight_php.txt: -------------------------------------------------------------------------------- 1 | $FUNCTIONS( 2 | abstract 3 | array 4 | and 5 | break 6 | continue 7 | case 8 | class 9 | declare 10 | default 11 | double 12 | do 13 | else 14 | elseif 15 | empty 16 | extends 17 | false 18 | float 19 | for 20 | foreach 21 | function 22 | global 23 | if 24 | implement 25 | include 26 | include_once 27 | instanceof 28 | int 29 | interface 30 | isset 31 | new 32 | null 33 | object 34 | or 35 | parent 36 | public 37 | private 38 | protected 39 | require 40 | require_once 41 | return 42 | static 43 | string 44 | switch 45 | true 46 | unset 47 | var 48 | while 49 | xor 50 | ); 51 | 52 | $VARS( 53 | this 54 | HTTP_POST_VARS 55 | _POST 56 | HTTP_GET_VARS 57 | _GET 58 | HTTP_COOKIE_VARS 59 | _COOKIE 60 | _SESSION 61 | HTTP_SERVER_VARS 62 | _SERVER 63 | HTTP_ENV_VARS 64 | _ENV 65 | GLOBALS 66 | ); -------------------------------------------------------------------------------- /main/class/highlight/keywords/highlight_sql.txt: -------------------------------------------------------------------------------- 1 | $KEYWORDS( 2 | insert 3 | select 4 | update 5 | delete 6 | create 7 | alter 8 | replace 9 | show 10 | optimize 11 | into 12 | from 13 | where 14 | order 15 | by 16 | group 17 | having 18 | left 19 | right 20 | outer 21 | join 22 | set 23 | values 24 | distinct 25 | table 26 | ignore 27 | union 28 | grant 29 | exists 30 | change 31 | rename 32 | key 33 | drop 34 | add 35 | default 36 | after 37 | before 38 | ); 39 | 40 | $FUNCTIONS( 41 | avg 42 | replace 43 | count 44 | max 45 | min 46 | version 47 | rand 48 | lower 49 | upper 50 | concat 51 | round 52 | ); 53 | 54 | $OPERATORS( 55 | or 56 | and 57 | xor 58 | on 59 | is 60 | not 61 | null 62 | as 63 | in 64 | case 65 | when 66 | else 67 | if 68 | ); -------------------------------------------------------------------------------- /main/class/highlight/keywords/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/highlight/keywords/lib_php_prototype.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/main/class/highlight/keywords/lib_php_prototype.txt -------------------------------------------------------------------------------- /main/class/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/notify/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/parser/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/profil/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/rss/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/search/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/class/tree/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/forum/forum_logout.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Deconnexion d'un membre 13 | * 14 | */ 15 | class Fsb_frame_child extends Fsb_frame 16 | { 17 | /** 18 | * Affichage de la barre de navigation du header 19 | * 20 | * @var bool 21 | */ 22 | public $_show_page_header_nav = true; 23 | 24 | /** 25 | * Affichage de la barre de navigation du footer 26 | * 27 | * @var bool 28 | */ 29 | public $_show_page_footer_nav = false; 30 | 31 | /** 32 | * Affichage de la boite des stats 33 | * 34 | * @var bool 35 | */ 36 | public $_show_page_stats = false; 37 | 38 | 39 | /** 40 | * Constructeur 41 | * 42 | */ 43 | public function main() 44 | { 45 | // On verifie si la SID a ete passee par l'URL, pour des raisons de securite 46 | if (Fsb::$session->sid !== Http::request('sid', 'get')) 47 | { 48 | Http::redirect(ROOT . 'index.' . PHPEXT); 49 | } 50 | 51 | if (Fsb::$session->is_logged()) 52 | { 53 | Fsb::$session->logout(Fsb::$session->id()); 54 | } 55 | 56 | // Redirection dynamique 57 | Http::redirect_to(Http::request('redirect')); 58 | } 59 | } 60 | 61 | /* EOF */ 62 | -------------------------------------------------------------------------------- /main/forum/forum_portail.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Generation de la page d'accueil avec ses differents modules 13 | * 14 | */ 15 | class Fsb_frame_child extends Fsb_frame 16 | { 17 | /** 18 | * Affichage de la barre de navigation du header 19 | * 20 | * @var bool 21 | */ 22 | public $_show_page_header_nav = true; 23 | 24 | /** 25 | * Affichage de la barre de navigation du footer 26 | * 27 | * @var bool 28 | */ 29 | public $_show_page_footer_nav = false; 30 | 31 | /** 32 | * Affichage de la boite des stats 33 | * 34 | * @var bool 35 | */ 36 | public $_show_page_stats = false; 37 | 38 | 39 | /** 40 | * Constructeur 41 | * 42 | */ 43 | public function main() 44 | { 45 | // Portail pas active ? 46 | if (!Fsb::$mods->is_active('portail')) 47 | { 48 | Http::redirect(ROOT . 'index.' . PHPEXT); 49 | } 50 | 51 | $portail = new Portail(); 52 | $portail->output_all(); 53 | } 54 | } 55 | 56 | /* EOF */ -------------------------------------------------------------------------------- /main/forum/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/javascript/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/javascript/rsa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/main/javascript/rsa.js -------------------------------------------------------------------------------- /main/maps/classic.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Entrez votre message 5 | 6 | 7 | 8 | 9 | 10 | textarea 11 | Votre message 12 | 16 | %s 17 | 18 | 19 | -------------------------------------------------------------------------------- /main/maps/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/modo/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/portail/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/portail/portail_whoisonline.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Module de portail permettant d'afficher qui est en ligne 13 | */ 14 | class Page_portail_whoisonline extends Fsb_model 15 | { 16 | /** 17 | * Constructeur 18 | */ 19 | public function main() 20 | { 21 | fsb_import('online'); 22 | } 23 | } 24 | 25 | /* EOF */ -------------------------------------------------------------------------------- /main/process/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/process/process_check_fsb_version.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Verifie la derniere version du forum en date, et la stoque dans la table de configuration 13 | * 14 | */ 15 | function check_fsb_version() 16 | { 17 | if ($content = Http::get_file_on_server(FSB_REQUEST_SERVER, FSB_REQUEST_VERSION, 10)) 18 | { 19 | @list($last_version, $url, $level) = explode("\n", $content); 20 | if (Fsb::$cfg->get('fsb_last_version') != $last_version) 21 | { 22 | Fsb::$cfg->update('fsb_last_version', $last_version); 23 | } 24 | } 25 | } 26 | /* EOF */ -------------------------------------------------------------------------------- /main/process/process_prune_cache.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | $GLOBALS['use_register_shutdown'] = false; 12 | 13 | /** 14 | * Supression des fichiers caches SQL 15 | * 16 | */ 17 | function prune_cache() 18 | { 19 | Fsb::$db->cache->garbage_colector(0); 20 | } 21 | /* EOF */ -------------------------------------------------------------------------------- /main/process/process_prune_config.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | $GLOBALS['use_register_shutdown'] = false; 12 | 13 | /** 14 | * Recalcul des donnees en cache dans la configuration 15 | * 16 | */ 17 | function prune_config() 18 | { 19 | $list_config = array('total_posts', 'total_topics', 'total_users', 'last_user'); 20 | foreach ($list_config AS $value) 21 | { 22 | if ($value == 'last_user') 23 | { 24 | // Pour le calcul du dernier membre on doit calcul son nickname et son ID 25 | $sql = 'SELECT u_id, u_nickname, u_color 26 | FROM ' . SQL_PREFIX . 'users 27 | ORDER BY u_joined DESC 28 | LIMIT 1'; 29 | $data = Fsb::$db->request($sql); 30 | 31 | Fsb::$cfg->update('last_user_id', $data['u_id'], false); 32 | Fsb::$cfg->update('last_user_login', $data['u_nickname'], false); 33 | Fsb::$cfg->update('last_user_color', $data['u_color'], false); 34 | } 35 | else 36 | { 37 | $sql = 'SELECT COUNT(*) AS total 38 | FROM ' . SQL_PREFIX . substr($value, 6); 39 | $total = Fsb::$db->get($sql, 'total'); 40 | 41 | // Pour total_users on supprime 1 pour l'invite 42 | if ($value == 'total_users') 43 | { 44 | $total--; 45 | } 46 | 47 | Fsb::$cfg->update($value, $total, false); 48 | } 49 | } 50 | Fsb::$cfg->destroy_cache(); 51 | } 52 | /* EOF */ -------------------------------------------------------------------------------- /main/process/process_prune_database.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Optimize la base de donnee 13 | * 14 | * @param array $tables Liste des tables à optimiser 15 | */ 16 | function prune_database($tables = array()) 17 | { 18 | switch (SQL_DBAL) 19 | { 20 | case 'mysql' : 21 | case 'mysqli' : 22 | if (!$tables) 23 | { 24 | foreach (Fsb::$db->list_tables() AS $table) 25 | { 26 | $tables[] = '`' . $table . '`'; 27 | } 28 | } 29 | 30 | Fsb::$db->query('OPTIMIZE TABLE ' . implode(', ', $tables)); 31 | Fsb::$db->query('ANALYZE TABLE ' . implode(', ', $tables)); 32 | Fsb::$db->query('REPAIR TABLE ' . implode(', ', $tables)); 33 | break; 34 | 35 | case 'pgsql' : 36 | if (!$tables) 37 | { 38 | $tables = Fsb::$db->list_tables(); 39 | } 40 | 41 | foreach ($tables AS $table) 42 | { 43 | Fsb::$db->query('VACUUM ANALYZE ' . $table); 44 | } 45 | break; 46 | } 47 | } 48 | /* EOF */ -------------------------------------------------------------------------------- /main/process/process_prune_forums.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | $GLOBALS['use_register_shutdown'] = false; 12 | 13 | /** 14 | * Effectue un delestage sur les forums concernes 15 | * 16 | */ 17 | function prune_forums() 18 | { 19 | Forum::auto_prune(); 20 | } 21 | /* EOF */ -------------------------------------------------------------------------------- /main/process/process_prune_moved_topics.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Supprime les marqueurs des sujets deplaces dont le dernier message remonte a plus de 2 semaines 13 | * 14 | */ 15 | function prune_moved_topics() 16 | { 17 | Fsb::$db->update('topics', array( 18 | 't_trace' => 0, 19 | ), 'WHERE t_trace <> 0 AND t_last_p_time < ' . (CURRENT_TIME - (2 * ONE_WEEK))); 20 | } 21 | /* EOF */ -------------------------------------------------------------------------------- /main/process/process_prune_pm.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Supprime les messages prives trop "vieux" (plus de 6 mois) 13 | * 14 | */ 15 | function prune_pm() 16 | { 17 | $sql = 'DELETE FROM ' . SQL_PREFIX . 'mp 18 | WHERE mp_time < ' . (CURRENT_TIME - (ONE_MONTH * 6)) . ' 19 | AND mp_read = 1 AND (mp_type = ' . MP_INBOX . ' OR mp_type = ' . MP_OUTBOX . ') 20 | AND mp_to NOT IN(SELECT u_id FROM ' . SQL_PREFIX . 'users WHERE u_auth > ' . MODO . ')'; 21 | Fsb::$db->query($sql); 22 | } 23 | /* EOF */ -------------------------------------------------------------------------------- /main/process/process_prune_rsa_keys.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | $GLOBALS['use_register_shutdown'] = false; 12 | 13 | /** 14 | * Regenere les clefs RSA 15 | * 16 | */ 17 | function prune_rsa_keys() 18 | { 19 | $rsa = new Rsa(); 20 | $rsa->regenerate_keys(); 21 | } 22 | /* EOF */ -------------------------------------------------------------------------------- /main/process/process_prune_sessions.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | $GLOBALS['use_register_shutdown'] = false; 12 | 13 | /** 14 | * Supprime les sessions perimees 15 | * 16 | */ 17 | function prune_sessions() 18 | { 19 | $sql = 'DELETE FROM ' . SQL_PREFIX . 'sessions 20 | WHERE s_time < ' . (CURRENT_TIME - ONE_HOUR); 21 | Fsb::$db->query($sql); 22 | 23 | // Optimisation de la table session 24 | fsb_import('process_prune_database'); 25 | prune_database(array(SQL_PREFIX . 'sessions')); 26 | } 27 | /* EOF */ -------------------------------------------------------------------------------- /main/process/process_prune_topics_reads.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Nettoie la table des messages lus 13 | * 14 | */ 15 | function prune_topics_reads() 16 | { 17 | $sql = 'DELETE ' . SQL_PREFIX . 'topics_read FROM ' . SQL_PREFIX . 'topics_read 18 | LEFT JOIN ' . SQL_PREFIX . 'topics ON ' . SQL_PREFIX . 'topics_read.t_id = ' . SQL_PREFIX . 'topics.t_id 19 | WHERE ' . SQL_PREFIX . 'topics.t_last_p_time < ' . MAX_UNREAD_TOPIC_TIME . ';'; 20 | 21 | Fsb::$db->query($sql); 22 | } 23 | /* EOF */ 24 | -------------------------------------------------------------------------------- /main/process/process_sync_forums.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * Met a jour les informations des derniers sujets des forums 13 | * 14 | */ 15 | function sync_forums() 16 | { 17 | Sync::forums(); 18 | } 19 | /* EOF */ -------------------------------------------------------------------------------- /main/user/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /main/user/user_viewprofile.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | /** 12 | * On affiche le module 13 | * 14 | * @var bool 15 | */ 16 | $show_this_module = true; 17 | 18 | /** 19 | * Module d'utilisateur redirigeant vers son propre profil public 20 | */ 21 | class Page_user_viewprofile extends Fsb_model 22 | { 23 | /** 24 | * Constructeur 25 | */ 26 | public function __construct() 27 | { 28 | Http::redirect(ROOT . 'index.' . PHPEXT . '?p=userprofile&id=' . Fsb::$session->id()); 29 | } 30 | } 31 | 32 | /* EOF */ -------------------------------------------------------------------------------- /mods/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /mods/save/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /programms/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/programms/README -------------------------------------------------------------------------------- /programms/check_environment.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | die('Pour pouvoir utiliser ce fichier veuillez commenter cette ligne. Ce fichier est une faille potentielle de sécurité, ne l\'utilisez qu\'en local, ou si vous êtes certain de ce que vous faites'); 12 | 13 | /* EOF */ 14 | -------------------------------------------------------------------------------- /programms/convert_to_unix.php: -------------------------------------------------------------------------------- 1 | 7 | * @version $Id$ 8 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 9 | */ 10 | 11 | die('Pour pouvoir utiliser ce fichier veuillez commenter cette ligne. Ce fichier est une faille potentielle de sécurité, ne l\'utilisez qu\'en local, ou si vous êtes certain de ce que vous faites.'); 12 | 13 | /** 14 | * Cette fonction permet de convertir les fichiers en mode UNIX 15 | * (en remplacant les retours chariots windows \r\n par \n) 16 | * 17 | * @param string $dir 18 | */ 19 | function convert_to_unix($dir) 20 | { 21 | $fd = opendir($dir); 22 | while ($file = readdir($fd)) 23 | { 24 | if ($file[0] != '.') 25 | { 26 | if (is_dir($dir . $file)) 27 | { 28 | convert_to_unix($dir . $file . '/'); 29 | } 30 | else if (preg_match('/\.(html|htm|php|txt|sql)$/i', $file)) 31 | { 32 | $content = file_get_contents($dir . $file); 33 | if (strpos($content, "\r\n") !== false) 34 | { 35 | $content = str_replace("\r\n", "\n", $content); 36 | $fd_file = fopen($dir . $file, 'w'); 37 | fwrite($fd_file, $content); 38 | fclose($fd_file); 39 | 40 | echo 'Fichier ' . $dir . $file . ' mis au format UNIX
'; 41 | } 42 | } 43 | } 44 | } 45 | closedir($fd); 46 | } 47 | 48 | convert_to_unix('../'); 49 | 50 | /* EOF */ 51 | -------------------------------------------------------------------------------- /programms/forum.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine On 2 | 3 | # 4 | # Renseignez ici le chemin de votre forum. N'oubliez pas de placer ce fichier a la racine de votre forum (et non de votre site). 5 | # Exemple : votre forum est accessible sur www.monsiteweb.com/forum/, vous devez ecrire RewriteBase /forum/ 6 | # Consultez la FAQ du forum pour davantage d'informations. 7 | # ----- 8 | # Write here the path to your forum. Don't forget to put this file on forum root directory (not on your website directory). 9 | # Exemple : your forum is on www.mywebsite.com/forum/, you need to write RewriteBase /forum/ 10 | # Read the FAQ for more informations. 11 | # 12 | RewriteBase /fsb2/ 13 | 14 | RewriteRule ^cat-([0-9]+)\.html$ index.php?p=index&cat=$1 [L] 15 | RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ index.php?p=forum&f_id=$1&page=$2 [L] 16 | RewriteRule ^topic-([0-9]+)-([0-9]+)\.html$ index.php?p=topic&t_id=$1&page=$2 [L] 17 | RewriteRule ^profile-([0-9]+)\.html$ index.php?p=userprofile&id=$1 [L] 18 | RewriteRule ^portail\.html$ index.php?p=portail [L] 19 | RewriteRule ^topic-author-([0-9]+)\.html$ index.php?p=search&mode=author_topic&id=$1 [L] 20 | RewriteRule ^topic-author-([0-9]+)-([0-9]+)\.html$ index.php?p=search&mode=author_topic&id=$1&page=$2 [L] 21 | RewriteRule ^author-([0-9]+)\.html$ index.php?p=search&mode=author&id=$1 [L] 22 | RewriteRule ^author-([0-9]+)-([0-9]+)\.html$ index.php?p=search&mode=author&id=$1&page=$2 [L] 23 | RewriteRule ^rss-([0-9]+)\.xml$ index.php?p=rss&mode=index&cat=$1 [L] 24 | RewriteRule ^rss-([a-z_]+)-([0-9]+)\.xml$ index.php?p=rss&mode=$1&id=$2 [L] -------------------------------------------------------------------------------- /programms/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /programms/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /index.php? -------------------------------------------------------------------------------- /programms/style/design-mod.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/programms/style/design-mod.xsl -------------------------------------------------------------------------------- /programms/style/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/confirmation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |
10 |

{LG_INFORMATION}

11 |
12 | {STR_CONFIRM}

13 | 14 |     15 | 16 |
17 |
18 |
19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/display_password.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 |

{LG_RESTRICTED_ACCESS}

6 | 7 |
{LG_BAD_PASSWORD}
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 |
18 |
19 | 20 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/error_handler.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 |

{LG_INFORMATION}

10 |
11 |
{CONTENT}
12 |
13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/forum/forum_abuse.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 |

{LG_ABUSE_TITLE}

6 |
{LG_ABUSE_EXPLAIN}
7 |
8 |
9 | 10 | 11 |
12 |
13 |
14 | 15 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/forum/forum_faq.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 |

{LG_OPTIONS}

7 |
8 | 9 | 10 | 11 |
12 |
13 |
14 | 15 | 16 |
17 |

{FAQ_QUESTION}

18 |
{FAQ_ANSWER}
19 |
20 |
21 | 22 |
23 |

{FAQ_SECTION}

24 |
25 | 26 | 29 | 30 | 31 |
{LG_FAQ_NO_RESULT}
32 |
33 |
34 |
35 | 36 | 37 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/forum/forum_index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
{L_LAST_VISIT_INDEX} 
5 |
6 | 7 | 8 |
9 |

10 | {LG_SHOW_HIDE_CAT} 11 | {cat.NAME} 12 |

13 |
14 | 15 |
16 |
17 |
18 | 19 | 24 |
25 | 26 | 27 |
28 |

{LG_INFORMATION}

29 |
30 |
{LG_NO_CAT_IN_FORUM}
31 |
32 |
33 |
34 | 35 |
36 | 37 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/forum/forum_login_forgot.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 |
9 |

{LG_LOGIN_FORGOT_PASSWORD}

10 |
{LG_LOGIN_FORGOT_EXPLAIN}
11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 |
22 |
23 | 24 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/forum/forum_portail.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
#include_portail_module{'portail/' . $portail_left.FILENAME}#include_portail_module{'portail/' . $portail_middle.FILENAME}#include_portail_module{'portail/' . $portail_right.FILENAME}
10 | 11 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/forum/forum_search_post.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
{PAGINATION}
5 |
6 |
7 | 8 |
9 |

{LG_SEARCH_RESULT} ({TOTAL_RESULT})

10 | 11 |
12 |
13 |
{result.NICKNAME}
{result.DATE}
14 |
15 |
16 |
17 | {result.CAT_NAME} 18 | » {result.FORUM_NAME} 19 | » {result.TOPIC_NAME} 20 |
21 |
{result.CONTENT}
22 |
 
23 |
24 |
25 |
26 | 27 |
{LG_SEARCH_NO_RESULT}
28 |
29 |
30 | 31 | 32 |
33 |
{PAGINATION}
34 |
35 | 36 | 37 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/forum/forum_topic_print.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {SITE_NAME} 6 | 7 | 8 | 9 | 10 | 11 | 12 |

{TOPIC_NAME}

13 | 14 | 15 | 16 | 17 |
18 | {POLL_NAME}
19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |
{poll_option.NAME}   {poll_option.CALCUL}% ({poll_option.TOTAL} / {POLL_TOTAL_VOTE})
27 |
28 | 29 | 30 |
31 |

32 | {post.NICKNAME} - {post.DATE} 33 |

34 |
35 |

{post.CONTENT}

36 |
37 | 38 |
39 | 40 | 41 | 42 |
43 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/forum/forum_userlist_simple.html: -------------------------------------------------------------------------------- 1 |
2 |

{GROUP_LIST}

3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 |
*{LG_USERLIST_COLUMN_NICKNAME}{column.NAME} 
{user.CAT_SEPARATOR}
{user.RESULT}{user.NICKNAME}{user.column.NAME}disabled="disabled" />
{LG_NO_RESULT}
39 |
-------------------------------------------------------------------------------- /tpl/WhiteSummer/files/forum/forum_userprofile_logs.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
7 |

{LG_USERPROFILE_MODULE_LOGS}

8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |
{LG_USERPROFILE_LOG_INFO}{LG_USERPROFILE_LOG_DATE}{LG_USERPROFILE_LOG_BY}{LG_USERPROFILE_LOG_IP}
{log.INFO}{log.DATE}{log.BY}{log.IP}
{LG_NO_RESULT}
29 |
30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/forum/forum_who_posted.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
{LG_FORUM_WHO_POSTED}
{user.NICKNAME}{user.TOTAL}
15 |
16 | 17 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/forum/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/functions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/handler_color.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | {TAG_TITLE} 6 | 7 | 8 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 |
37 | 38 | 39 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/handler_process.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |
5 |

{LG_INFORMATION}

6 | 7 | 8 | 9 | 16 | 17 | 18 | 19 | 25 | 26 |
10 | 11 | 12 | 13 | 14 | 15 |
20 | 21 | 22 | 23 | 24 |
27 |
28 |
29 | 30 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/iframe_wysiwyg.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/menu_footer.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/menu_header.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 11 |
{MENU_HEADER_TITLE}
7 | 8 | id="selected">{module.NAME} ({module.INFO}) 9 | 10 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/modo/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/modo/modo_calendar.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |

{LG_MODO_CALENDAR_LIST}

6 | 7 |
8 |
9 |
10 | {event.TITLE} 11 |

({event.NICKNAME}) 12 |
13 |
14 |
15 |
16 | {LG_MODO_CALENDAR_APPROVE} 17 | {event.BEGIN} / {event.END} 18 |
19 |
{event.CONTENT}
20 |
 
21 |
22 |
23 |
24 | 25 |
{LG_NO_RESULT}
26 |
27 |
28 | 29 | 30 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/modo/modo_index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |

{LG_MODO_INDEX_LAST_LOG}

6 |
7 | 8 |
    9 |
  • {last_log.EVENT}   ({last_log.NICKNAME})
  • 10 |
11 |
12 | 13 |
{LG_NO_RESULT}
14 |
15 |
16 |
17 | 18 |
19 |

{LG_MODO_INDEX_LAST_WARN}

20 |
21 | 22 | 25 | 26 | 27 |
{LG_NO_RESULT}
28 |
29 |
30 |
31 | 32 | 33 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/modo/modo_move.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 |

{LG_MODO_MODULE_MOVE}

7 | 8 | 9 | 10 | 11 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 28 | 29 | 30 | 31 | 32 | 33 | 34 |
12 | 13 | 14 |
{LIST_FORUM}
25 | {LG_YES}     26 | {LG_NO} 27 |
35 |
36 |
37 | 38 | 39 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/modo/modo_procedure.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |

{LG_MODO_MODULE_PROCEDURE}

6 | 7 | 8 | 9 | 10 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
{procedure.TITLE} 11 | {LG_EDIT} 12 | {LG_DELETE} 13 |
{LG_NO_RESULT}
{LG_MODO_PROC_ADD}
24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/navigation.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/poll.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 16 | 17 | 18 | 19 | 25 | 26 |
{POLL_NAME}
{poll_option.NAME}   10 | 11 | onclick="check_poll(this, {POLL_MAX_VOTE})" /> 12 | 13 | 14 | {poll_option.CALCUL}% ({poll_option.TOTAL} / {POLL_TOTAL_VOTE}) 15 |
20 | 21 | {L_TOPIC_MAX_POLL}   22 | 23 | 24 |
27 |
-------------------------------------------------------------------------------- /tpl/WhiteSummer/files/portail/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/portail/portail_home.html: -------------------------------------------------------------------------------- 1 |
2 |

{LG_PM_HOME}

3 |
4 | 5 | {LG_PM_WELCOME} {HOME_USER_NICKNAME}
6 | 7 |
8 | {HOME_AVATAR_ALT} 9 |
10 |
11 |

{HOME_MP}

12 |

{HOME_USER_STATS}

13 |

{HOME_SUGGESTION}

14 | 15 |

{LG_PM_WELCOME}

16 |

{HOME_SUGGESTION}

17 |
18 | 22 |
23 |
24 |
-------------------------------------------------------------------------------- /tpl/WhiteSummer/files/portail/portail_last_posts.html: -------------------------------------------------------------------------------- 1 |
2 |

{LG_PM_LAST_POSTS}

3 |
4 | 5 | 11 | 12 |
13 |
-------------------------------------------------------------------------------- /tpl/WhiteSummer/files/portail/portail_news.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |

{LG_PM_NEWS_NO}

4 |
5 |
{LG_PM_NEWS_AUTH}
6 |
7 |
8 | 9 | 10 |
11 |

{news.NEW_NAME}

12 |
13 | {news.NEW_AUTHOR}, {news.POST_AT} ({news.NB_COMMENTS}) 14 |
15 | {news.NEW_TEXT} 16 |

17 | {LG_PM_COMMENT} 18 |
19 |
20 |
21 | 22 |
23 |

{LG_PM_NEWS_NO}

24 |
25 |
{LG_PM_NO_NEWS}
26 |
27 |
28 | 29 |
-------------------------------------------------------------------------------- /tpl/WhiteSummer/files/portail/portail_search.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

{LG_PM_SEARCH}

4 |
5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 |
  {LIST_SEARCH_MOTOR}
 
19 |
20 |
21 |
-------------------------------------------------------------------------------- /tpl/WhiteSummer/files/portail/portail_whoisonline.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/quick_reply.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 | 6 | 7 |
8 |
9 |
10 | 15 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/simple_footer.html: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/simple_header.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | {TAG_TITLE} 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 |
-------------------------------------------------------------------------------- /tpl/WhiteSummer/files/user/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/user/user_activate.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 |

{LG_USER_MODULE_ACTIVATE}

7 | 8 | 9 | 10 | 11 | 16 | 17 | 18 | 19 | 20 | 21 | 22 |

{activate.EXPLAIN}
12 | 13 | []" value="{activate.form.VALUE}" checked="checked" id="activate_id_{activate.ITERATOR}" /> {activate.form.LANG}
14 |
15 |
23 |
24 |
25 | 26 | 27 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/user/user_contact.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 |

{LG_INFORMATION}

7 |
8 |
{ERRSTR}
9 |
10 |
11 |
12 | 13 |
14 |
15 |

{LG_USER_MODULE_CONTACT}

16 |
{LG_USER_CONTACT_EXPLAIN}
17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 |
{LG_USER_ERROR_CONTACT_NONE}
27 |
28 |
29 |
30 | 31 | 32 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/user/user_groups.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 |

{LG_USER_MODULE_GROUPS}

7 |
8 |
{LG_USER_GROUPS_EXPLAIN}
9 | 10 |
11 |
12 | 13 | 14 |
15 |

{cat.LANG}

16 |
17 | 18 |
    19 |
  • 20 | checked="checked" disabled="disabled" /> 21 | {cat.group.NAME} 22 |
    {cat.group.DESC}
    23 |
  • 24 |
25 |
26 | 27 |
{LG_NO_RESULT}
28 |
29 |
30 |
31 |
32 |
33 | 34 | 35 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/files/user/user_notepad.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |
6 |

{LG_USER_MODULE_NOTEPAD}

7 |
8 | 9 |
10 | 11 |
12 |
13 |
14 |
15 | 16 | 17 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/ie6.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Fire-Soft-Board version 2 3 | * 4 | * @package FSB2 5 | * @author Genova 6 | * @version $Id$ 7 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 8 | */ 9 | 10 | /* Liste des données du posteur */ 11 | .post .userinfo .list 12 | { 13 | margin-left: 5px; 14 | } 15 | 16 | /* Fix du texte dans la barre de navigation pour IE6 */ 17 | .nav strong 18 | { 19 | position: relative; 20 | top: 8px; 21 | } 22 | 23 | /* Fix des bas de tableaux collés au div */ 24 | .round 25 | { 26 | padding-bottom: 6px; 27 | } 28 | 29 | /* Fix de la bordure des caption qui semble disparaitre quand on met un padding-top */ 30 | .current_month caption span, .current_month caption a 31 | { 32 | padding: 0px; 33 | padding-bottom: 4px; 34 | padding-left: 4px; 35 | padding-right: 4px; 36 | } 37 | 38 | /* Fix de la bordure des caption qui semble disparaitre quand on met un padding-top */ 39 | .current_month caption span 40 | { 41 | padding: 0px; 42 | padding-bottom: 4px; 43 | padding-left: 50px; 44 | padding-right: 50px; 45 | } 46 | 47 | /* Fix de la hauteur des avatars pour IE6 */ 48 | .avatar 49 | { 50 | height: expression(this.scrollHeight > 180 ? "180px" : "auto"); 51 | 52 | } -------------------------------------------------------------------------------- /tpl/WhiteSummer/ie7.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Fire-Soft-Board version 2 3 | * 4 | * @package FSB2 5 | * @author Genova 6 | * @version $Id$ 7 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 8 | */ 9 | 10 | /* Liste des données du posteur */ 11 | .post .userinfo .list 12 | { 13 | margin-left: 5px; 14 | } 15 | 16 | /* Fix des bas de tableaux collés au div */ 17 | .round 18 | { 19 | padding-bottom: 6px; 20 | } 21 | 22 | /* Fix de la bordure des caption qui semble disparaitre quand on met un padding-top */ 23 | .current_month caption span, .current_month caption a 24 | { 25 | padding: 0px; 26 | padding-bottom: 4px; 27 | padding-left: 4px; 28 | padding-right: 4px; 29 | } 30 | 31 | /* Fix de la bordure des caption qui semble disparaitre quand on met un padding-top */ 32 | .current_month caption span 33 | { 34 | padding: 0px; 35 | padding-bottom: 4px; 36 | padding-left: 50px; 37 | padding-right: 50px; 38 | } -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/abuse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/abuse.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/ajax-loader.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/attachment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/attachment.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/block_wio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/block_wio.png -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/code.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/code.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/delete.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/down.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/down.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/edit.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/favicon.ico -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/forum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/forum.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/forum_locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/forum_locked.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/forum_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/forum_new.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/forum_new_locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/forum_new_locked.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/forum_url.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/forum_url.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/locked.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/moderate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/moderate.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/new.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/new_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/new_off.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/notification_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/notification_off.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/notification_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/notification_on.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/pm_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/pm_new.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/pm_quote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/pm_quote.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/pm_reply.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/pm_reply.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/quick_reply.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/quick_reply.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/reply.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/reply.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fr/reply_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fr/reply_off.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/bgcolor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/bgcolor.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/bold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/bold.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/code.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/code.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/color.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/color.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/img.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/img.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/italic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/italic.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/list.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/list.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/list_num.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/list_num.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/mail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/mail.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/quote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/quote.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/redo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/redo.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/smiley.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/smiley.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/strike.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/strike.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/underline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/underline.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/undo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/undo.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/upload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/upload.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode/url.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode/url.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode_bg_default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode_bg_default.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode_bg_hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode_bg_hover.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode_bg_pressed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode_bg_pressed.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode_custom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode_custom.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode_custom_hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode_custom_hover.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode_custom_hover_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode_custom_hover_right.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/fsbcode_custom_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/fsbcode_custom_right.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/home.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/last_message.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/last_message.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/last_new_message.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/last_new_message.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/layout/attach_background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/layout/attach_background.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/layout/code_background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/layout/code_background.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/layout/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/layout/nav_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/layout/nav_background.png -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/layout/nav_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/layout/nav_left.png -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/layout/nav_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/layout/nav_right.png -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/layout/quote_background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/layout/quote_background.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/layout/top_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/layout/top_background.png -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/layout/top_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/layout/top_left.png -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/layout/top_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/layout/top_right.png -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/left.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/linenumbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/linenumbers.png -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/logo.png -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/mail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/mail.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/man.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/man.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/modo_delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/modo_delete.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/modo_lock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/modo_lock.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/modo_merge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/modo_merge.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/modo_move.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/modo_move.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/modo_split.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/modo_split.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/modo_unlock.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/modo_unlock.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/off.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/offline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/offline.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/on.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/online.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/online.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/poll_result.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/poll_result.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/poll_result_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/poll_result_left.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/poll_result_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/poll_result_right.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/print.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/print.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/quote.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/quote.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/quote_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/quote_off.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/quote_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/quote_on.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/right.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/rssfeed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/rssfeed.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/screenshot.png -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/search.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/stats.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/stats.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/subforum_read.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/subforum_read.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/subforum_unread.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/subforum_unread.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/textarea_less.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/textarea_less.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/textarea_more.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/textarea_more.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/toggle_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/toggle_off.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/toggle_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/toggle_on.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/topic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/topic.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/topic_announce.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/topic_announce.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/topic_locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/topic_locked.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/topic_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/topic_new.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/topic_new_announce.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/topic_new_announce.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/topic_new_locked.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/topic_new_locked.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/up.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/up.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/warn_add.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/warn_add.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/warn_drop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/warn_drop.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/warn_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/warn_off.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/warn_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/warn_on.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/woman.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/woman.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/wysiwyg_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/wysiwyg_off.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/wysiwyg_on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/wysiwyg_on.gif -------------------------------------------------------------------------------- /tpl/WhiteSummer/img/wysiwyg_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FSB/Fire-Soft-Board-2/258cab0e64f786882578c54224e122b4be8fa3e6/tpl/WhiteSummer/img/wysiwyg_tab.png -------------------------------------------------------------------------------- /tpl/WhiteSummer/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/opera.css: -------------------------------------------------------------------------------- 1 | /** 2 | * Fire-Soft-Board version 2 3 | * 4 | * @package FSB2 5 | * @author Genova 6 | * @version $Id$ 7 | * @license http://opensource.org/licenses/gpl-2.0.php GNU GPL 2 8 | */ 9 | 10 | /* Affichage des legendes */ 11 | legend 12 | { 13 | position: static; 14 | } 15 | -------------------------------------------------------------------------------- /tpl/WhiteSummer/print.css: -------------------------------------------------------------------------------- 1 | /* 2 | ** +---------------------------------------------------+ 3 | ** | Name : ~/tpl/WhiteSummer/print.css 4 | ** | Project : Fire-Soft-Board 2 - Copyright FSB group 5 | ** | License : GPL v2.0 6 | ** | 7 | ** | Vous pouvez modifier, reutiliser et redistribuer 8 | ** | ce fichier à condition de laisser cet entete. 9 | ** +---------------------------------------------------+ 10 | */ 11 | 12 | body 13 | { 14 | font-family: Verdana, Arial, Helvetica, sans-serif; 15 | font-size: 10px; 16 | } 17 | 18 | p.post 19 | { 20 | font-size: 10px; 21 | } 22 | 23 | a, a.link 24 | { 25 | color: #000000; 26 | text-decoration: none; 27 | } 28 | 29 | a:hover, a.link:hover 30 | { 31 | color: #FF0000; 32 | text-decoration: underline; 33 | } 34 | 35 | hr 36 | { 37 | border: solid #CCCCCC 0px; 38 | border-width: 1px 0px 0px 0px; 39 | width: 200px; 40 | } 41 | 42 | .copyright 43 | { 44 | text-align: center; 45 | } -------------------------------------------------------------------------------- /tpl/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /upload/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /upload/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Fire Soft Board 2 5 | 6 | 7 | 8 | 9 | --------------------------------------------------------------------------------