include("config/conf.php"); include("config/config.php"); include("../members/person/logincheck.php"); conn_web_db(); session_start(); $connectedvid = $_SESSION['Id']; if($connectedvid=="") { $connectedvid = 1; } // CONNEXION MYSQL $db_link = mysql_connect($sql_serveur,$sql_user,$sql_passwd); if(!$db_link) {echo "No connected to $sql_bdd on the server $sql_server"; exit;} // SELECTION DE L'ENREGISTREMENT CONTENANT L'ID EN COURS $requete=mysql_db_query($sql_bdd,"select Pers_Id, Pers_Last_Name, Pers_First_Name, Pers_Division, Pers_Registration, Pers_Password from user_data WHERE Rating = '0' order by Pers_Id DESC limit 10000",$db_link) or die(mysql_error()); mysql_close($db_link); include("../members/person/admin/staff.php"); if($Func_staff_PRE==1 OR $Func_staff_DIR==1 OR $Func_staff_MD==1 OR $Func_staff_MA1==1) { } else { header("Location:http://www.ivao.org/noaccess.php"); exit; } ?>
| ID # | Name | Division | Joined | if($Func_staff_PRE==1 OR $Func_staff_DIR==1 OR $Func_staff_MD==1) print 'User IVAN PWD | '; else print ''; ?>
| '.$data['Pers_First_Name'].' '.$data['Pers_Last_Name'].' | '.$data['Pers_Division'].' | '.$data['Pers_Registration'].' | '; { if($Func_staff_PRE==1 OR $Func_staff_DIR==1 OR $Func_staff_MD==1) print ''.$data['Pers_Password'].' | '; else print ''; } print '