Subversion Repositories ALCASAR

Rev

Rev 80 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 80 Rev 131
Line 32... Line 32...
32
  $l_stat_user_day = "usager/jour";
32
  $l_stat_user_day = "usager/jour";
33
  $l_stat_con = "connexions";
33
  $l_stat_con = "connexions";
34
  $l_stat_daily ="usage journalier";
34
  $l_stat_daily ="usage journalier";
35
  $l_stat_web ="traffic WEB";
35
  $l_stat_web ="traffic WEB";
36
  $l_firewall ="parefeu";
36
  $l_firewall ="parefeu";
-
 
37
  $l_menu="Menu";
37
}
38
}
38
else {
39
else {
39
  $l_home = "HOME";
40
  $l_home = "HOME";
40
  $l_system = "SYSTEM";
41
  $l_system = "SYSTEM";
41
  $l_auth = "AUTHENTICATION";
42
  $l_auth = "AUTHENTICATION";
Line 55... Line 56...
55
  $l_stat_user_day = "user/day";
56
  $l_stat_user_day = "user/day";
56
  $l_stat_con = "connections";
57
  $l_stat_con = "connections";
57
  $l_stat_daily ="daily use";
58
  $l_stat_daily ="daily use";
58
  $l_stat_web ="WEB traffic";
59
  $l_stat_web ="WEB traffic";
59
  $l_firewall ="firewall";
60
  $l_firewall ="firewall";
-
 
61
  $l_menu="Main";
60
}
62
}
61
echo "
63
echo "
62
<TABLE width=150 border=0 cellspacing=0 cellpadding=0>
64
	<TABLE width=168 border=0 cellspacing=0 cellpadding=0>
63
	<tr><th>Menu</th></tr>
65
	<tr><th>$l_menu</th></tr>
64
	<tr bgcolor=\"#FFCC66\"><td><img src=\"/images/pix.gif\" width=1 height=2></td></tr>
66
	<tr bgcolor=\"#FFCC66\"><td><img src=\"/images/pix.gif\" width=1 height=2></td></tr>
65
</TABLE>
67
</TABLE>
66
<TABLE width=150 border=1 cellspacing=0 cellpadding=0>
68
<TABLE width=168 border=1 cellspacing=0 cellpadding=0>
67
	<tr bgcolor=\"#666666\"><td>
69
	<tr bgcolor=\"#666666\"><td>
68
		<TABLE width=\"100%\" border=0 cellspacing=0 cellpadding=2>
70
		<TABLE width=\"100%\" border=0 cellspacing=0 cellpadding=2>
69
			<tr><td valign=\"middle\" align=\"left\">
71
			<tr><td valign=\"middle\" align=\"left\">
70
				<img src=\"images/right.gif\" height=10 width=10 border=no nosave><A HREF=\"phpsysinfo/\" TARGET=\"REXY2\">$l_home</A></td></tr>";
72
				<img src=\"images/right.gif\" height=10 width=10 border=no nosave><A HREF=\"phpsysinfo/\" TARGET=\"REXY2\">$l_home</A></td></tr>";
71
if (isset($_GET['a'])) { $a=$_GET['a']; }
73
if (isset($_GET['a'])) { $a=$_GET['a']; }
Line 140... Line 142...
140
						// Ecriture du nombre de visite
142
						// Ecriture du nombre de visite
141
		if (($fp=fopen($name_fic,"w")) == false) exit;
143
		if (($fp=fopen($name_fic,"w")) == false) exit;
142
		fputs($fp, "$nb\n");
144
		fputs($fp, "$nb\n");
143
		fclose($fp);
145
		fclose($fp);
144
		?>
146
		?>
145
		<br>depuis le 99/99/9999<br></center></td></tr>
147
		<br>depuis le 17/05/2010<br></center></td></tr>
146
	</TABLE>
148
	</TABLE>
147
	</td></tr>
149
	</td></tr>
148
</TABLE>
150
</TABLE>
149
</BODY>
151
</BODY>
150
</HTML>
152
</HTML>