Setting up phpEventCalendar |
phpEventCalendar is a MySQL backed application that allows users to post and display events or notes on month-at-a-glance calendar. A user administration panel allows authorized users (Administrators) to control
who can add, delete, and edit events (Editors).
Dollarhost Demo: http://calendar.samplesite.biz
This tutorial will guide you through the phpEventCalendar setup and installation
process on our servers. It is assumed that your account has support for PHP and MySQL.
Part A - Downloading the Script
The
script can be downloaded here.
The
file that you will download is a compressed bundle containing the files of the
phpEventCalendar distribution in zip format. Unpack this archive in
a temporary directory on your computer using decompression software.

Part B - Software Configuration
Make changes to config.php. The setting should look like below:
DB_NAME: (enter your DB name)
DB_USER: (enter your DB Username)
DB_PASS: (enter your DB password)
DB_HOST: (enter 127.0.0.1)

Part C - Upload phpEventCalendar
Start your FTP software and after connecting to your web server, in your HTML root folder /var/www/html/, create the folder "calendar". Upload all the files to the /var/www/html/calendar folder.

Part D - Create Database
In a browser, go to the URL for the createtables.php file (eg, http://www.yourdomain.com/calendar/createtables.php). This step creates the database tables, and give you a link to the calendar if successful.

FINAL NOTES
Your phpEventCalendar setup is now complete.
View your calendar at: http://www.yourdomain.com/calendar
Login to the calendar (link is at bottom) with the default user:
username: admin
password: password

Once you are logged in, please visit the user
admin page (link at bottom), and change your password.


Finally, delete the createtables.php file, and installation is
complete.

For more information on phpEventCalendar please visit this website, http://www.ikemcg.com/scripts/pec/index.html.

|