include("config/config.php"); include("config/conf.php"); include("../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 $req=mysql_db_query($sql_bdd,"select * from user_data where Pers_Id=\"$connectedvid\" and Rating>0",$db_link) or die(mysql_error()); // SI L'ID N'EXISTE PAS if(mysql_num_rows($req)==0) { // REDIRECTION PAGE ERREUR header("Location:login.php?XURL=$this_site"); exit; } // LIGNE FACULTATIVE : RECUPERATION DU PSEUDO $Req_Id=mysql_result($req,0,"Pers_Id"); $Req_Rating=mysql_result($req,0,"Rating"); include("staff_access.php"); include("../members/person/admin/staff.php"); ?> if($Func_Staff==0 AND $Req_Rating<11) { header("Location:http://www.ivao.org/noaccess.php"); exit; } print '
| General | |
|---|---|
| Instructions | Some instructions for Staff members |
| Forum | Staff Discussions |
| Staff-IRC | Chat room for staff meetings |
| Mail a member | |
| Memberfind | Find members |
| Updateinfo | Update my staff info |
| Supervisors | |
| Guidelines | Supervisor Guidelines |
| Teamspeak IVAO-Staff channel password is | " hivaostaff " ( Without " ) |
| Susp-Rules | Suspension Rules |
| Suspend/Reset | Suspend a member or reset hours without suspending |
| Susp-History | Suspension history of a member |
| Training Departement | |
| Sheets | Practical Exam Sheets |
| AutoSet | TD/TAD Use DAILY exams status ->Registered |
| AutoSet2 | TD/TAD Use DAILY old exams status ->Cancelled ! |
| AutoCorrect | TD/TAD Use DAILY ->correcting exams ! |
| Members Departement | |
| Monitor | Real-Time Monitor |
| Password-Update | Auto-Generate new password /!\ for member |
| Time-Update | Modify and Update "Last Online" page of member |
| Delete-User | Delete a member id from IVAO db |
| Email-History | E-Mail History of IVAO Member |
| ADM | ADM on IVAO |
| SUP | SUP on IVAO |
| SUSP | Suspended members |
| Divisions | |
| Div-Instructions | PDF File with instructions about Divison and Staff System |
| Div-Update | Modify division\'s details |
| Web/Network Menu | |
| Log | WebSite Update Log |
| WebToDo | Pages to update / fix |
| Staff System Menu | |
| Update | Full Staff Update Page |
| Update | HQ Staff Update Page |
| Update | MA Update Page |
| Trackers | |
| Flight-Tracker | Flight Tracker to check all flight on IVAO |
| ATC-Tracker | ATC Tracker to check all control on IVAO |