Thanks slap, it was my mistake, I uploaded an old version of the index file which called the rss_update file
Btw, I have a question for you
I've installed or setup an RSS type news ripper, which grabs news from a URL..
It then puts this info into an RDF file
I've tried pointing the RSS news feed to this file, but it doesn't add the contents to the forum
The layout of the RDF file is....
Quote:
Content-Type: text/html
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://my.netscape.com/rdf/simple/0.9/">
<channel>
<title>ORIGIN - Ultima Online - Main</title>
<link>http://update.uo.com/fyi.html</link>
<description>FYI</description>
</channel>
<item>
<b>Ultima Registration Server Downtime</b>
Jun 25 2004 6:02PM CST (GMT -06:00)
<item>
Beginning at 10:00PDT on Friday, June 25th the Ultima Registration and account management servers may experience approximately 1 hour of downtime for maintenance.
</rdf:RDF>
|
The script i'm using to grab the news is....
http://www.openconcept.on.ca/guide-html2rdf.phtml
Now, i'm guessing it doesn't like the layout of the RDF file somehow, as it just won't add what's in there to my forum
The RSS does work aok for other news things like yahoo news etc, but not this custom thing.....
Any ideas ?