Author |
Message |
ectv
Joined: 09 Sep 2006
Posts: 24
Location: Addis Ababa, Ethiopia
|
Posted: Thu Sep 28, 2006 5:49 pm |

|
Hello
i just got my Rss feed on rss2html from FFA
now i like to know how can i use FutureRSS
i'm new, and someone tell me 1 by 1 what i need to do ?
thank you
|
_________________
http://www.ectv.org
ECTV
|
|

|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2694
|
Posted: Fri Sep 29, 2006 8:46 am |

|
|
 |
 |
ectv
Joined: 09 Sep 2006
Posts: 24
Location: Addis Ababa, Ethiopia
|
Posted: Fri Sep 29, 2006 10:16 am |

|
|

|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2694
|
Posted: Sat Sep 30, 2006 4:13 pm |

|
Basically you set up the FutureRSS script to use your existing RSS feed. You then give out the URL of the FutureRSS script as the address of your RSS feed. When a user accesses the FutureRSS script, it will give them a copy of your feed, except any items in the feed that have a Pub Date in the future, won't be passed to them.
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
ectv
Joined: 09 Sep 2006
Posts: 24
Location: Addis Ababa, Ethiopia
|
Posted: Sat Sep 30, 2006 5:25 pm |

|
Basically you set up the FutureRSS script to use your existing RSS feed. You then give out the URL of the FutureRSS script as the address of your RSS feed. When a user accesses the FutureRSS script, it will give them a copy of your feed, except any items in the feed that have a Pub Date in the future, won't be passed to them.
_________________
FeedForAll Support
HELLO
THANK YOU,
YES, BUT TO DO ALL THIS
YOU SAY
"Basically you set up the FutureRSS script..."
HOW DO I DO THAT?
HOW IS THE SET UP
like examples or Tutorial if you have one can you tell me where i can read it?
you dont have tutoril for FutureRSS and RSSmesh PHP script
=====
this topic is good for rss2html tutorial
http://www.feedforall.com/forum/viewtopic.php?t=384
http://www.feedforall.com/forum/viewtopic.php?t=249
|
_________________
http://www.ectv.org
ECTV
|
|

|
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2694
|
Posted: Sun Oct 01, 2006 9:05 am |

|
Perhaps an example will help.
Lets's say that your website is at: http://www.mydomain.com
Your feed is: http://www.mydomain.com/myfeed.xml
The first step would be to download the FutureRSS script, unzip it, and put it on your webserver.
Next, either rename or copy the future-rss.php file to 'myfeed.php'. This step isn't really necessary, but it makes things easier to follow.
Then, edit the myfeed.php script and change this line:
$cfg["rss_feed"]='myfeed.xml';
to the name of your RSS feed. In this particular example, the script is already correct, but most likely in your case you need to change it.
That is pretty much it. To test, enter the FutureRSS script's URL into your browser or feed reader:
http://www.mydomain.com/myfeed.php
You would then give out the new URL above as your feed's address, from now on.
HTH
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
mpahlmann
Joined: 18 Nov 2006
Posts: 9
|
Posted: Sat Nov 18, 2006 5:13 pm |

|
I've just installed the future rss php script with my rss feed and have been testing it in personal pages of Yahoo and Google.
When I try to add the rss feed using the .php as the url pathway (not .xml as usual), the php file is not found.
When I give the .xml url, the php script doesn't appear to work. Future dated shows are listed in the feed.
Any suggestions?
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2694
|
Posted: Sun Nov 19, 2006 8:42 am |

|
|
 |
 |
mpahlmann
Joined: 18 Nov 2006
Posts: 9
|
Posted: Mon Nov 20, 2006 5:16 pm |

|
I can successfully add the .xml version of the feed to various rss readers, but not the .php. That's to say, the .php file is not recognized by the readers.
When I submit the .xml version to the readers, the Future RSS feature doesn't appear to be operating. All future shows are listed.
What's the protocol for adding my rss feed to readers, keeping the Future RSS feature intact?
I have another question. Not quite sure what to do with the .html file that comes in the Future RSS download. I put our episode content in the .html code, but I don't think I did it right. Here's what it looks like:
http://evolutionminute.com/rss/evo_min_rss.html
Thanks for your thoughts.
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2694
|
Posted: Wed Nov 22, 2006 9:14 am |

|
The readers shouldn't really care what the extension is (.xml vs .php). Odds are that the FutureRSS script either isn't setup correctly, or your webserver is having trouble running it for some reason.
If you post links to your .xml feed and your .php version (using FutureRSS), I can try to help figure out where things aren't working correctly.
The .html link you provided looks like a template that should be used with our rss2html.php script.
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
mpahlmann
Joined: 18 Nov 2006
Posts: 9
|
Posted: Wed Nov 29, 2006 12:15 pm |

|
Working with the future-rss script. I downloaded that folder and followed instructions I found on this forum.
I opened the php file and changed these lines of code:
# $cfg["rss_feed"]='http://www.mydomain.com/myfeed.xml';
$cfg["rss_feed"]='myfeed.xml';
to this:
# $cfg["rss_feed"]='http://www.evolutionminute.com/rss/evo_min.xml';
$cfg["rss_feed"]='evo_min.xml';
Then I renamed the php file to evo_min.php and uploaded it into the folder on my server where the .xml file lives.
My .xml file has 21 items with consecutively progressing daily dates, beginning with Nov. 28. So the pub dates of each item are Nov 28, 29, 30, Dec 1....
To test the future script I added my .xml feed to a feed reader. But,... it displayed all shows. It should have shown only the first one or two items.
Not sure how to trouble shoot this. I pasted the url of the future script .php file into my browser, and got this error message:
Error en http:// Wed, 29 Nov 2006 11:01:47 -0600 Feed not found
The .php file is on the server at that url location.
Can you provide some guidance? Here are the urls of my feed:
http://www.evolutionminute.com/rss/evo_min.php
http://www.evolutionminute.com/rss/evo_min.xml
Thanks, I appreciate your time and wisdom.
|
|
|
 |
 |
Tech Support
Joined: 27 Aug 2004
Posts: 2694
|
Posted: Wed Nov 29, 2006 1:24 pm |

|
Try editing the future-rss.php script again and use the full feed url for your feed by uncommenting it out. For example change
# $cfg["rss_feed"]='http://www.evolutionminute.com/rss/evo_min.xml';
$cfg["rss_feed"]='evo_min.xml';
to this
$cfg["rss_feed"]='http://www.evolutionminute.com/rss/evo_min.xml';
# $cfg["rss_feed"]='evo_min.xml';
Also, in order to view your feed without the future dates, you have to use the url to the future-rss version of your feed. In you case you would use http://www.evolutionminute.com/rss/evo_min.php in your feed reader.
|
_________________
Create RSS Feeds
Audio Recording and Editing
|
|
 |
 |
mpahlmann
Joined: 18 Nov 2006
Posts: 9
|
Posted: Wed Nov 29, 2006 2:24 pm |

|
I followed your suggestion. In the .php file, I changed this:
# $cfg["rss_feed"]='http://www.evolutionminute.com/rss/evo_min.xml';
$cfg["rss_feed"]='evo_min.xml';
to this:
$cfg["rss_feed"]='http://www.evolutionminute.com/rss/evo_min.xml';
# $cfg["rss_feed"]='evo_min.xml';
I see there is a subtle difference in the two. After uploading the new .php file, I tested the rss feed using the .php url, not the .xml url. Again, all the shows (future dated) are showing up.
What else can I try?
|
|
|
 |
 |
mpahlmann
Joined: 18 Nov 2006
Posts: 9
|
Posted: Wed Nov 29, 2006 3:51 pm |

|
Just tested the .php file again, and it's working...!
No need for your reply to my previous post.
Thanks for your help.
|
|
|
 |
 |
ectv
Joined: 09 Sep 2006
Posts: 24
Location: Addis Ababa, Ethiopia
|
Posted: Thu Nov 30, 2006 1:11 pm |

|
HELLO
I HVE A EMBED FONT ON MY SERVER AND I NEED TO ADD THIS ON MY FEED, LIKE rss2html and all the tmp i'm using from FFA
how can i ad this code? its css
==================
|
_________________
http://www.ectv.org
ECTV
|
|

|
 |
|