//***********************************************************************/ // phpf1eague : gestionnaire de championnat */ // ============================================ */ // */ // Version : 0.82 */ // Copyright (c) 2004 Alexis MANGIN */ // http://phpf1eague.univert.org */ // */ // 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. */ // */ //***********************************************************************/ // Support technique : http://phpf1eague.univert.org/forum */ // */ //***********************************************************************/ ?>
Administration Fédérale 1- Nationale B | |||
echo LEAGUE; ?> echo "Logout"; ?> |
if (isset($_COOKIE['user'])) {$user_pseudo=$_COOKIE['user'];} else {$user_pseudo='';}
if (isset($_COOKIE['mot_de_passe'])) {$user_mdp=$_COOKIE['mot_de_passe'];} else {$user_mdp='';}
if (isset($_GET['identification'])) {$identification=$_GET['identification'];} else {$identification='';}
if (isset($_POST['action'])) {$action=$_POST['action'];} else {$action='';}
if (isset($_GET['action'])) {$action=$_GET['action'];} else {$action='';}
if (isset($_REQUEST['actionc'])) {$actionc=$_REQUEST['actionc'];} else {$actionc='';}
if (isset($_REQUEST['go'])) {$go=$_REQUEST['go'];} else {$go='';}
if (isset($_REQUEST['ga'])) {$ga=$_REQUEST['ga'];} else {$ga='';}
if (isset($_REQUEST['id'])) {$id=$_REQUEST['id'];} else {$id='';}
if (isset($_GET['page'])) {$page=$_GET['page'];} else {$page='';}
if (isset($_GET['page'])){$page=$_GET['page'];}
else {$page="accueil";}
if (VerifSession ($user_pseudo,$user_mdp)=="1")
{
if ($page=="championnat") {include ("championnat.php");}
elseif ($page=="mini_classement") {include ("mini_classement.php");}
elseif ($page=="membres") {include ("membres.php");}
elseif ($page=="accueil") {include ("accueil.htm");}
else {include ("accueil.htm");}
}
elseif ($identification == "non") {echo "Veuillez renseigner tous les champs !";}
elseif ($identification == "non2") {echo "Identifiants erronés !";}
else {echo " ";include ("menu.non-identifie.htm");} ?> |
||
![]() |
phpf1eague
- Copyright © 2004-2005 - Tous droits réservés - Alexis
MANGIN |