Instructions for : Guestbook and Comment Box
Free PHP Scripts
Instructions for version 1.0.0
* Download the zip file and extract it.
* Open gb_config.php from gb_admin
* Enter ther database details.
* Now, go to phpmyadmin and import the tables from sql folder (If you have problem, or don't know how to do it, contact support)
http://yourwebsiteurl.com/gb_admin/login.php (i assume that you have uploaded the files in root of your host) username : admin * gb_template.php is containing the design of guestbook / comment form and user's comments
password : admin
Don't forget to change the login details
* It is quite easy to change the design. There are only very few styles written. Modify them to match with your template
<?PHP * $unique_id can be text or number or both. Use only alphabets and numbers. It is very useful if you are going to use this script as a comment box. So every page, you can use different $unique_id to get different results.
$unique_id = 'xs_123';
include_once("gb_include.php");
?>