folderblog
What is folderblog?
Folderblog is a free PHP script that automatically displays the images placed in a given directory, no database needed. It can be used as a blog or gallery — and anything in between.

» demo blog   » learn more   » download now

Discussion
rss generator bug(back to index)
Hi,

I spotted that line 326 should be:
for($i=count($files)-1; ($i>count($files)-11) && ($i>=0); $i--) {

instead of
for($i=count($files)-1; ($i>count($files)-11) && ($i>0); $i--) {

One > changed to >= so that the very first image gets included in the RSS feed.

fb is great, keep up the good work!
posted by lewiz on 13 Feb 06 at 12:03 AM
Post a Reply:

Name:    Remember me
URL:    
(include http:// or mailto:)
(back to index)