Line 339... |
Line 339... |
339 |
if ((file_exists("$dir_tmp/blacklists.tar.gz")) && (file_exists("$dir_tmp/md5sum")))
|
339 |
if ((file_exists("$dir_tmp/blacklists.tar.gz")) && (file_exists("$dir_tmp/md5sum")))
|
340 |
{
|
340 |
{
|
341 |
echo "$l_fingerprint"; echo_file ("$dir_tmp/md5sum");
|
341 |
echo "$l_fingerprint"; echo_file ("$dir_tmp/md5sum");
|
342 |
echo "<br>$l_fingerprint2<a href='http://dsi.ut-capitole.fr/blacklists/download/MD5SUM.LST' target='cat_help' onclick=window.open('http://dsi.ut-capitole.fr/blacklists/download/MD5SUM.LST','cat_help','width=600,height=150,toolbar=no,scrollbars=yes,resizable=yes') title='verify fingerprint'>dsi.ut-capitole.fr/blacklists/download/MD5SUM.LST</a><br>";
|
342 |
echo "<br>$l_fingerprint2<a href='http://dsi.ut-capitole.fr/blacklists/download/MD5SUM.LST' target='cat_help' onclick=window.open('http://dsi.ut-capitole.fr/blacklists/download/MD5SUM.LST','cat_help','width=600,height=150,toolbar=no,scrollbars=yes,resizable=yes') title='verify fingerprint'>dsi.ut-capitole.fr/blacklists/download/MD5SUM.LST</a><br>";
|
343 |
echo "<input type='hidden' name='choix' value='Active_list'>";
|
343 |
echo "<input type='hidden' name='choix' value='Active_list'>";
|
344 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';\" value='$l_activate_bl'> ($l_warning)</FORM>";
|
344 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_activate_bl'> ($l_warning)</FORM>";
|
345 |
echo "<FORM action='bl_filter.php' method=POST>";
|
345 |
echo "<FORM action='bl_filter.php' method=POST>";
|
346 |
echo "<input type='hidden' name='choix' value='Reject_list'>";
|
346 |
echo "<input type='hidden' name='choix' value='Reject_list'>";
|
347 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';\" value='$l_reject_bl'></form>";
|
347 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_reject_bl'></form>";
|
348 |
}
|
348 |
}
|
349 |
else
|
349 |
else
|
350 |
{
|
350 |
{
|
351 |
echo "<input type='hidden' name='choix' value='Download_list'>";
|
351 |
echo "<input type='hidden' name='choix' value='Download_list'>";
|
352 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';\" value='$l_download_bl'> ($l_warning)</form>";
|
352 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_download_bl'> ($l_warning)</form>";
|
353 |
}
|
353 |
}
|
354 |
?>
|
354 |
?>
|
355 |
</td></tr>
|
355 |
</td></tr>
|
356 |
</table><br/>
|
356 |
</table><br/>
|
357 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
357 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
Line 429... |
Line 429... |
429 |
echo "$l_one_dns_ip<BR>";
|
429 |
echo "$l_one_dns_ip<BR>";
|
430 |
echo "<textarea name='OSSI_bl' rows=3 cols=40>";
|
430 |
echo "<textarea name='OSSI_bl' rows=3 cols=40>";
|
431 |
echo_file ($dir_blacklist."ossi-bl/domains");
|
431 |
echo_file ($dir_blacklist."ossi-bl/domains");
|
432 |
echo "</textarea></td>";
|
432 |
echo "</textarea></td>";
|
433 |
echo "</tr><tr><td colspan=10>";
|
433 |
echo "</tr><tr><td colspan=10>";
|
434 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';\" value='$l_record'>";
|
434 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_record'>";
|
435 |
echo "</form> ($l_wait)";
|
435 |
echo "</form> ($l_wait)";
|
436 |
echo "</td></tr></table><br/>";
|
436 |
echo "</td></tr></table><br/>";
|
437 |
?>
|
437 |
?>
|
438 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
438 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
439 |
<tr><th><?php echo $l_additional_file_title; ?></th></tr>
|
439 |
<tr><th><?php echo $l_additional_file_title; ?></th></tr>
|
Line 459... |
Line 459... |
459 |
echo "</table><br/></td></form><form action='bl_filter.php' method='POST' enctype='multipart/form-data'>";
|
459 |
echo "</table><br/></td></form><form action='bl_filter.php' method='POST' enctype='multipart/form-data'>";
|
460 |
echo "<input type='hidden' name='choix' value='MAJ_ossi_file_upload'><td width=50% colspan=5 align=center>";
|
460 |
echo "<input type='hidden' name='choix' value='MAJ_ossi_file_upload'><td width=50% colspan=5 align=center>";
|
461 |
echo "<H3>$l_add_file</H3>";
|
461 |
echo "<H3>$l_add_file</H3>";
|
462 |
echo "$l_add_file_explain";
|
462 |
echo "$l_add_file_explain";
|
463 |
echo "<input type='file' name='fichier_ip'>";
|
463 |
echo "<input type='file' name='fichier_ip'>";
|
464 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';\" value='$l_submit'>";
|
464 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_submit'>";
|
465 |
echo "</td></tr>";
|
465 |
echo "</td></tr>";
|
466 |
echo "</form>";
|
466 |
echo "</form>";
|
467 |
echo "</table><br/>";
|
467 |
echo "</table><br/>";
|
468 |
?>
|
468 |
?>
|
469 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
469 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
Line 525... |
Line 525... |
525 |
echo "$l_error_open_file $urlregex_file";
|
525 |
echo "$l_error_open_file $urlregex_file";
|
526 |
}
|
526 |
}
|
527 |
echo "> $l_safe_searching";
|
527 |
echo "> $l_safe_searching";
|
528 |
echo "<br>$l_safe_youtube";
|
528 |
echo "<br>$l_safe_youtube";
|
529 |
echo " $l_youtube_id<tr><td>";
|
529 |
echo " $l_youtube_id<tr><td>";
|
530 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';\" value='$l_record'></td></tr>";
|
530 |
echo "<input type='submit' onClick=\"this.disabled=true; this.value='$l_load';submit();\" value='$l_record'></td></tr>";
|
531 |
?>
|
531 |
?>
|
532 |
</FORM>
|
532 |
</FORM>
|
533 |
</TABLE>
|
533 |
</TABLE>
|
534 |
</BODY>
|
534 |
</BODY>
|
535 |
</HTML>
|
535 |
</HTML>
|