GRODT
09-20-2007, 01:13 PM
1) Script Title: pausing RSS scroller
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/
3) Describe problem: "I gave up trying to fetch feed" http://servicesareus.com/default.htm
I've searched previous posts; but the resolutions aren't working for me.
lastrss.php, rsspausescroller.js, scrollbridge.php and the cache directory are here in the same subdirectory (rss/lastrss):
http://servicesareus.com/rss/lastrss/rsspausescroller.js
http://servicesareus.com/rss/lastrss/scrollerbridge.php
http://servicesareus.com/rss/lastrss/lastrss.php
I'm using plesk 8.1.1 for hosting with PHP V5.2.0 enabled
<Scrollbridge.php>
// Define your list of RSS URLs- "RSS_id"=> "URL to RSS feed"
$rsslist=array(
"ServicesAreUs.com" => "http://www.servicesareus.com/rss/hbb-rss.xml",
// include lastRSS
include "lastrss.php";
rsspausescroller.js
//URL to "scrollerbridge.php" on your server:
var bridgepath="scrollerbridge.php"
demo.htm
<script type="text/javascript" src="rss/lastrss/rsspausescroller.js">
since my default.htm page is at the root (servicesareus.com/default.htm)
there are no files in my cache directory. I did see something to the effect of CHMOD to 777 in another post but I wasn't sure what that meant.
I'm also unable to view my cache directory via a browser (403 forbidden) so I know I need to set a permission on the server but I'm not sure which.
I feel like I only have a small change to make here (I hope). I'm only viewing via I.E. 7
Thank you,
Will Moore
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/
3) Describe problem: "I gave up trying to fetch feed" http://servicesareus.com/default.htm
I've searched previous posts; but the resolutions aren't working for me.
lastrss.php, rsspausescroller.js, scrollbridge.php and the cache directory are here in the same subdirectory (rss/lastrss):
http://servicesareus.com/rss/lastrss/rsspausescroller.js
http://servicesareus.com/rss/lastrss/scrollerbridge.php
http://servicesareus.com/rss/lastrss/lastrss.php
I'm using plesk 8.1.1 for hosting with PHP V5.2.0 enabled
<Scrollbridge.php>
// Define your list of RSS URLs- "RSS_id"=> "URL to RSS feed"
$rsslist=array(
"ServicesAreUs.com" => "http://www.servicesareus.com/rss/hbb-rss.xml",
// include lastRSS
include "lastrss.php";
rsspausescroller.js
//URL to "scrollerbridge.php" on your server:
var bridgepath="scrollerbridge.php"
demo.htm
<script type="text/javascript" src="rss/lastrss/rsspausescroller.js">
since my default.htm page is at the root (servicesareus.com/default.htm)
there are no files in my cache directory. I did see something to the effect of CHMOD to 777 in another post but I wasn't sure what that meant.
I'm also unable to view my cache directory via a browser (403 forbidden) so I know I need to set a permission on the server but I'm not sure which.
I feel like I only have a small change to make here (I hope). I'm only viewing via I.E. 7
Thank you,
Will Moore