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/sport24.php

168 lines
4 KiB
PHP
Raw Normal View History

2023-04-30 21:28:42 +02:00
<?php
include "include/theme.inc.php";
extract($themeset, EXTR_OVERWRITE);
echo "<table border=0><tr><td><img src='images/dazibaweb.gif'></td><!--<td><img src='$dirtheme/5.gif'></td>--><td><h1>Sport24.com</h1></td></tr></table><br>
<div align=center>
<table border=0><tr>
<td align=center width=50%>";
if (!isset($nbnews))
$nbnews = 5;
$typefile = "custom";
$customstring = "<a href=\"(.+?)\" class=\"titre3\"><b>(.+?)</a></b></a>";
$right = 0;
$base_url = "http://www.sport24.com";
$filename= "modules/backends/html/sport24_foot.html";
$title_site = "Football";
$link_site = "http://www.sport24.com/dis1.asp";
include "modules/rssparser.php";
echo "</td><td align=center width=50%>\n";
$filename= "modules/backends/html/sport24_foot.html";
$title_site = "Football";
$link_site = "http://fr.sports.yahoo.com/foot/";
include "modules/rssparser.php";
echo "</td></tr>\n<tr><td align=center>\n";
// sports m<>caniques
$filename= "modules/backends/html/yahoosport_meca.html";
$title_site = "Sports M<>caniques";
$link_site = "http://fr.sports.yahoo.com/meca/";
include "modules/rssparser.php";
echo "</td><td align=center>\n";
// f1
$filename= "modules/backends/html/yahoosport_f1.html";
$title_site = "Formule 1";
$link_site = "http://fr.sports.yahoo.com/f1/";
include "modules/rssparser.php";
echo "</td></tr>\n<tr><td align=center>\n";
// tennis
$filename= "modules/backends/html/yahoosport_tennis.html";
$title_site = "Tennis";
$link_site = "http://fr.sports.yahoo.com/tennis/";
include "modules/rssparser.php";
echo "</td><td align=center>\n";
// rugby
$filename= "modules/backends/html/yahoosport_rugby.html";
$title_site = "Rugby";
$link_site = "http://fr.sports.yahoo.com/rugb/";
include "modules/rssparser.php";
echo "</td></tr>\n<tr><td align=center>\n";
// basket
$filename= "modules/backends/html/yahoosport_basket.html";
$title_site = "Basket";
$link_site = "http://fr.sports.yahoo.com/bask/";
include "modules/rssparser.php";
echo "</td><td align=center>\n";
// NBA
$filename= "modules/backends/html/yahoosport_nba.html";
$title_site = "NBA";
$link_site = "http://fr.sports.yahoo.com/nba/";
include "modules/rssparser.php";
echo "</td></tr>\n<tr><td align=center>\n";
// cyclisme
$filename= "modules/backends/html/yahoosport_cyclisme.html";
$title_site = "Cyclisme";
$link_site = "http://fr.sports.yahoo.com/cycl/";
include "modules/rssparser.php";
echo "</td><td align=center>\n";
// athl<68>tisme
$filename= "modules/backends/html/yahoosport_athle.html";
$title_site = "Athl<EFBFBD>tisme";
$link_site = "http://fr.sports.yahoo.com/trac/";
include "modules/rssparser.php";
echo "</td></tr>\n<tr><td align=center>\n";
// ski
$filename= "modules/backends/html/yahoosport_ski.html";
$title_site = "Ski";
$link_site = "http://fr.sports.yahoo.com/ski/";
include "modules/rssparser.php";
echo "</td><td align=center>\n";
// glisse
$filename= "modules/backends/html/yahoosport_glisse.html";
$title_site = "Glisse";
$link_site = "http://fr.sports.yahoo.com/glisse/";
include "modules/rssparser.php";
echo "</td></tr>\n<tr><td align=center>\n";
// boxe
$filename= "modules/backends/html/yahoosport_boxe.html";
$title_site = "Boxe";
$link_site = "http://fr.sports.yahoo.com/boxi/";
$base_url = "";
include "modules/rssparser.php";
echo "</td><td align=center>\n";
// handball
$filename= "modules/backends/html/yahoosport_hand.html";
$title_site = "Handball";
$link_site = "http://fr.sports.yahoo.com/hand/";
include "modules/rssparser.php";
echo "</td></tr>\n<tr><td align=center>\n";
// Golf
$filename= "modules/backends/html/yahoosport_golf.html";
$title_site = "Golf";
$link_site = "http://fr.sports.yahoo.com/golf/";
include "modules/rssparser.php";
echo "</td><td align=center>\n";
// voile
$filename= "modules/backends/html/yahoosport_voile.html";
$title_site = "Voile";
$link_site = "http://fr.sports.yahoo.com/sail/";
include "modules/rssparser.php";
echo "
</td></tr></table><br>(contenu &copy; Yahoo! Inc.)
</div>";
include "include/nbnews.inc.php";
echo "<div align=\"right\"><h6>";
include "modules/backends/linux.date.txt";
echo "</h6></div><hr><br>";
?>