Home arrow Forum BBC News "module" from phpNuke
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 05, 2008, 11:52:09 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  General Discussion
| |-+  Freelance Work
| | |-+  BBC News "module" from phpNuke
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: BBC News "module" from phpNuke  (Read 912 times)
PJ
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 3


View Profile
BBC News "module" from phpNuke
« on: February 18, 2008, 01:00:22 PM »

HI all,

Just wondering if anyone would like to try their hand at porting the code below from phpNuke to Joomla 1.5?
I used to have this "block" on my old Nuke website and want to add it to my Joomla site as either a 'snippet" dropped into a custom mod or create a distinct mod for it.
Here 'tis:

"<?php>   
$file = fopen( "http://news.bbc.co.uk/2/low.html", "rb" );
//  If php 5 installed
//   $rf = stream_get_contents($file);
   $rf = '';
   while (!feof($file)) {
      $rf .= fread($file, 8192);
   }

   $grab = eregi( "<a name=\"startcontent\"></a>(.*)OTHER TOP STORIES", $rf, $printing );

   $printing[ 1 ] = str_replace( "<a href=\"", "<A target=_blank HREF=\"http://news.bbc.co.uk", $printing[ 1 ] );
   $printing[ 1 ] = str_replace( "<hr>", "", $printing[ 1 ] );

   fclose( $file );
   $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>";
?> "
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Search Contact About Advertise Blogs Topsites Submit News Register Login