WebApp : FluxBB Portable
Description
English
FluxBB is a lightweight, fast, scalable and standards-compliant forum !
Français
FluxBB est un forum léger, rapide, extensible et conforme aux standards du web !
Infos
- website : http://www.fluxbb.org
- version : 1.2.22 (fr)
- Maintainer : JosephK (josephk.framasoft at gmail dot com) (je veux participer / I want to become a maintainer)
- Support Forum
FluxBB Portable Scripts
Startup
[UpdateEskuelPort]
Name=Syncronize Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\ZMWS\_web.zmwsc\_vhosts.zmwsc\127.0.0.2\eskuel\config.inc.php
SearchPattern=127.0.0.1(:\d*)?
ReplaceValue=127.0.0.1:{$mysql_port}
[UpdateMySQLPort]
Name=Update Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config.php
SearchPattern=\$db_host \= 'localhost(:\d*)?';
ReplaceValue=\$db_host \= 'localhost:{$mysql_port}';
[UpdateAdminLocalFolderPort]
Name=Update LocalFolder
Description=Update FluBB "config" table with some real config values
Type=SQL
Query=UPDATE `fluxbb_config` SET `conf_value`='http://127.0.0.1:{$zmws_port}/fluxbb' WHERE `conf_name`='o_base_url';
[UpdateAdminCacheLocalFolderPort]
Name=Update CacheLocalFolder
Description=Update FluBB "config" table with some real config values
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\cache\cache_config.php
SearchPattern= 'o_base_url' \=> 'http://127.0.0.1(:\d*)?/fluxbb',
ReplaceValue= 'o_base_url' \=> 'http://127.0.0.1:{$zmws_port}/fluxbb',
Name=Syncronize Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\ZMWS\_web.zmwsc\_vhosts.zmwsc\127.0.0.2\eskuel\config.inc.php
SearchPattern=127.0.0.1(:\d*)?
ReplaceValue=127.0.0.1:{$mysql_port}
[UpdateMySQLPort]
Name=Update Eskuel Port
Description=Update Eskuel config with the Open MySQL Port
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\config.php
SearchPattern=\$db_host \= 'localhost(:\d*)?';
ReplaceValue=\$db_host \= 'localhost:{$mysql_port}';
[UpdateAdminLocalFolderPort]
Name=Update LocalFolder
Description=Update FluBB "config" table with some real config values
Type=SQL
Query=UPDATE `fluxbb_config` SET `conf_value`='http://127.0.0.1:{$zmws_port}/fluxbb' WHERE `conf_name`='o_base_url';
[UpdateAdminCacheLocalFolderPort]
Name=Update CacheLocalFolder
Description=Update FluBB "config" table with some real config values
Type=REPLACE
File={$root_path_absolute}\App\{$ApplicationPath}\cache\cache_config.php
SearchPattern= 'o_base_url' \=> 'http://127.0.0.1(:\d*)?/fluxbb',
ReplaceValue= 'o_base_url' \=> 'http://127.0.0.1:{$zmws_port}/fluxbb',
Procédure utilisée pour la mise à jour 1.2.21 → 1.2.22
Télécharger la version française officielle
Copier le contenu du dossier upload de l’archive dans le dossier “App/fluxbb”
Le numéro de version ne change pas mais le forum est bien à jour.
Changelog
27/11/09
Correction d’un bug sur la redirection à la connexion du à la config mise en cache dans le fichier “App/fluxbb/cache/cache_config.php” (voir startup.ini)
Dégraissage du dossier php5

