PHP-Calendar

来自开放百科 - 灰狐
跳转到: 导航, 搜索

在线演示

http://demo.huihoo.com/php-calendar/
管理员: admin/admin

安装指南

获得 http://sourceforge.net/project/showfiles.php?group_id=46800 
tar zxvf php-calendar-x.y.tar.gz
mv php-calendar-x.y calendar
cd calendar 
获得  adodb http://sourceforge.net/project/showfiles.php?group_id=42718 
tar zxvf adodb491.tgz
touch config.php
chmod 666 config.php

创建数据库

mysqladmin -u root -p create calendar
mysql -u root -p
mysql>GRANT ALL PRIVILEGES ON calendar.* TO calendar@localhost IDENTIFIED BY 'calendar';
mysql>flush privileges;

安装向导

http://localhost/calendar/install.php
delete install.php and chmod 444 config.php

http://php-calendar.sourceforge.net/

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱