I'v been trying to make my own psp rss channel. I tryed this
http://www.pspmod.com/forums/showthread.php?t=8770 (Chuglams Devhook launcher mod updated to 1.65c3)
with the apache server but it didnt work, so i keep some of my mp3's in the file that I was told to put then in, after renaming them, and made my own xml d-o-c-u-m-e-n-t. This what I came up with...
<rss version="2.0">
<channel>
<title>naknak987 PSPRSS</title>
<link>http://192.168.1.2/pspwifi/psp.html</link>
<description>naknak987's Closed Channel RSS Feed for the PSP</description>
<language>en-us</language>
<image>
<url>http://192.168.1.2/pspwifi/naknak987.jpg</url>
<title>naknak987</title>
</image>
<copyright>naknak</copyright>
<item>
<title>Weird Al Yankovic - A Complicated Song</title>
<link>http://192.168.1.2/pspwifi/psp.html</link>
<description>Weird Al yankovic - A Complicated Song</description>
<author>Weird Al Yankovic</author>
<pubDate>sun, 11 March 2007</pubDate>
<enclosure url="http://192.168.1.2/pspwifi/WeirdAlYankovic-AComplicatedSong.mp3" />
</item>
</channel>
</rss>
and the corresponding html
<html>
<body>
<a href="http://192.168.1.2/pspwifi/pspxml.xml">PSPRSS</a>
</body>
</html>
My links works but when i go into the rss channel on my psp it wont find anything.
Am I doing anything wrong?
EDIT: Hasn't any one ever worked with xml code be for?
EDIT 2: Please help me, I'm begging you.
-UPDATE- I got items to show up on my psp now, but when I try to play them i get a error, it look like this....
A server error has occurred
(HTTP Status Code: 404)
... I will keep trying till I get it working.