Please note that the SQL Script is not available yet. Here is a list of tables and fields: Table audio AID bigint(20) UNSIGNED auto_increment ADTS timestamp(8) AUID bigint(20) ATITLE text AURL text Table comments CID bigint(20) UNSIGNED auto_increment CPAGEID bigint(20) UNSIGNED CPOSTID bigint(20) UNSIGNED CNAME text CEMAIL text CDTS timestamp(8) CTEXT text Table links LID bigint(20) UNSIGNED auto_increment LDTS timestamp(8) LUID bigint(20) LTITLE text LURL text Table news NID bigint(20) UNSIGNED auto_increment NDTS timestamp(8) NUID bigint(20) NSUBJECT text NBODY text Table pictures PID bigint(20) UNSIGNED auto_increment PDTS timestamp(8) PUID bigint(20) PURL text PEID bigint(20) PCAPTION text Table pictures_event EID bigint(20) auto_increment ETITLE text EDTS timestamp(8) EUID bigint(20) EDATE text ECOMMENT text Table users UID bigint(20) auto_increment UNAME text UPW text UREALNAME text UAIM text UPIC text UEMAIL text UBIO text Changes from v0.3.x (unreleased) tree: - Now has support for PHP with register_globals turned off, like in PHP version 4.2.0 and greater. Initially this was a hindrance, but as i have used it more and more, i like it. However, i have heard that PHP version 4.0 and earlier does not support the $_GET and $_POST variables. If this causes a problem, please note that at the top of each page the globals are called. Simply comment out these lines if you are using an old PHP version that does not support the $_GET and $_POST. - Customizable interface now closer to reality. Currently the font is still Verdana size 2 and is hardcoded. In the future, this will be easily changeable in the config files. As seen in INSTALL.txt, to create a interface designed for your site, simply design your site leaving room (i.e. a table cell) where you want the posts to show up, and then divide the file in two where you want it to be. Call the top part "top.inc.php" and the bottom "bottom.inc.php". - Now under the MIT License. You can change, modify, distribute, sell, yada yada yada. 100% open source. Do whatever you want. Just do these two things. ONE: make sure that the MIT license provided with each file STAYS with each file in tact, unmodified. TWO: don't forget to remember that i created this software, so feel free to send money (especially if you are making money off my package) :) - Guestbook has been temporarily suspended. Will be back for 0.6.0-ALPHA!