Script name: @1 AJAX Calendar PRO This version: v1.0 Last Updated: 24 Sep 2009 Website: www.upoint.info/cgi ============================================================================== FRESH INSTALLATION ============================================================================== 1) Configure config.php under main folder. 2) Create a main folder "calendarpro" in the ROOT directory (www.yourdomain.com/caldendar). 3) Upload all files/folders in the same structure as the ZIP file. For example, the location of "month.php" should be www.yourdomain.com/calendarpro/month.php. You can either: - unzip the ZIP file in your local drive and upload all files manually using FTP. ... or ... - upload the zip file using FTP and unzip using SSH. This method is strongly recommended as it is fast and more reliable. To use this method: a) Upload calendarpro.zip to the "calendarpro" directory. - www.yourdomain.com/calendarpro/calendarpro.zip b) Unzip using the SSH command "unzip calendarpro.zip". 4) a) Chmod the folders "template_c" and "flatfiles" 777. b) Chmod the file "datafile.txt" to 666. - It is recommended that you rename this file to something like "datafile878934.txt" for better security. Remember to set the correct name accordingly in config.php. 5) Browse to: ../calendarpro/example.php for examples to call the mini calendar via PHP Includes. You should see the mini calendar on the left of this page if your installation is OK. 6) To display the full-page monthly calendar, point to ../calendarpro/month.php. 7) Point your browser to the ../calendarpro/admin/login.php and login with the username/password you set in config.php. Default admin login is "admin/admin". 8) Other information can be found in "config.php". Good luck! ============================================================================== CUSTOMIZATION ============================================================================== 1) Edit "header.tpl" and "footer.tpl" to suit your web theme. 2) To change the look of the calendars, edit these 3 files under ..\calendarpro\templates\default - cal_full.css - cal_small.css - styles.css