Hi, Rocket News stopped working. Looks like the updated their site so the regular expressions are out of sync and the query url has changed. I've updated them and it seems to be working OK. To update: Open rocketnews2rss.php and find: $itemregexp = "{(.+?).+?
(.+?)
\s+}is"; and Replace with: $itemregexp = "{(.+?).+?
(.+?)
\s+}is"; and Find: $url = "http://www.rocketnews.com/rocket/jsp/MonitorSearch.jsp?searchWords=".urlencode($q)."&cat=general&age=2"; and Replace with: $url = "http://www.rocketnews.com/news/search.jsp?searchWords=".urlencode($q)."&age=2"; Everything should now be OK :) -- Edward