php mrbs,MRBS会议管理系统配置简要说明

首先,确保linux系统lamp或lnmp运行正常。

将MRBS文件夹放入指定的文件目录下

编辑config.inc.php文件修改一下参数;

$timezone = "Asia/Shanghai";

/*******************

* Database settings

******************/

// Which database system: "pgsql"=PostgreSQL, "mysql"=MySQL

$dbsys = "mysql";

// Hostname of database server. For pgsql, can use "" instead of localhost

// to use Unix Domain Sockets instead of TCP/IP. For mysql "localhost"

// tells the system to use Unix Domain Sockets, and $db_port will be ignored;

// if you want to force TCP connection you can use "127.0.0.1".

$db_host = "localhost";

// If you need to use a non standard port for the database connection you

// can uncomment the following line and specify the port number

// $db_port = 1234;

// Database name:

$db_database = "mrbs";

// Schema name.  This only applies to PostgreSQL and is only necessary if you have more

// than one schema in your database and also you are using the same MRBS table names in

// multiple schemas.

//$db_schema = "public";

// Database login user name:

$db_login = "mysql_username";

// Database login password:

$db_password = 'mysql_password';

// Prefix for table names.  This will allow multiple installations where only

// one database is available

$db_tbl_prefix = "mrbs_";

// Set $db_persist to TRUE to use PHP persistent (pooled) database connections.  Note

// that persistent connections are not recommended unless your system suffers significant

// performance problems without them.   They can cause problems with transactions and

// locks (see http://php.net/manual/en/features.persistent-connections.php) and although

// MRBS tries to avoid those problems, it is generally better not to use persistent

// connections if you can.

$db_persist = FALSE;

如需要指定管理员可以添加一下内容

$auth["admin"][] = "username";//登录名称

如需要将登陆用户通过邮箱账号来登录可以添加以下字段

$auth["type"] = "pop3";

# 'auth_pop3' configuration settings

# Where is the POP3 server

$pop3_host = "pop.mail.com";修改成服务器指定地址

# The POP3 server port

$pop3_port = "110";

lang/lang.zh-cn可以进行修改页面的中文显示

根据对应关系进行修改

systemdefaults.inc.php修改系统默认配置

创建

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
MRBS 会议室预定管理系统简介 MRBS是一个基于PHP/MySQL/PostgreSQL开发的,使用浏览器访问的会议室预订管理系统。使用区域对会议室进行分组管理。 MRBS 会议室预定管理系统特点: •网络/内联网 - 可透过浏览器的任何工作站 •简单跟随,基于Web的选项和直观演示 •灵活的重复预订 •身份验证与您现有的用户数据库(如Netware的,NT域,NIS等) •确保冲突的项目不能进入 •报告选项 •可选的日/周/月视图 •多种身份验证级别(只读,用户,管理员) •支持按预订时间或时段 - 非常适合在学校使用 •房间管理员可以预订的通过电子邮件通知 •支持多国语言(翻译为加泰罗尼亚语,捷克语,中国,丹麦语,荷兰语,芬兰语,法语,德语,希腊语,意大利语,日语,韩语,挪威语,葡萄牙语,斯洛文尼亚语,西班牙语,瑞典语,土耳其语) •稳定和使用中的许多组织 •MySQL和Postgres的支持 演示的登录名密码都是admin MRBS更新日志: 修正了邮件调试输出 修复了升级17使用PostgreSQL时(日期时间数据类型) 新增产量的冲洗期间大型数据库的升级长期提供一些反馈 PostgreSQL中固定的问题升级25(日期时间数据类型) 修正各种问题与升级24[e4674a64d965] 要警惕的措辞小的改动,以支付超出1.4.6升级 增加了一个命名空间语句来避免冲突升级与24 在提交修正错字 MRBS 会议室预定管理系统页面展示  相关阅读 同类推荐:站长常用源码

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值