131 lines
3.3 KiB
PHP
131 lines
3.3 KiB
PHP
<?php
|
|
if ($_SERVER["argv"][1] != "")
|
|
$nbnews = $_SERVER["argv"][1];
|
|
|
|
if (!isset($nbnews))
|
|
$nbnews = 5;
|
|
|
|
if (file_exists("tmp/securite.$nbnews.cache.php") && $_ENV["nbnews"] == "")
|
|
include "tmp/securite.$nbnews.cache.php";
|
|
else
|
|
{
|
|
include_once "include/theme.inc.php";
|
|
include_once "themes/default/theme.php";
|
|
require_once "include/standard.inc.php";
|
|
require_once "include/rssparser.inc.php";
|
|
extract($themeset, EXTR_OVERWRITE);
|
|
|
|
echo "<div align='center'><table border='0'><tr><td><img src='images/dazibaweb.gif' alt='Dazibaweb' /><b>2.0</b></td><td><img src='images/transparent.gif' alt='' class='icon_5' /></td><td><h1>Sécurité</h1></td></tr></table><br />";
|
|
//<table border='0'><tr>
|
|
echo "<div class='dazibaweb'>";
|
|
|
|
$source = "backends/xml/citadelle.rss";
|
|
$sitedata=get_sitedata($source);
|
|
extract($sitedata);
|
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|
$bodyclass="centerbody";
|
|
//$footerboxtext="rdf";
|
|
$module = "rssparser2";
|
|
if (file_exists($source))
|
|
include "modules/magicbox.php";
|
|
|
|
//echo "</td><td class='dazibaweb'>\n";
|
|
|
|
$source = "backends/xml/citadelle_alertes.rss";
|
|
$sitedata=get_sitedata($source);
|
|
extract($sitedata);
|
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|
$bodyclass="centerbody";
|
|
$footerboxtext="rdf";
|
|
$module = "rssparser2";
|
|
if (file_exists($source))
|
|
include "modules/magicbox.php";
|
|
|
|
//echo "</td></tr><tr><td>";
|
|
|
|
|
|
$source = "backends/xml/securityfocus.rss";
|
|
$sitedata=get_sitedata($source);
|
|
extract($sitedata);
|
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|
$bodyclass="centerbody";
|
|
$module = "rssparser2";
|
|
if (file_exists($source))
|
|
include "modules/magicbox.php";
|
|
|
|
//echo "</td><td>";
|
|
|
|
|
|
$source = "backends/xml/securityfocusbugtraq.rss";
|
|
$sitedata=get_sitedata($source);
|
|
extract($sitedata);
|
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|
$bodyclass="centerbody";
|
|
$module = "rssparser2";
|
|
if (file_exists($source))
|
|
include "modules/magicbox.php";
|
|
|
|
//echo "</td></tr><tr><td>";
|
|
|
|
|
|
$source = "backends/xml/viruswarning.rss";
|
|
$sitedata=get_sitedata($source);
|
|
extract($sitedata);
|
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|
$bodyclass="centerbody";
|
|
$module = "rssparser2";
|
|
if (file_exists($source))
|
|
include "modules/magicbox.php";
|
|
|
|
//echo "</td><td>";
|
|
|
|
|
|
$source = "backends/xml/securitynews.rss";
|
|
$sitedata=get_sitedata($source);
|
|
extract($sitedata);
|
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|
$bodyclass="centerbody";
|
|
$module = "rssparser2";
|
|
if (file_exists($source))
|
|
include "modules/magicbox.php";
|
|
|
|
//echo "</td></tr><tr><td>";
|
|
|
|
|
|
$source = "backends/xml/vulnerabilite_communiques.rss";
|
|
$sitedata=get_sitedata($source);
|
|
extract($sitedata);
|
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|
$bodyclass="centerbody";
|
|
$module = "rssparser2";
|
|
if (file_exists($source))
|
|
include "modules/magicbox.php";
|
|
|
|
//echo "</td><td>";
|
|
|
|
|
|
$source = "backends/xml/vulnerabilite_actualite.rss";
|
|
$sitedata=get_sitedata($source);
|
|
extract($sitedata);
|
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|
$bodyclass="centerbody";
|
|
$module = "rssparser2";
|
|
if (file_exists($source))
|
|
include "modules/magicbox.php";
|
|
|
|
|
|
//echo "</td></tr></table>
|
|
echo "</div>";
|
|
|
|
$page="securite";
|
|
include "include/nbnews.inc.php";
|
|
|
|
echo "</div><div align=\"right\"><h6>";
|
|
include "modules/backends/securite.date.txt";
|
|
echo "</h6></div><hr /><br />";
|
|
|
|
}
|
|
//phpinfo();
|
|
|
|
?>
|
|
|