Well I've spent an hour on this script hoping to make an RSS reader just for VDC (here) but was unfruitful at the fact that I could not find the actual file in the first place, however, Heres the class, if anyone wants to make something of it, go ahead. Or maybe some help locating the file?
Basically what I did was opened the RSS file with fopen, read the file to its full length (since there is only 25 items in the RSS file to begin with) and then just had the class take care of the rest. Then later used preg_match_all and regular expressions (very simple ones) to get the contents, used for- statements with $i to output the tables with the images and other things based on the configuration at the top of the file. However, I've spent almost 30 minutes trying to figure out why it was not working, I've been moving stuff around and then realized that I had used the @-command to surpress errors when opening and reading the file, so I had no idea that the script wasn't reading the file in the first place.
What did I do wrong? I tried a much more simple version just trying to opent he RSS file and I got an error at that, so Im pretty sure the script just isn't working because of that, but I wouldn't know.
Anyways, if you would like to use this for a different RSS file, feel free too, just edit the regular expressions on lines 150-160.