Simple PHP Blog is zoals de naam al aangeeft een eenvoudige blogger geschreven in PHP. Het grote voordeel van dit stukje software is dat er geen database gebruikt wordt voor het opslaan van de data. De data wordt namelijk opgeslagen in een eenvoudig tekst bestand op een omgeving met PHP 4 of hoger. Let er wel op dat er ook schrijfrechten op deze omgeving moeten staan ingesteld. Versie 0.3.3b is sinds kort uitgebracht en volgt versie 0.3.3 in een razend tempo op. De release notes zien er als volgt uit:
Version 0.3.3b
Minor update to 0.3.3. The only changes are in the 'sb_function.php' file. (So, if you already downloaded 0.3.3, download this release and replace the 'sb_functions.php' file.)
This fixes:Sorry for two releases in one day.
- Incorrect Entry and Comment sorting.
- Also fixes the unix-timestamp appearing in the Comments area.
Version 0.3.3
I just release a new version. This one sports a brand new Options page which lets you customize your Date and Time display. Including 12 or 24 hour clock. And correct Month/Day names for your locale/language. Important features for you international users.
Two other things:
- Currently the blog only works on PHP > 4.1 (due to the use of superglobals.) I'm trying to support versions < 4.1. So, I've added a version check and I'm using $HTTP_*_VARS in some places. It's not quite done, but you should be able to login. (...At least I think you might, I don't have a PHP 4.0 box around...)
- I've re-worded the error message that you get when you first run SPHPBlog. It used to tell you to change permissions on some folders. However, somewhere along the way I started dynamically creating the folders. So the instructions were telling you to change the permissions on folders which didn't exist yet.