phpGuestbook ver 0.0.2 Documentation
General Information
Please read the INSTALL file for installation instructions.
phpBanner is split into two parts:
- Admin interface, accessible through http://<yourdomain>/<PathToPhpGuestbook>/admin/
- Visitors interface, accessible through http://<yourdomain>/<PathToPhpGuestbook>/
The Admin Interface
Through this web based control center, you can manage your messages.
The Visitor Interface
Your visitors can signing your guest through this interface.
Configurations
At config.php3 in require/ directory you can find all configuration needed to setup this guestbook. This guide only explain the "field" configuration, other configuration is standard which you can understand it from the remark on each configuration subtitle.
field configuration
In this configuration you can define what fields should be in your guestbook. To include a field simply change it value from "false" to "true". You can not add other field as available here. Fit your need with the available fields.
required-field configuration
In this configuration you can define what fields will set to required-field in your guestbook. To include a field simply change it value from "false" to "true". You can not set a field to required-field if that field not included to your guestbook. But if you set it up anyway it wont be hurt.