Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Blocks
Author Message
dcasmr
Worker
Worker



Joined: Feb 06, 2004
Posts: 147

PostPosted: Fri Jan 07, 2005 9:54 pm Reply with quote

I am trying to display the FRENCH version of the BBC news related to Africa. It looks like the layout of the page does not allow parsing of the titles to include in the Block. Is it possible to use keywords instead for listing in the block. Example: *BURKINA* , *COTE* , *MALI*, etc...
p.s. I have tried various URL(s) in the block below with no success.




The French page is only accessible here:

http://www.bbc.co.uk/french/

Code:
if( eregi( "block-News-BBCFRENCH.php", $PHP_SELF ) )

{
   Header( "Location: index.php" );
   die( );
}

global $currentlang;

$rf = file_get_contents("http://www.bbc.co.uk/french/");
   $grab = eregi( "<a name=\"startcontent\"></a>(.*)BURKINA", $rf, $printing );
   $printing[ 1 ] = str_replace( "<a name=\"startcontent\"></a>", "<TABLE WIDTH=\"100%\" CELLPADDING=\"0\" CELLSPACING=\"0\"><TR><TD VALIGN=\"TOP\" WIDTH=\"1\" ALIGN=\"LEFT\">&&</TD><TD ALIGN=\"LEFT\" WIDTH=\"100%\">", $printing[ 1 ] );
   $printing[ 1 ] = str_replace( "</div>", "</TD></TR></TABLE>", $printing[ 1 ] );
   $printing[ 1 ] = str_replace( "<span class=\"h2\">", "", $printing[ 1 ] );
   $printing[ 1 ] = str_replace( "<a href=\"", "<A target=_blank HREF=\"http://news.bbc.co.uk", $printing[ 1 ] );
   $printing[ 1 ] = str_replace( "/low/", "/hi/", $printing[ 1 ] );
   $printing[ 1 ] = str_replace( "</span>", "", $printing[ 1 ] );
   $printing[ 1 ] = str_replace( "<br>", "", $printing[ 1 ] );
   $printing[ 1 ] = str_replace( "<hr>", "", $printing[ 1 ] );
   $printing[ 1 ] = str_replace( "<p>", "", $printing[ 1 ] );

   $content = $printing[ 1 ]."<p align=\"center\"><a href=\"http://news.bbc.co.uk\" target=\"_blank\"><img border=\"0\" src=\"images/blocks/bbcnews.gif\"></a></p>";


?>
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Blocks

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©