当前位置: 首页 > 站长资讯 > 正文页面

Discuz教程:UCenter 应用设置和论坛 config.inc.php 设置对照图


FVc网站目录_网站网址收录与提交入口

如果您论坛的 config.inc.php 中的 UC 设置变量丢失,可以参照本文手动添加。FVc网站目录_网站网址收录与提交入口

一般正常安装、升级的 Discuz! 6.1.0 论坛,您论坛根目录的 config.inc.php 中的最下面都会有类似以下内容,相关设置和解释如下:FVc网站目录_网站网址收录与提交入口

define('UC_CONNECT', 'mysql'); / 连接 UCenter 的方式: mysql/NULL, 默认为空时为 fscoketopen(), mysql 是直接连接的数据库, 为了效率, 建议采用 mysqlFVc网站目录_网站网址收录与提交入口

/ 数据库相关 (mysql 连接时)FVc网站目录_网站网址收录与提交入口

define('UC_DBHOST', 'localhost'); / UCenter 数据库主机FVc网站目录_网站网址收录与提交入口

define('UC_DBUSER', 'root'); / UCenter 数据库用户名FVc网站目录_网站网址收录与提交入口

define('UC_DBPW', 'root'); / UCenter 数据库密码FVc网站目录_网站网址收录与提交入口

define('UC_DBNAME', 'ucenter'); / UCenter 数据库名称FVc网站目录_网站网址收录与提交入口

define('UC_DBCHARSET', 'gbk'); / UCenter 数据库字符集FVc网站目录_网站网址收录与提交入口

define('UC_DBTABLEPRE', '`ucenter`.uc_'); / UCenter 数据库表前缀FVc网站目录_网站网址收录与提交入口

define('UC_DBCONNECT', '0'); / UCenter 数据库持久连接 0=关闭, 1=打开FVc网站目录_网站网址收录与提交入口

/ 通信相关FVc网站目录_网站网址收录与提交入口

define('UC_KEY', '123456789'); / 与 UCenter 的通信密钥, 要与 UCenter 保持一致FVc网站目录_网站网址收录与提交入口

define('UC_API', 'http://localhost/uc_server'); / UCenter 的 URL 地址, 在调用头像时依赖此常量FVc网站目录_网站网址收录与提交入口

define('UC_CHARSET', 'gbk'); / UCenter 的字符集FVc网站目录_网站网址收录与提交入口

define('UC_IP', ''); / UCenter 的 IP, 当 UC_CONNECT 为非 mysql 方式时, 并且当前应用服务器解析域名有问题时, 请设置此值FVc网站目录_网站网址收录与提交入口

define('UC_APPID', 18); / 当前应用的 IDFVc网站目录_网站网址收录与提交入口

细节说明FVc网站目录_网站网址收录与提交入口

UC_CONNECTFVc网站目录_网站网址收录与提交入口

如果您的 UCenter 和论坛、UCHome 等应用在一个服务器中,建议使用 MySQL方式,这样速度快。FVc网站目录_网站网址收录与提交入口

UC_DB*FVc网站目录_网站网址收录与提交入口

这些参数为 UCenter 的数据库连接参数,如果您不清楚,可以到 UCenter 安装目录下的 data/config.inc.php 中寻找。注意 UC_DBTABLEPRE 前面要加入 UC_DBNAME 的值并用“.”连接。FVc网站目录_网站网址收录与提交入口

UC_KEYFVc网站目录_网站网址收录与提交入口

如果您的应用已加入到 UCenter ,进入 UCenter的应用管理,进入您当前的应用。填写里面“通信密钥”的值。FVc网站目录_网站网址收录与提交入口

UC_APIFVc网站目录_网站网址收录与提交入口

如果您的应用已加入到 UCenter ,进入 UCenter的应用管理。填写里面当前应用的 ID。FVc网站目录_网站网址收录与提交入口

关于升级警告用户,以前安装过 UCenter 的用户不要重新安装 UCenter,直接使用 UCenter 的升级程序(upload/utilities/upgrade1.php)即可。否则您必须按照本文的方法手动修改 config 文件或者手动添加 UCenter 里面的应用。FVc网站目录_网站网址收录与提交入口

本文同样适用于 UCHome SupeV 等应用FVc网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章