n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/webnews/pages/info.php
2023-04-30 21:50:11 +02:00

121 lines
2.7 KiB
PHP

<?php
if ($_ENV["nbnews"] != "")
$nbnews = $_SERVER["argv"][1];
if (!isset($nbnews))
$nbnews = 5;
if (file_exists("tmp/info.$nbnews.cache.php") && $_ENV["nbnews"] == "")
include "tmp/info.$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><tr><td><img src='images/dazibaweb.gif' alt='Dazibaweb' /></td><td><img src='images/transparent.gif' alt='' class='icon_5' /></td><td><h1>Informatique</h1></td></tr></table><br />";
//<table border='0'><tr>
//<td class='dazibaweb'>\n";
if (!isset($nbnews))
$nbnews = 5;
$right = 0;
echo "<div class='dazibaweb'>";
$source="backends/xml/hoaxbuster.rss";
$sitedata=get_sitedata($source);
$bodyclass="centerbody";
$footerboxtext="rdf";
$module = "rssparser2";
if (file_exists($source))
include "modules/magicbox.php";
//echo "</td><td class='dazibaweb'>\n";
$source = "backends/xml/presencepc.rss";
$bodyclass="centerbody";
$footerboxtext="rdf";
$module = "rssparser2";
if (file_exists($source))
include "modules/magicbox.php";
//echo "</td></tr><tr><td>\n";
$source="backends/xml/cafzone.rss";
$bodyclass="centerbody";
$module = "rssparser2";
if (file_exists($source))
include "modules/magicbox.php";
//echo "</td><td>\n";
$source = "backends/xml/mozillazine-fr.rss";
$bodyclass="centerbody";
$module = "rssparser2";
if (file_exists($source))
include "modules/magicbox.php";
//echo "</td></tr><tr><td>\n";
$source="backends/xml/nospoon.rss";
$bodyclass="centerbody";
$footerboxtext="rdf";
$module = "rssparser2";
include "modules/magicbox.php";
//echo "</td><td>\n";
$source="backends/xml/branchezvous.rss";
$bodyclass="centerbody";
$footerboxtext="rdf";
$module = "rssparser2";
include "modules/magicbox.php";
//echo "</td></tr><tr><td>\n";
$source="backends/xml/beneficenet.rss";
$bodyclass="centerbody";
$footerboxtext="rdf";
$module = "rssparser2";
include "modules/magicbox.php";
//echo "</td><td>\n";
$convert="on";
$source="backends/xml/jouezcom.rss";
$bodyclass="centerbody";
$module = "rssparser2";
include "modules/magicbox.php";
//echo "</td></tr><tr><td>\n";
$source = "backends/xml/slashdot.rss";
$bodyclass="centerbody";
$module = "rssparser2";
if (file_exists($source))
include "modules/magicbox.php";
//echo "</td><td>\n";
$source = "backends/xml/kuro5hin.rss";
$bodyclass="centerbody";
$module = "rssparser2";
include "modules/magicbox.php";
/*echo "
</td></tr></table><br />
</div>";*/
echo "</div>";
$page="info";
include "include/nbnews.inc.php";
echo "</div><div align='right'><h6>";
include "modules/backends/info.date.txt";
echo "</h6></div><hr /><br />";
}
?>