23 Star 203 Fork 98

多客开源 / 多客圈子论坛交友婚恋语音直播综合系统源码(前端uniapp+后端th6)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

输入图片说明

多客圈子社区系统免费开源版1.2.1版

  • 她是谁??? 她是一款全开源支持免费商用的圈子社区论坛系统;是的!对!没看错! 她就是我们技术宅男的女神,我们为她熬夜伤肝,我们为她牵肠挂肚,我们为她彻夜难眠!

  • 多客开源团队(www.51duoke.cn)2022年伤肝之作!系统基于TP6+Uni-app框架开发;客户移动端采用uni-app开发,管理后台TH6开发。

  • 系统支持微信公众号端、微信小程序端、H5端、PC端多端账号同步,可快速打包生成APP;

  • 我们为你准备了完善的后台管理,不需要你懂PHP,按照教程3分钟安装完即可使用,堪比深夜的杜蕾斯还方便。

  • 我们为你准备漂亮的UI前端,导入UNI,2分钟编译为小程序,3分钟编译为安卓app,5分钟编译为ios系统。

  • 如果,我是说如果,你啥都不会,服务器不会架设,数据库也不会操作,打包也不会,联系我们即可。

  • 我们提供一整套安装调试上架服务。

  • 当然我们也有商业pro版,已增加各种酷炫功能。

  • 当然我们也会接二次定制开发的版本,只要你想,你就可以拥有。

输入图片说明

免费开源版H5演示

关闭原始访问人太多。请看截图

免费开源版后端测试

请自行安装后端。

小程序和APP,请自行用uniapp打包测试

后端下载地址:https://gitee.com/multi-customer-open-source/multi-social

后端程序目录

系统需求

  • PHP >= 7.2.5
  • MySQL >= 5.6.3
  • Redis

uniapp安装

将前端UNI目录导入到你的HBuilder里

修改tools/siteinfo.js 里的域名为你的域名即可

如果打包小程序及app 请参考uniapp官方文档

后端安装

将后端php代码放到你的网站根目录即可

====运行WEB目录==== public

====数据库==== 导入目录下的 db.sql 文件 修改目录下的 .env 数据库配置

配置文件路径/.env

APP_DEBUG = true

[APP]
DEFAULT_TIMEZONE = Asia/Shanghai

[DATABASE]
TYPE = mysql
HOSTNAME = 127.0.0.1 #数据库连接地址
DATABASE = test #数据库名称
USERNAME = username #数据库登录账号
PASSWORD = password #数据库登录密码
HOSTPORT = 3306 #数据库端口
CHARSET = utf8
DEBUG = true

[LANG]
default_lang = zh-cn

[REDIS]
REDIS_HOSTNAME = 127.0.0.1 # redis链接地址
PORT = 6379 #端口号
REDIS_PASSWORD = 123456 #密码
SELECT = 0 #数据库

3.修改目录权限(linux系统)777 /public

====后台登陆==== http://域名/admin 默认账号:admin 密码:6192652

功能简介

1、采用uniapp开发前端,可打包成小程序、APP安卓、app苹果、支付宝小程序等。具体请到uniapp官网查看

2、APP采用短信验证登录,小程序采用微信授权登录。

3、圈子支持后台建立和前台用户新建

4、用户发布帖子可选择圈子和话题,

5、帖子可后台添加和审核,及推荐和热门等操作

6、上传集成阿里云oss和七牛云,也可以本地储存

7、发布内容自动安全检测,采用七牛内容检测接口。

8、支持图片多图上传和拖动排序

9、支持会员等级

10、帖子支持圈子管理员前端推荐和置顶

11、支持勋章和用户等级

Admin(后台功能)
├─ 管理首页
|  ├─介绍版本信息、数据统计、常用模块、Echart数据概览
├─ 菜单管理
|  ├─后台权限菜单管理 编辑访客权限,处理菜单父子关系,被权限系统依赖(极为重要)
├─ 系统管理
|  ├─ 用户管理 - 添加新用户,封号,删号以及给账号分配权限组
|  ├─ 权限管理 - 权限组管理,给权限组添加权限,将用户提出权限组
|  └─ 上传管理 - 记录所有上传的图片文件信息、定位文件位置大小以及上传时间
├─ 配置管理
|  ├─ 基本设置 - 配置网站基本信息:标题、域名、客服电话、前端主题配色、前端字体颜色等前端基础配置信息修改
|  ├─ 上传配置 - 文件存储方式选择:本地存储、阿里云OSS、七牛云配置
|  └─ 操作日志 - 记录管理员的操作,用于追责,回溯和备案
├─ 站点设置
|  ├─ 广告管理 - 删改查
|  ├─ 首页管理 - ....
|  └─ 单页管理 - ....
├─ 圈子管理
|  ├─ 圈子列表 - ....
|  └─ 话题管理 - ....
├─ 会员管理
|  ├─ 会员列表 - ....
|  └─ 勋章管理 - ....
├─ ......

前端页面展示

首页和广场 输入图片说明

圈子和帖子

输入图片说明

个人主页

输入图片说明

后端部分页面展示

输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明 输入图片说明

文档

TP6开发手册

uniapp开发手册

输入图片说明

安装使用常见问答

1、关于敏感词过滤问题? 答:请到七牛云注册账号,在我的里会有AccessKey和AccessKeySecret,填写到我们后台的 上传配置七牛云那里,点击保存。 如果是想使用七牛云的图片储存请继续填写后面的空间名和域名等信息,如果不想使用七牛云储存,只需要填写key和secret。然后在选择储存方式为本地。 意思是七牛云这个必填。否则无法过滤。

如果不想过滤请到app/controller/user.php 这个接口文件里搜索 checkCloseSpeck 并把这一行注释掉。

2、关于APP版 发布活动选择地址和查看地址失效问题? 答:请在Hbiuder里 打开manifest.json, 点击APP模块配置,选中maps,选择你要使用那个地图,一般推荐高德和腾讯。请到高德或腾讯开放平台 注册账号,并添加应用。获取到key填写到这里。 因为APP采用的是sdk地图。小程序不需要考虑,是直接用微信的地图。

3、关于短信登录问题? 答:后台关闭短信验证,是为了测试使用的,或者是短信通道临时故障之类使用。就是用户不需要接收短信,直接可以登录。当正式版本发布后,建议你开启短信验证,并去阿里云购买短信,填写在后台即可使用。

4、我们的演示APP或者小程序为啥不能发帖子? 答:演示已经关闭发布功能,因为测试的人太多,天天乱发,影响测试的美观。 请自己搭建后 自己发布到你的数据库去。

5、linux系统需要配置伪静态代码 location / { if (!-e request_filename){ rewrite ^(.*) /index.php?s=$1 last; break; } }

6、windows系统设置伪静态。

请在宝塔里设置伪静态选择TH6 。

7、出现api接口读取500错误,

答:原因很多,大部分是 没有设置伪静态,请看第5条。或者是数据库没连接上。

8、安装后台后访问出现404找不到页面

答:大部分使用为宝塔的网站管理开启了防跨站,请关闭。

不断更新中....


**另外我们还提供商业版,更多功能哦 演示请看二维码

输入图片说明


输入图片说明


输入图片说明

特别鸣谢

排名不分先后,感谢这些软件的开发者:thinkphp、小牛admin、图鸟UI、vue、mysql、redis、uniapp等!

开源版使用须知

1.允许用于个人学习、毕业设计、教学案例、公益事业、商业使用;

2.如果商用必须保留版权信息,请自觉遵守;

3.禁止将本项目的代码和资源进行任何形式的出售,产生的一切任何后果责任由侵权者自负。

版权信息

版权所有Copyright © 2016-2022 by 四川掌上时代科技有限公司旗下多客开源事业部 (http://www.51duoke.cn http://www.siyibang.com)

All rights reserved。

著作权所有者为四川掌上时代科技有限公司。

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

🔥🔥🔥 🔥🔥🔥 多客圈子系统支持文字发帖、语音贴、视频贴等,并可以创建语音聊天、在线聊天、语音房APP,语音直播app,后台PHP管理。uniapp开源代码可打包小程序,安卓app、苹果app、H5等。快速建立社区兴趣圈、语音直播、礼物、商城、充值、宝箱、陌生社交系统APP、语音交友系统APP、婚恋系统app、直播系统app、本地门户app等各类应用。 展开 收起
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/multi-customer-open-source/multi-social.git
git@gitee.com:multi-customer-open-source/multi-social.git
multi-customer-open-source
multi-social
多客圈子论坛交友婚恋语音直播综合系统源码(前端uniapp+后端th6)
master

搜索帮助