This is MyGuestbook Version 0.9.5 There is now an experimental Version for PostgreSQL. Thanx alot to Alessio Bogani! The Files for PG are in the Directory "pgsql/". Just copy them over the MySQL-Files in "gb/". *** Requirements *** A Webserver (yes, really ;-)) preferably Apache PHP3 (Tested under 3.0.6, 3.0.7, 3.0.12 and PHP 4 Beta 1, 2 and 3. Should work with older Versions) MySQL (Tested under mySQL 3.21.25-gamma) *** Download *** Take a Look at http://mygb.php-homepage.de *** Installation *** Extract the File using gunzip MyGuestbook-x.x.tar.gz tar xvf MyGuestbook-x.x.tar Where x.x is the Version. This should create a Directory called "gb/". Then cd gb. To set it up, run "mysql dbName < gb.sql". You may have to use "mysql -u username -pYourPassword dbName < gb.sql" if you've set your database to use usernames. It has been tested using MySQL mySQL 3.21.25-gamma. If you have any Problems installing the gb.sql File, I recommend downloading phpMyAdmin by Tobias Ratschiller at http://www.phpwizard.net/phpMyAdmin/. Edit the File connect.inc.php3 for your Needs. Call it like http://www.yourserver.com/gb/index.php3 or, if you want to show all Entries, http://www.yourserver.com/gb/index.php3?show=all To delete Entries just call admin.php3 and choose the Entry to delete. ATTENTION! I strongly recommend to move admin.php3 to a password-protected Directory and edit the Path to connect.inc.php3! *** Description *** This is just a simple Guestbook I wrote because I didn't find anything on the Web that would satisfiy me. It's nothing special, but i really like it ;-)) *** License *** Licensed under GPL, see file copying.txt for more Information. It would be great if you do not delete the "Powered by MyGuestbook" from the Code. If you use it, please send an Email to mk@html-design.com and include the following: - Site on which you use MyGuestbook - Version of MyGuestbook - Version of PHP - Version of MySQL Thank you! **** Mark Kronsbein mk@html-design.com