send(); if ($r->getResponseCode() == 200) { $r->getResponseBody(); $reponse = json_decode($r->getResponseBody()); } } catch (HttpException $ex) { echo $ex; } return $reponse; } // Variables $precedent = $_SERVER["HTTP_REFERER"]; $host = $_GET['machine']; //$url = "http://10.2.0.13/task.php?host=".$host; // ancien seretud06 $url = "http://10.5.0.15:81/task.php?host=".$host; // Ghost + apache, port 81 $processus_utilisateur = 'IUT'; // motif identifiant un processus utilisateur dans la task list $msg = ""; // si le script est appelé sans paramètre, on revient à la page précédente if ($host == "" ) { header("Location: $precedent"); exit; } $host_json = json_encode(array($host)); $proc = get_tasks($url); if (sizeof($proc) == 0) { $msg = "La machine ".$host." n'a renvoyé aucune réponse."; } else { $msg=""; $lig_proc =array(); foreach($proc as $li) { $li = str_replace('ÿ','',$li); $li = str_replace('"','',$li); $lig_prog = explode(',', $li); $class_user = ""; if (substr($lig_prog[5],0,strlen($processus_utilisateur))==$processus_utilisateur) { $class_user = " p_user"; }; $msg = $msg."\n"; } $msg = $msg."
ProcessusmémoirePropriétaire
".$lig_prog[0]."".$lig_prog[4]."".$lig_prog[5]."
"; } ?> Winlog : Connexions en cours dans les salles

Processus utilisateurs de la machine     [retour]