Hmm if I try and request the RSS feed with id "theonlydemocracy" now, ie:
http://www.jvp-boston.org/lastrss/sc...eonlydemocracy
I get the error "It's not possible to reach RSS file feed://theonlydemocracy.org/feed/". It's possible the URL method you're using to point to it isn't supported by the RSS parser of the script for whatever reason. Instead of:
Code:
$rsslist=array(
"theonlydemocracy" => "feed://theonlydemocracy.org/feed/",
What if you changed it to:
Code:
$rsslist=array(
"theonlydemocracy" => "http://theonlydemocracy.org/feed/",
Bookmarks