Thank you for downloading  this script.
This script was downloaded from http://boo.opaq.org bOO dESIGN
phpGuestBook is free and open source for NONCOMERCIAL use otherwise contact me at bogdaniel@gmail.com

________________________________________________
HOW TO INSTALL?
________________________________________________

1. Open include/connect.php and modify it with your data base informations;
2. Save and close include/connect.php :D
3. Run index.php. The mysql tables will self install;
4. Refresh browser

________________________________________________
OBESRVATIONS
________________________________________________

If mysql  tables was not instaled do it manually with those commands:

CREATE TABLE `guest_book` (`id` int(11) NOT NULL auto_increment,`name` text NOT NULL,`email` text NOT NULL,`location` text NOT NULL,`message` text NOT NULL,`ip` text NOT NULL,`data` text NOT NULL,`homepage` text NOT NULL,PRIMARY KEY  (`id`)) TYPE=MyISAM;

CREATE TABLE `randomtxt` (`text` TEXT NOT NULL) TYPE = MYISAM ;

INSERT INTO `randomtxt` ( `text` ) VALUES ('randomtext');

This script use AJAX and work fine on my pc... :D If on your don't work is not my bunisess, i don't care :D