//********************************************************************************* //* * //* CoolForum v.0.5 Beta : Forum de discussion * //* Copyright ©2001 SORIANO Denis alias Cool Coyote * //* * //* * //* This program is free software; you can redistribute it and/or * //* modify it under the terms of the GNU General Public License * //* as published by the Free Software Foundation; either version 2 * //* of the License, or (at your option) any later version. * //* * //* This program is distributed in the hope that it will be useful, * //* but WITHOUT ANY WARRANTY; without even the implied warranty of * //* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * //* GNU General Public License for more details. * //* * //* You should have received a copy of the GNU General Public License * //* along with this program; if not, write to the Free Software * //* Foundation, Inc., 59 Temple Place - Suite 330, * //* Boston, MA 02111-1307, USA. * //* * //* * //* Forum Créé par SORIANO Denis (Cool Coyote) * //* contact : coyote@coolcoyote.net * //* site web et téléchargement : http://www.coolforum.net * //* * //********************************************************************************* require("secret/connect.php3"); require("admin/functions.php3"); $zecookie="listeforum_coolforum"; if(IsSet($$zecookie)) { $zecook=cookdecode($$zecookie); } require("entete.php3"); ?> echo("
| :: ".stripslashes($forumconfig[forumname])." :: | Membres | ||
\n");
echo("
| |||
| News | |||
| ");
echo("\n");
echo(" | |||
| Connexions "); echo("Il y a $nbtotalvisit visiteur(s) sur le forum actuellement: "); echo("$nbmembres Membre(s) | "); echo("$nbguests Invité(s)"); if($forumconfig[timetopmembers]>0) echo(" » Le maximum de membres connectés au même moment était de ".$forumconfig[topmembers]." le ".getlocaltime($forumconfig[timetopmembers])); echo(" | |||
| "); $j=0; for($i=0;$i<$nbtotalvisit;$i++) { if(!empty($nbconnect[$i])) { $nameconnect[$j]="".$nbconnect[$i].""; $j++; } } echo(implode(", ",$nameconnect)." | |||
\n\n\n"); echo("
| Liste des forums | Sujets | Réponses | Dernier message | Modérateurs | |
| Aucune Catégorie n'est encore créé. | |||||
| ".$lescat[cattitle]." | |||||
| Vos Messages privés | |||||
");
if($newmsg>0)
echo(" ");
else
echo(" ");
echo(" | Lire Vos Messages Vous avez $newmsg message(s) non lu(s) sur $totalmsg au total | ||||
Nouveaux messages Pas de nouveaux messages Forum fermé | |||||
"); include("bas.php3"); ?>