I appreciate your help Jeremy. Here is what I tried:
Calling script with following all on one line:
And received the following error message at hostgator:
Warning: include(http://www.feelgoodgifts.com/rss2html.php?XMLFILE=http://nats.braincash.com/hvl.php?call=getGalleries&id=BCdylx4homsm&series=BBG&TEMPLATE=http://www.feelgoodgifts.com/sample-template.html&MAXITEMS=12 ) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/xxxxxxxx/public_html/feelgoodgifts.com/index.php on line 335
Warning: include() [function.include]: Failed opening 'http://www.feelgoodgifts.com/rss2html.php?XMLFILE=http://nats.braincash.com/hvl.php?call=getGalleries&id=BCdylx4homsm&series=BBG&TEMPLATE=http://www.feelgoodgifts.com/sample-template.html&MAXITEMS=12 ' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxxx/public_html/feelgoodgifts.com/index.php on line 335
I also tried the following:
with the following error:
Warning: include(home/xxxxxxxx/public_html/feelgoodgifts.com/rss2html.php?XMLFILE=http://nats.braincash.com/hvl.php?call=getGalleries&id=BCdylx4homsm&series=BBG&TEMPLATE=home/xxxxxxxx/public-html/feelgoodgifts.com/sample-template.html&MAXITEMS=12 ) [function.include]: failed to open stream: No such file or directory in /home/banghead/public_html/feelgoodgifts.com/index.php on line 335
Warning: include(home/xxxxxxxx/public_html/feelgoodgifts.com/rss2html.php?XMLFILE=http://nats.braincash.com/hvl.php?call=getGalleries&id=BCdylx4homsm&series=BBG&TEMPLATE=home/hanghead/public-html/feelgoodgifts.com/sample-template.html&MAXITEMS=12 ) [function.include]: failed to open stream: No such file or directory in /home/xxxxxxxx/public_html/feelgoodgifts.com/index.php on line 335
Warning: include() [function.include]: Failed opening 'home/xxxxxxxx/public_html/feelgoodgifts.com/rss2html.php?XMLFILE=http://nats.braincash.com/hvl.php?call=getGalleries&id=BCdylx4homsm&series=BBG&TEMPLATE=home/hanghead/public-html/feelgoodgifts.com/sample-template.html&MAXITEMS=12 ' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxxx/public_html/feelgoodgifts.com/index.php on line 335
I read on the forum that I cannot use a subdomain. Does shared hosting on host gator count as a subdomain?
I am not very savy with html but have managed to have success in designing
my own RE website. I am trying to have an RSS feed from another site display
on mine and have downloaded the rss2html scrip from www.feedforall.com. I placed
the php file in my web and copied/pasted the rss info from the website that I
am trying to get the rss feed from. It displays exactly as I have it located
in the html. I know that I am doing something majorly wrong. Thank you for
any help.
After having a look at things, it's definitely some sort of permissions issue with the web server. Try to open up this standard rss2html build statement:
I'm getting a 403 Forbidden error, which is indicating that the rss2html.php script is inaccessible. You may want to speak with your web server's administrator about that.