Inside scrollerbridge.php, did you remember to edit the list of RSS feeds to show?
Code:
// Define your list of RSS URLs- "RSS_id"=> "URL to RSS feed"
$rsslist=array(
"cnn" => "http://rss.cnn.com/rss/cnn_topstories.rss",
"bbc" => "http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml",
"news.com" => "http://news.com.com/2547-1_3-0-5.xml",
"slashdot" => "http://rss.slashdot.org/Slashdot/slashdot",
"dynamicdrive" => "http://www.dynamicdrive.com/export.php?type=new",
);
Right now on your page, you're trying to call the "dynamicdrive" feed, though such an entry doesn't seem to exist in scrollerbridge.php, hence this error: http://withnature.co.uk/lastrss/scro...d=dynamicdrive
Bookmarks