include("../config.php"); include("../logincheck.php"); conn_web_db(); session_start(); $connectedvid = $_SESSION['Id']; require("config/conf.php"); // 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:../members/person/login.php?XURL=$this_site"); exit; } // LIGNE FACULTATIVE : RECUPERATION DU PSEUDO $Req_Rating=mysql_result($req,0,"Rating"); if($Req_Rating<11) { header("Location:../noaccess.php"); exit; } ?>
A. - Introduction.
With
the rapid growth we're having, we have more conflicts daily, and in some cases,
the auto suspend tool is needed.
We want
to regulate these suspensions in IVAO so that both the members and the
Supervisors will know the suspension times for the situations that may occur.
With the publication of suspension Rules and Regulations, almost
all suspensions in IVAO will be temporarily. However, a few suspensions are decided by
HQ and will be indefinitely.
To
implement this new system, we have change the auto-suspend tool so that all
suspensions will be for 48 hours or 7 days unless action is taken by HQ.
After the suspension period, the suspended
account will be automatically unsuspended.
In the
Rules and Regulations, paragraph 4.5.2, we have detailed the different cases
for suspension and the time the account will be suspended. Some of these cases
are automatically handled by the system. For example, the user who's
sandbagging hours and has the auto connect option active, i.e. automatically
reconnected. In this case, they will be suspended for only 48 hours, except if
the member has a prior suspension history for the this same reason.
In the
auto suspend page, you'll find a short menu with different options to suspend a
user. You will have to choose one of the options that applies and then suspend
them. The system automatically will send to the user an email explaining the
suspension and advising them when he'll be automatically unsuspended, i.e.
"Active" again.
There
is
an option, which states, "Other Describe Below" which will allow the
suspension to be reviewed by HQ. For this case, the member will be advised about how long the suspension
time will be for the situation reported. In this case, you are required to send
all of the information to HQ about this incident, including a copy of all chats.
Remember,
don't use the "Auto-Suspend Tool" to delete duplicate accounts. Advise the
Membership Department to delete double accounts.
HQ reserves the right to suspend a user if the situation is not in this list and makes the sole determination of the seriousness of the situation.
B. - Suspensions' Table.
Link to the Rules and Regulations, Suspension Table - Here
C. - Doubts and questions.
If you have any questions, doubts, suggestions or comments about this system, please feel free to send an email to HQ ( hq@ivao.org ). We will reply as soon as possible
include '../copyright.htm' ?>