PDA

View Full Version : rss feed probs


Dpoverlord
11-16-2005, 03:15 PM
I have this scrpt added in my side bar @ wowbloodlust.com. the whole script is:

<script src="http://www.wowguru.com/syndicate/syndicate.js">
var showList = true;
var defaultFeed = 'news'; // news, movies, uimods, toprated, topdownload, posts
</script>

<th>
DKP News
</th>
</tr>
<tr>
<td>
<script src="http://www.wowguru.com/syndicate/syndicate.js">
var showList = true;
var defaultFeed = 'news'; // news, movies, uimods, toprated, topdownload, posts
</script>
<br/></td>
</tr>
</table>
</td>
<td width="100%" valign="top">



Why isnt it working? It just says "Loading RSS FEED"

zeeg
11-16-2005, 04:35 PM
I'm actually unsure why XMLHttpRequest (the piece of code it uses) isnt working properly on your site.

I dont currently have time to write a normal RSS reader, but I would encourage you to check the links provided on the syndicate page (to Hotscripts) for RSS readers, there are many simple and good RSS readers there.

Dpoverlord
11-17-2005, 11:55 AM
Well the website is done in EQDKP and I added it in with php Then the forums are all php. Has anyone used this rss feed anywhere else other htan here? I got other sites RSS feeds in fine. I think it may be the
line
var showList = true;
var defaultFeed = 'news'; // news, movies, uimods, toprated, topdownload, posts
</script>
Ne ideas? I really want to get this to work

zeeg
11-18-2005, 06:34 AM
I haven't the slightest, this was one of my first attempts at AJAX, maybe it can't request files remotely :(

Dpoverlord
11-18-2005, 11:36 PM
:-(