133 lines
3.4 KiB
PHP
133 lines
3.4 KiB
PHP
<?php
|
||
if ($_SERVER["argv"][1] != "")
|
||
$nbnews = $_SERVER["argv"][1];
|
||
|
||
if (!isset($nbnews))
|
||
$nbnews = 5;
|
||
|
||
if (file_exists("tmp/php.$nbnews.cache.php") && $_ENV["nbnews"] == "")
|
||
include "tmp/php.$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);
|
||
|
||
$right=0;
|
||
|
||
echo "<div align='center'><table border='0'><tr><td><img src='images/dazibaweb.gif' alt='Dazibaweb' /><b>2.0</b></td><td><img src='$dirtheme/5.gif' alt='' /></td><td><h1>PHP</h1></td></tr></table><br />";
|
||
//<table border='0'><tr>
|
||
//<td class='dazibaweb'>";
|
||
|
||
echo "<div class='dazibaweb'>";
|
||
|
||
$convert=0;
|
||
$source = "backends/xml/manucorp.rss";
|
||
$sitedata=get_sitedata($source);
|
||
extract($sitedata);
|
||
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
|
||
$bodyclass="centerbody";
|
||
//$footerboxtext="rdf";
|
||
$module = "rssparser2";
|
||
$phpver = phpversion();
|
||
if (file_exists($source) && $phpver[0] == '4')
|
||
include "modules/magicbox.php";
|
||
|
||
//echo "</td><td class='dazibaweb'>\n";
|
||
|
||
$source = "backends/xml/phpsecure_webactu.rss";
|
||
$sitedata=get_sitedata($source);
|
||
extract($sitedata);
|
||
$titre = "<a href=$link_site target=\"_blank\">$title_site - WebActu</a>";
|
||
$bodyclass="centerbody";
|
||
$footerboxtext="rdf";
|
||
$module = "rssparser2";
|
||
if (file_exists($source))
|
||
include "modules/magicbox.php";
|
||
|
||
//echo "</td></tr><tr><td>";
|
||
|
||
|
||
$source = "backends/xml/phpsecure_applicphp.rss";
|
||
$sitedata=get_sitedata($source);
|
||
extract($sitedata);
|
||
$titre = "<a href=$link_site target=\"_blank\">$title_site - ApplicPHP</a>";
|
||
$bodyclass="centerbody";
|
||
$module = "rssparser2";
|
||
if (file_exists($source))
|
||
include "modules/magicbox.php";
|
||
|
||
//echo "</td><td>";
|
||
|
||
$source = "backends/xml/phpsecure_cmsactu.rss";
|
||
$sitedata=get_sitedata($source);
|
||
extract($sitedata);
|
||
$titre = "<a href=$link_site target=\"_blank\">$title_site - CmsActu</a>";
|
||
$bodyclass="centerbody";
|
||
$module = "rssparser2";
|
||
if (file_exists($source))
|
||
include "modules/magicbox.php";
|
||
|
||
//echo "</td></tr><tr><td>";
|
||
|
||
|
||
$source = "backends/xml/phpsecure_secuphp.rss";
|
||
$sitedata=get_sitedata($source);
|
||
extract($sitedata);
|
||
$titre = "<a href=$link_site target=\"_blank\">$title_site - SecuPHP</a>";
|
||
$bodyclass="centerbody";
|
||
$module = "rssparser2";
|
||
if (file_exists($source))
|
||
include "modules/magicbox.php";
|
||
|
||
//echo "</td><td>";
|
||
|
||
// portalinux
|
||
$source = "backends/xml/phpsecure_lesdernieres.rss";
|
||
$sitedata=get_sitedata($source);
|
||
extract($sitedata);
|
||
$titre = "<a href=$link_site target=\"_blank\">$title_site - lesDerni<6E>res</a>";
|
||
$bodyclass="centerbody";
|
||
$module = "rssparser2";
|
||
if (file_exists($source))
|
||
include "modules/magicbox.php";
|
||
|
||
//echo "</td></tr><tr><td>";
|
||
|
||
|
||
$source = "backends/xml/phpnuke.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>";
|
||
|
||
// portalinux
|
||
$source = "backends/xml/phpbuilder.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="php";
|
||
include "include/nbnews.inc.php";
|
||
|
||
echo "</div><div align=\"right\"><h6>";
|
||
include "modules/backends/php.date.txt";
|
||
echo "</h6></div><hr /><br />";
|
||
|
||
}
|
||
?>
|
||
|