This is version .
Features currently working in version 1:
- no MySQL needed! IMO, the biggest feature of all and why I wrote this. Only needs PHP, stores all data in one single file.
- optionally displays the entries on more than one page if the number of total posts exceeds a set amount of posts per page, with easy navigation
- admin mode: makes it easy to delete unwanted posts, and lets the admin stay logged in (via php sessions) until explicit logout
- skinnable via annotated external css file
- 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
- either both viewing and signing on one page or separated onto two pages
- previewing the post before it is submitted with the same formatting used in the guestbook
- reads language-specific content from an external file, English included, German available
- as far as I know it works with Mozilla, MSIE, Opera, Konqueror in their current versions
- output validates correctly as HTML 4.01 Transitional
- released under the GPL, so you can modify it to your liking
Upcoming features in version 2:
- expand admin mode so that you can configure the guestbook through it (style and behaviour)
- the ability to let admins decide whether visitors may include html tags in their post, and if not, to allow them some simple tags for simple formatting
- 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)