28 |
richard |
1 |
<?php
|
|
|
2 |
function echo_file ($filename)
|
|
|
3 |
{
|
|
|
4 |
if (file_exists($filename))
|
|
|
5 |
{
|
|
|
6 |
if (filesize($filename) != 0)
|
|
|
7 |
{
|
|
|
8 |
$pointeur=fopen($filename,"r");
|
|
|
9 |
$tampon = fread($pointeur, filesize($filename));
|
|
|
10 |
fclose($pointeur);
|
|
|
11 |
echo $tampon;
|
|
|
12 |
}
|
|
|
13 |
}
|
|
|
14 |
else
|
|
|
15 |
{
|
|
|
16 |
echo "erreur d'ouverture du fichier $filename";
|
|
|
17 |
}
|
|
|
18 |
}
|
|
|
19 |
?>
|
|
|
20 |
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0>
|
|
|
21 |
<tr><th>
|
|
|
22 |
<?
|
|
|
23 |
echo "$l_main_bl";
|
|
|
24 |
echo_file ("/var/www/html/VERSION-BL");
|
|
|
25 |
echo ")";
|
|
|
26 |
?>
|
|
|
27 |
</th></tr>
|
|
|
28 |
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
|
|
|
29 |
</table>
|
|
|
30 |
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
|
|
|
31 |
<tr><td valign="middle" align="left">
|
37 |
richard |
32 |
<BR><FORM action='/admin/web_filter.php' method=POST>
|
28 |
richard |
33 |
<input type='hidden' name='choix' value='MAJ_bl'>
|
|
|
34 |
<?php
|
|
|
35 |
echo "<input type='submit' value='$l_download'>";
|
|
|
36 |
echo " ($l_warning)";
|
|
|
37 |
?>
|
|
|
38 |
</FORM>
|
|
|
39 |
</td></tr>
|
|
|
40 |
</TABLE>
|
|
|
41 |
<TABLE width="100%" border=0 cellspacing=0 cellpadding=0>
|
|
|
42 |
<tr><th><?echo "$l_secondary_bl";?></th></tr>
|
|
|
43 |
<tr bgcolor="#FFCC66"><td><img src="/images/pix.gif" width="1" height="2"></td></tr>
|
|
|
44 |
</table>
|
|
|
45 |
<TABLE width="100%" border=1 cellspacing=0 cellpadding=1>
|
|
|
46 |
<tr><td valign="middle" align="left">
|
37 |
richard |
47 |
<FORM action='/admin/web_filter.php' method='POST'>
|
28 |
richard |
48 |
<TABLE cellspacing=2 cellpadding=3 border=1>
|
|
|
49 |
<tr><td width=50% height=100% align=center>
|
|
|
50 |
<H3>Liste des noms de domaine interdits</H3>
|
|
|
51 |
Entrez ici des noms de domaine inconnus de la liste noire principale<BR>
|
|
|
52 |
et que vous désirez bloquer<BR>
|
|
|
53 |
Entrez un nom de domaine par ligne (exemple : domaine.org)
|
|
|
54 |
<textarea name='OSSI_bl_domains' rows=5 cols=40>
|
|
|
55 |
<?php
|
|
|
56 |
echo_file ("/etc/dansguardian/lists/blacklists/ossi/domains");
|
|
|
57 |
?>
|
|
|
58 |
</textarea>
|
|
|
59 |
</td><td width=50% height=100% align=center>
|
|
|
60 |
<H3>Liste des noms de domaine réabilités</H3>
|
|
|
61 |
Entrez ici des noms de domaine bloqués par la liste noire principale<BR>
|
|
|
62 |
que vous désirez réhabiliter<BR>
|
|
|
63 |
Entrez un nom de domaine par ligne (exemple : domaine2.org)
|
|
|
64 |
<textarea name='OSSI_wl_domains' rows=5 cols=40>
|
|
|
65 |
<?php
|
|
|
66 |
echo_file ("/etc/dansguardian/lists/exceptionsitelist");
|
|
|
67 |
?>
|
|
|
68 |
</textarea>
|
|
|
69 |
</td></tr>
|
|
|
70 |
<tr><td width=50% height=100% align=center>
|
|
|
71 |
<H3>Liste des URLs interdites</H3>
|
|
|
72 |
Entrez ici des URLs inconnues de la liste noire principale<BR>
|
|
|
73 |
que vous désirez bloquer<BR>
|
|
|
74 |
Entrez une URL par ligne (exemple : www.domaine.org/perso/index.htm)
|
|
|
75 |
<textarea name='OSSI_bl_urls' rows=5 cols=40>
|
|
|
76 |
<?php
|
|
|
77 |
echo_file ("/etc/dansguardian/lists/blacklists/ossi/urls");
|
|
|
78 |
?>
|
|
|
79 |
</textarea>
|
|
|
80 |
</td><td width=50% height=100% align=center>
|
|
|
81 |
<H3>Liste des URLs réabilités</H3>
|
|
|
82 |
Entrez ici des URLs bloquées par la liste noire principale<BR>
|
|
|
83 |
que vous désirez réhabiliter<BR>
|
|
|
84 |
Entrez une URL par ligne (exemple : www.domaine2.org/perso/index.htm)
|
|
|
85 |
<textarea name='OSSI_wl_urls' rows=5 cols=40>
|
|
|
86 |
<?php
|
|
|
87 |
echo_file ("/etc/dansguardian/lists/exceptionurllist");
|
|
|
88 |
?>
|
|
|
89 |
</textarea>
|
|
|
90 |
</td></tr>
|
|
|
91 |
</TABLE>
|
|
|
92 |
<input type='hidden' name='choix' value='MAJ_OSSI'>
|
|
|
93 |
<input type='submit' value='Enregistrer les modifications'>
|
|
|
94 |
</FORM>
|
|
|
95 |
</td></tr>
|
|
|
96 |
</TABLE>
|