WEBIMWEB即时通信系统ForUCHOME WEBIM
2021-10-03
WEBIMWEB即时通信系统ForUCHOME源码下载
说明:
高速下载是直接下载应用市场,用户下载后可自行搜索目标软件进行更高速,更安全的下载。
什么是WEBIM?
WEBIM是为UCenter Home专门开发的WEB即时通信系统,可以让UC Home拥有搜狐小纸条、校内网、Facebook一样WEBIM。
新版演示地址
http://www.58blog.net
新版功能特点
WEBIM与搜狐小纸条、校内通、Facebook IM的功能类似,实现UC Home好友间的在线聊天;WEBIM新版主要拓展了WEBIM服务器容量,实现100万并发用户支持。
安装步骤:
1. 修改config_im.php的参数设置:
// MySQL Database Configuration
$sql_user = 'admin'; //数据库用户
$sql_pass = '58blog.net'; //数据库密码
$sql_host = 'localhost';
$sql_db = '58blog'; //数据库
// This is the prefix for the ajax im MySQL tables -- this can usually be left alone.
// (If upgrading from a version < 3.1, set the prefix to '')
define('UC_PREFIX', 'uc_'); //uc的前缀
define('SQL_PREFIX', 'uchome_'); //uchome的前缀
$maxBuddyIconSize = 1000;
3.上传程序到根目录
在浏览器中打开以下网址安装数据表
/install.php 安装完后请删除此文件!
4. 打开 /template/default/header.htm 加入红色的部份
找到后面添加:
在导航的地方插入:
IM 聊天
复制代码
5. 打开 /template/default/footer.htm 加入红色的部份
在