skipzero
11-10-2009, 10:25 PM
1) Script Title:
RSS Display Box
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex18/rssdisplaybox/
3) Describe problem:
Seems like Im pretty close to solving this. Not close enough tho. Im interested in using this in a CMS taht won't allow PHP on the server. I can host the PHP docs on another, but can't seem to get the script to work across the domains.
The server hosting the php docs has allow_url_fopen on to allow for this.
As the CMS test page is a complete mess, I've been trying to work this out on my server with the php docs on the server they will stay on.
You can find the demo.html page at http://www.zerosquadron.com/demo.htm
I've tried with
rssoutputscript="http://"+window.location.hostname+"/rssbox/main.php"
commented out and with the direct URL to the other docs and still nothing.
Currently, Im getting an 404 error as its still looking for main.php on the same server as demo.htm
All php docs reside on http://www.infocomgroup.net/rssbox/ in the normal directory as unzipped.
This is such a robust, awesome rss script. I really would like to get it working in the CMS. Any help is GREATLY appreciated!
RSS Display Box
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex18/rssdisplaybox/
3) Describe problem:
Seems like Im pretty close to solving this. Not close enough tho. Im interested in using this in a CMS taht won't allow PHP on the server. I can host the PHP docs on another, but can't seem to get the script to work across the domains.
The server hosting the php docs has allow_url_fopen on to allow for this.
As the CMS test page is a complete mess, I've been trying to work this out on my server with the php docs on the server they will stay on.
You can find the demo.html page at http://www.zerosquadron.com/demo.htm
I've tried with
rssoutputscript="http://"+window.location.hostname+"/rssbox/main.php"
commented out and with the direct URL to the other docs and still nothing.
Currently, Im getting an 404 error as its still looking for main.php on the same server as demo.htm
All php docs reside on http://www.infocomgroup.net/rssbox/ in the normal directory as unzipped.
This is such a robust, awesome rss script. I really would like to get it working in the CMS. Any help is GREATLY appreciated!