132 lines
3.3 KiB
PHP
132 lines
3.3 KiB
PHP
|
<?php
|
|||
|
$nbnews = 5;
|
|||
|
|
|||
|
if ($_SERVER["argv"][1] != "")
|
|||
|
$nbnews = $_SERVER["argv"][1];
|
|||
|
if ($_GET["nbnews"] != "")
|
|||
|
$nbnews = $_GET["nbnews"];
|
|||
|
|
|||
|
if (isset($_COOKIE["TourmentineNbNewsCookie"]))
|
|||
|
{
|
|||
|
$cookieinfos = explode("-", $_COOKIE["TourmentineNbNewsCookie"]);
|
|||
|
$nbnews = $cookieinfos[0];
|
|||
|
}
|
|||
|
|
|||
|
if (file_exists("tmp/pages/news/securite.$nbnews.cache.php") && $_SERVER["SERVER_SOFTWARE"] != "")
|
|||
|
include "tmp/pages/news/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'><div class='logo'><table border='0'><tr><td><img src='/images/dazibaweb.gif' alt='Dazibaweb' /></td><td><img src='/images/transparent.gif' alt='' class='icon_5' /></td><td><h1>S<>curit<69></h1></td></tr></table><br /></div>";
|
|||
|
//<table border='0'><tr>
|
|||
|
echo "<div class='dazibaweb'>";
|
|||
|
|
|||
|
$source = "citadelle.rss";
|
|||
|
$sitedata=get_sitedata($source);
|
|||
|
extract($sitedata);
|
|||
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|||
|
$headclass="centerhead";
|
|||
|
$bodyclass="centerbody";
|
|||
|
//$footerboxtext="rdf";
|
|||
|
$module = "rssparser";
|
|||
|
include "modules/magicbox.php";
|
|||
|
|
|||
|
//echo "</td><td class='dazibaweb'>\n";
|
|||
|
|
|||
|
$source = "citadelle_alertes.rss";
|
|||
|
$sitedata=get_sitedata($source);
|
|||
|
extract($sitedata);
|
|||
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|||
|
$bodyclass="centerbody";
|
|||
|
$footerboxtext="rdf";
|
|||
|
$module = "rssparser";
|
|||
|
include "modules/magicbox.php";
|
|||
|
|
|||
|
//echo "</td></tr><tr><td>";
|
|||
|
|
|||
|
|
|||
|
$source = "securityfocus.rss";
|
|||
|
$sitedata=get_sitedata($source);
|
|||
|
extract($sitedata);
|
|||
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|||
|
$bodyclass="centerbody";
|
|||
|
$module = "rssparser";
|
|||
|
include "modules/magicbox.php";
|
|||
|
|
|||
|
//echo "</td><td>";
|
|||
|
|
|||
|
|
|||
|
$source = "securityfocusbugtraq.rss";
|
|||
|
$sitedata=get_sitedata($source);
|
|||
|
extract($sitedata);
|
|||
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|||
|
$bodyclass="centerbody";
|
|||
|
$module = "rssparser";
|
|||
|
include "modules/magicbox.php";
|
|||
|
|
|||
|
//echo "</td></tr><tr><td>";
|
|||
|
|
|||
|
|
|||
|
/*$source = "viruswarning.rss";
|
|||
|
$sitedata=get_sitedata($source);
|
|||
|
extract($sitedata);
|
|||
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|||
|
$bodyclass="centerbody";
|
|||
|
$module = "rssparser";
|
|||
|
include "modules/magicbox.php";*/
|
|||
|
|
|||
|
//echo "</td><td>";
|
|||
|
|
|||
|
|
|||
|
/*$source = "securitynews.rss";
|
|||
|
$sitedata=get_sitedata($source);
|
|||
|
extract($sitedata);
|
|||
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|||
|
$bodyclass="centerbody";
|
|||
|
$module = "rssparser";
|
|||
|
include "modules/magicbox.php";
|
|||
|
*/
|
|||
|
//echo "</td></tr><tr><td>";
|
|||
|
|
|||
|
|
|||
|
$source = "vulnerabilite_communiques.rss";
|
|||
|
$sitedata=get_sitedata($source);
|
|||
|
extract($sitedata);
|
|||
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|||
|
$bodyclass="centerbody";
|
|||
|
$module = "rssparser";
|
|||
|
include "modules/magicbox.php";
|
|||
|
|
|||
|
//echo "</td><td>";
|
|||
|
|
|||
|
|
|||
|
$source = "vulnerabilite_actualite.rss";
|
|||
|
$sitedata=get_sitedata($source);
|
|||
|
extract($sitedata);
|
|||
|
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
|||
|
$bodyclass="centerbody";
|
|||
|
$module = "rssparser";
|
|||
|
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();
|
|||
|
|
|||
|
?>
|
|||
|
|