Essaye avec ça pour les premières étapes :
#
# [1] ---------- copier ---------------------------------------------------------
#
Copier "root/voir_online.php" >> "./voir_online.php"
Copier "root/themes/IceCold/voir_online_corps.tpl" >> "./root/themes/IceCold/voir_online_corps.tp"
#
# [2] ---------- SQL ---------------------------------------------------------
#
ALTER TABLE `fsb_sessions` ADD `session_location` VARCHAR( 255 ) NOT NULL ;
#
# [3] ---------- ouvrir ---------------------------------------------------------
#
includes/header_forum.php
#
# [4] ---------- chercher -------------------------------------------------------
#
'V_FICHIER_CSS' => substr($membre['membre_theme'], 0, -1)
#
# [5] ---------- apres, ajouter -------------------------------------------------
#
'U_BOITE_ONLINE' => ajout_sid($racine . 'voir_online.php'),
A moitié bourré donc à vérifé...