I was told to do this:
"Just paste the JavaScript code into the source code of the html page"
Where exactly do I paste it?
HI "a monkeys uncle" :)
Your first post, you include a bit of php:
<?php
$olderror_reporting =error_reporting(0);
include ("http://www.rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fvideogames&newpage=1&chead=&atl=&desc=&auth=&dts=1&width=250&max=10&tlen=33&rnd=1&bt=&bs=None&nmb=1&ntb=1&naf=1&nst=1&nwd=800&nht=600&dlen=85&lstyle=1&lc=%23cccccc&dlttime=0&bg=%23333333&bc=&spc=&ims=1&tc=%23ffffff&ts=9&tfont=Arial,+Helvetica,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1");
error_reporting($olderror_reporting);
?>
First of all, since you are on geocities, it will not parse the php. Geocities only offers html pages.
The include is a url in the php script is: http://www.rssfeedreader.com/rss3/rss.php?url=http%3A%2F%2Frss.news.yahoo.com%2Frss%2Fvideogames&newpage=1&chead=&atl=&desc=&auth=&dts=1&width=250&max=10&tlen=33&rnd=1&bt=&bs=None&nmb=1&ntb=1&naf=1&nst=1&nwd=800&nht=600&dlen=85&lstyle=1&lc=%23cccccc&dlttime=0&bg=%23333333&bc=&spc=&ims=1&tc=%23ffffff&ts=9&tfont=Arial,+Helvetica,+Sans-serif&rf=".$HTTP_SERVER_VARS['SERVER_NAME'].$HTTP_SERVER_VARS['PHP_SELF']."&phpout=1
This also seems to be php output, which is accessed over http. I have never thought of this, but I assume this is parsed as php by a php script that includes it. (even though it is retrieved over http. I would be concerned about security if I was running this on my own servers).
Anyways. What you want to do is stick to the javascript 'methods' of including rss in your content.
This really upsets me as it is so complicated...
If you cannot figure out from the site http://rssfeedreader.com/ how to add rss feeds to your geocities pages. Let me know.
I will whip up a php script that will enable this for you.
You can contact me here: http://www.fijiwebdesign.com/component/option,com_contact/task,view/contact_id,1/Itemid,48/
Or you can use pm.
I will make sure you just copy and paste a bit of code that will work on any page, html or anything else.
digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101
digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101