Description
PHP Prayer Board is software that collects, organizes, and displays requests for prayer. PHP Prayer Board is basically a bulletin board with a specific purpose: prayer requests. Users access it through their web browsers. An administrator sets is up on a web server, typically an intranet (or LAN) web server. PHP Prayer Board is good for internal use in Christian offices and organizations. The requests for prayer can also be published for public use.
First, ensure you have met the requirements (web server, PHP 4, database).
Next, download PHP Prayer Board, unpack the files and copy them onto your server's. A common location is /prayerb (e.g., brolewis.org/prayerb)
Modify 'Include/pb_config.php' to specify the correct hostname, username, and password for your database. Those variables are:
$cfg['mysql_host'] - host name (localhost will work for most setups)
$cfg['mysql_user'] - user name for accessing the database
$cfg['mysql_password'] - password for accessing the database
$cfg['mysql_database'] - the name of the database to access
If you are installing multiple copies of PHP Prayer Board, you will need to create a new value for $cfg['mysql_prefix'] for each install
If you are wishing to customize PHP Prayer Board by inserting the code into a pre-designed site, set $bConfig to true and follow the instructions in the 'Customization' link to the left
That should be all you have to do. To test your configuration, try connecting using your web browser.
All other variables are handled by the new Administrator Interface. If you are using a User Name system, this can be accessed by loggin into your site and clicking on the 'Admin Interface' link. Otherwise you will need to access the page by going directly to /pb_admin.php
If you need help beyond this file, please visit the forums by following the link to the left.
What's New in 0.6.0 Stable Release:
NEW FEATURES
CHANGES
BUG FIXES
** This program has accepted a new admin at this release and
What's New in 0.8.0 Beta Development Release:
NEW FEATURES
CHANGES
BUG FIXES
User Reviews for PHP Prayer Board FOR LINUX 1
-
PHP Prayer Board FOR LINUX is an efficient tool for organizing prayer requests within Christian organizations. Requires PHP setup.