include("config/config.php"); include("config/conf.php"); include("../logincheck.php"); conn_web_db(); session_start(); $connectedvid = $_SESSION['Id']; // 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"); ?> if($Func_Staff==0) { header("Location:http://www.ivao.org/noaccess.php"); exit; } else { print '
Staff Instructions |
![]() |
Hi, Staff-members,We\'ve set up a new system
to maintain our divisions and staff-list. Who can update data?After logging on (with
your VID and web-password),
Your Mail Adress ?When approved as IVAO Staff, you will get a personal IVAO mail account (firstname.lastname@ivao.org). The associated staff positions mail account will be forwarded to the above address. How do I setup my mail account?Important note: Use the following settings in your mail-clients:
To set up a POP3-account with MS Outlook Express, check here. IRC ?Register your nickname ! Log into IRC and change nick to your staff position (f.i : IVAO-PRE) And type /ns register "your password" "your email adress" You will then receive an email with a code you must enter in IRC, After registration change nick to your staff position|your name (f.i : IVAO-PRE|Morten) and put this into your nickgroup, type /ns group "your register position" "your password" (f.i. /ns group IVAO-PRE ******) You can have several nicks in this group. (f.i. "staffposition"|out, "staffposition"|busy) If you have any problems with your member account send a mail to hq@ivao.org, pre@ivao.org, md@ivao.org or mad@ivao.org |