This is version .
Features currently working:
- no MySQL needed! IMO, the biggest feature of all and why I wrote this. Only needs PHP, stores all data in one single file.
- reads language-specific content from an external file, English included, German available
- supports BBcode known from other boards and forums for formatting the posts, e.g. [url]www.hettenhausen.net[/url] to create a link to www.hettenhausen.net
- optional email notification for new posts (should work on both Unix/Linux and Win32 servers)
- page spanning: optionally displays the entries on more than one page if the number of total posts exceeds a set amount of posts per page
- previewing the post before it is submitted with the same formatting used in the guestbook
- skinnable via annotated external CSS file
- admin mode: used delete unwanted posts, and configure the behaviour of the script, and lets the admin stay logged in until explicit logout
- either both viewing and signing on one page or separated onto two pages
- output validates correctly as HTML 4.01 Transitional, and as far as I know it works with Mozilla, MSIE, Opera, Konqueror in their current versions
- released under the GPL, so you can modify it to your liking
Upcoming features:
- might improve loading of database file for large guestbooks (i.e. load only those lines of the database file needed for display of the current page of posts)
- new fields (city, how did you come here or whatever) - all in one big update as to not too often "break compatability"