![]() |
![]() ![]() ![]() |
4. Configuration |
Configuration of EternalMart Guestbook is SIMPLE and EASY!
Before you run the script, you are required to do the following first:
Modification of EternalMart Guestbook Configuration File (emgb_config.php)
You need to customize the following templates files :
template_emgb.html
template_emgb_form.html
template_emgb_preview.html
template_emgb_thankyou.html
template_emgb_view.html
template_emgb_view_message.html
You can use your
html authoring tools to edit these pages to suit your style on your website.
template_emgb.html
is used to display header and footer information.
template_emgb_form.html
is used to display guestbook input form.
template_preview.html is used to preview guestbook entry. template_emgb_thankyou.html
is used to thank your visitors.
template_emgb_view.html is guestbook entry table.
template_emgb_view_message.html is guestbook entry row.
You can modify those template files to your style. When modifing these files,
please don't modify text which is embraced with '{' and '}'. They
are KEYWORDS. If they are modified, strange result may occur.
Import table
structures into MySQL Database
You need to create MySQL database for the script to store messages. The
table structures are listed in the file 'emgb.sql' under the directory
'sql'
To import table
structures into MySQL, you should create the database first. Please visit the
site http://www.mysql.com for more information
on how to create database in MySQL.
You can import the table structures by entering the following command at
the command prompt:
mysql -u username -p password dbname < emgb.sql
where username,
password and dbname is your username, password and database name
respectively .
http://www.eternalmart.com | ![]() ![]() ![]() |