tribbyBoard


[ try it | download it | rate it ]

news:


v1.31 is now available! see the release notes.

what:


tribbyBoard is a free threaded message board script written in PHP with a MySQL backend.

why:


tribbyBoard is not meant to be a replacement for gigantic bulliten board systems such as VBulletin or phpBB. Instead, it is designed to be a simple, easy-to-setup threaded message board for people who don't need all of the bells and whistles of some of the other boards available. Unlike software such as WWWBoard and Ikonboard, tribbyBoard uses a MySQL database instead of a text database -- this makes it infinately faster and more reliable. Since the whole message board is just a 200-line PHP file, a couple of HTML files and an 11-line MySQL schema, it's incredibly easy to install.

The look of the board is completely customizable - it's as simple as modifying the HTML files which serve as templates!

Unlike most threaded message boards available, this script splits all of the message threads into separate pages. As the administrator, you can choose how many threads will be displayed on each page. This prevents the board from growing into one gigantic page that would load very slowly for users on dial-up internet connections.

tribbyBoard was inspired by Matt Wright's WWWBoard -- I love WWWBoard, but honestly, it's a bit outdated. That board writes to file which is a server resource-hogging and accident-prone method of storing data. So I decided to write this board to replace the WWWBoard which I had been using.

how:


test it out:
Here is a
demo board to test it out before you download. I am using this custom boardtemplate.html file, and this custom messagetemplate.html file.

requirements:
tribbyBoard requires a web server running PHP4 and MySQL. It has been tested under Red Hat Linux, FreeBSD, OpenBSD, and Windows 98 (heh).

download:
Download the board
here.

The readme (which comes with the download) can be viewed here.

As you can see from the release notes below, updates happen often, so be sure to check back here frequently for new and improved versions of the script.

release notes:


Copyright (©) 2001 Jeremy Tribby. All rights reserved.