Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1162 → Rev 1163

/web/acc/stat.php
5,11 → 5,13
$select[2]="$l_stat_daily";
$select[3]="$l_firewall";
$select[4]="$l_moniteur";
$select[5]="$l_security";
$fich[0]="manager/htdocs/user_stats.php";
$fich[1]="manager/htdocs/accounting.php";
$fich[2]="manager/htdocs/stats.php";
$fich[3]="admin/firewallEyes/index.html";
$fich[4]="/nfsen";
$fich[5]="manager/htdocs/security.php";
$j=0;
while ($j != count($select))
{
/web/acc/manager/htdocs/security.php
0,0 → 1,93
 
<?php
//gestion de la langue
if (is_file("../lib/langues.php"))
include("../lib/langues.php");
?>
<html>
<head>
<title>Find a user</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $config['general_charset']?>">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th><?php echo "$l_spoofing";?></th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
height="2"></td></tr>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
<tr bgcolor="#666666"><td>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<tr><td valign="middle" align="left">
<?php
$fichier='/var/Save/logs/security/watchdog.log';
$pointeur=fopen($fichier,"r");
if ($pointeur){
while (!feof($pointeur)){
$ligne=fgets($pointeur);
echo "$ligne</br>";
}
}
fclose($pointeur);
?>
</td></tr>
</TABLE>
</TABLE>
</TABLE>
</br>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th><?php echo "$l_virus";?></th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
height="2"></td></tr>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
<tr bgcolor="#666666"><td>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
<tr><td valign="middle" align="left">
<?php
$fichier='/var/log/havp/access.log';
$pointeur=fopen($fichier,"r");
if ($pointeur){
while (!feof($pointeur)){
$ligne=fgets($pointeur);
echo "$ligne</br>";
}
}
fclose($pointeur);
?>
</td></tr>
</TABLE>
</TABLE>
</TABLE>
</br>
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><th><?php echo "$l_fail2ban";?></th></tr>
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1"
height="2"></td></tr>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=1>
<tr bgcolor="#666666"><td>
<TABLE width="100%" border=0 cellspacing=0 cellpadding=2>
 
<tr><td valign="middle" align="left">
<?php
$fichier='/var/log/fail2ban.log';
$uban="Uban";
$ban="Ban";
$motif="/$uban/";
$motif2="/$ban/";
$pointeur=fopen($fichier,"r");
if ($pointeur){
while (!feof($pointeur)){
$ligne=fgets($pointeur);
if(preg_match($motif2,$ligne,$r)){
echo "$ligne</br>";
}
}
fclose($pointeur);
}
?>
</td></tr>
</TABLE>
</TABLE>
</TABLE>
</body>
</html>
/web/acc/manager/lib/langues.php
109,6 → 109,9
- l'identifiant et le mot de passe sont générés aléatoirement,<br>
- les champs \"Nom, prénom\" et \"Adresse de couriel\" ne sont pas pris en compte.<br> ";
$l_createTicketsMSG = "Saisissez le nombre d\'utilisateurs à créer";
$l_spoofing = "Adresse(s) MAC usurpée(s) (Watchdog)";
$l_virus = "Virus bloqué(s) (HAVP)";
$l_fail2ban = "Adresse(s) IP bloquée(s) (Fail2Ban)";
break;
default :
//English
206,7 → 209,13
- username and password are randomly generated,<br>
- fields \"Surname and name\" and \"Email Address\" are not use.<br> ";
$l_createTicketsMSG = "Enter the number of users to create";
$l_spoofing = "MAC address spoofed (Watchdog)";
$l_virus = "Virus blocked (HAVP)";
$l_fail2ban = "IP address blocked (Fail2Ban)";
break;
 
 
 
}
//Langue du Ticket d'impression en fonction de la liste déroulante
//$langue_imp=$_POST["langue_imp"];
/web/acc/menu.php
41,6 → 41,7
$l_firewall ="parefeu";
$l_menu="Menu";
$l_moniteur="Statistiques Réseau";
$l_security="Sécurité";
}
else {
$Language = 'en';
67,6 → 68,7
$l_firewall ="firewall";
$l_menu="Main";
$l_moniteur="Statistiques Réseau";
$l_security="Security";
}
echo "
<TABLE width=\"100%\" border=0 cellspacing=0 cellpadding=0>
148,7 → 150,7
fclose($fp);
printf("%d", $nb);
?>
<br>depuis le 99/99/9999<br></center></td></tr>
<br>depuis le 13/08/2013<br></center></td></tr>
</TABLE>
</td></tr>
</TABLE>