BellaBook

BellaBook is a small and simple PHP guestbook. It works using “flat files” — that means no need to fiddle with complex MySQL databases!

BellaBook has been crafted to provide a feature packed user feedback system with an easy-to-edit coding structure; using CSS to control it all.

You should probably start with the installation instructions below, or if you’re still not convinced skip to the feature list.

Installing BellaBook

First things first, you’ll want to download the script:

DOWNLOAD BELLABOOK

Once the script has downloaded — it shouldn’t take long — extract the files using the built in Windows zip tool, WinZip, or your favourite archiving software. After extraction, you’ll want to rename the folder to something like “guestbook”, “gb” or “book” as this will be part of your guestbook URL.

Open prefs.php and customise the options carefully. The options you choose must remain inside the quotation marks. E.g. if you want your username to be jimbo, you’d change $admin_name = "admin"; to: $admin_name = "jimbo";

When you’re all done, upload the whole lot to your website using your normal FTP client. You now need to use the chmod command to change the permission of the “.txt” files to 666 (or owner: read, write; group: read, write; world: read, write). If you get stuck, Google should be able to help you out.

That’s it! Go play with your new guestbook.

BellaBook3.5 Features

  • Spam word and IP checks/blocking
  • Known spam-bot blocking
  • Basic flood control
  • Optional required fields
  • Built-in theme ’switcher’
  • “Space out” big words to retain layout shape
  • Optional entry moderation feature
  • Pagination as standard — in admin panel as well
  • Optional emoticons included
  • Optional spam-preventing captcha
  • CSS based layout, tables for entry display & valid XHTML pages
  • Line breaks in entries
  • New: inline sanitisation
  • New: hidden field spambot ‘trap’

Convinced? Why not jump back to the download link and instructions.

Plugins/etc

Download: BellaBook3.5 Akismet plugin — a version of the popular spam-protection plugin especially modified for BellaBook. Plugin integration credit goes to Amelie of Not-Noticeably.Net.