https://github.com/11003/say-love-wall
💖 (PHP7.0-7.2版本)由ThinkPHP5框架开发即开箱可用的告白墙、校园表白墙。表白可以通过发送邮箱告知对方,也可以分享表白内容。更多趣味查看 README.md 或网站。
https://github.com/11003/say-love-wall
php php70 php71 php72 say-love-wall saylove thinkphp thinkphp5 wall
Last synced: 3 months ago
JSON representation
💖 (PHP7.0-7.2版本)由ThinkPHP5框架开发即开箱可用的告白墙、校园表白墙。表白可以通过发送邮箱告知对方,也可以分享表白内容。更多趣味查看 README.md 或网站。
- Host: GitHub
- URL: https://github.com/11003/say-love-wall
- Owner: 11003
- License: apache-2.0
- Created: 2018-12-24T12:46:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T08:13:49.000Z (about 3 years ago)
- Last Synced: 2025-04-09T20:04:11.365Z (about 1 year ago)
- Topics: php, php70, php71, php72, say-love-wall, saylove, thinkphp, thinkphp5, wall
- Language: PHP
- Homepage:
- Size: 22.9 MB
- Stars: 39
- Watchers: 0
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 由Thinkphp5框架开发的告白墙
下载慢的话,可以试试下面的通道:
```
https://github.com.cnpmjs.org/11003/say-love-wall.git
```
```
https://hub.fastgit.org/11003/say-love-wall.git
```
```
https://github.91chifun.workers.dev//https://github.com/11003/say-love-wall.git
```
## 圣诞主题(后台可变更)
### 前台页面






## Thinks感谢!
详细跳转[广西科技大学平兄](http://pingxonline.com/)
### 后台功能
- 用户拉黑(gk_blacklist)
- 告白列表管理(gk_posts)
- 主题配置(gk_config)


---
# 其他常见问题
### PHP 版本
支持 7.0 ~ 7.2
### MySql 版本
5.x
### 模块不存在:index
解决方法:不要删除`data文件夹`
[](https://i.loli.net/2019/07/24/5d3738f96154942529.png)
### display.js 和 submit.js
解决方法:我把它们俩压缩了,分别是:display.min.js 和 submit.min.js
### 邮箱配置
解决方法:`app -> index -> config.php` 下面

如果遇到 **邮箱发送失败 connectIed()无法连接** 检测以下情况:
1. 查看`465端口`是否被占用
2. 在首页打印`phphinfo()`查看`php.ini`的`php_openssl.dll`和`php_sockets.dll`是否打开
```
;extension=php_sockets.dll
;extension=php_openssl.dll
```
3. 登录你买的服务器查看`465端口`是否开启
开启教程:https://www.cheshirex.com/143.html
### 建议删除`vender`这个文件夹并重新安装composer依赖包

```
//路径:/www/wwwroot/love/vendor
composer install --ignore-platform-reqs
```
### 主要数据表解释
[](https://i.loli.net/2019/07/24/5d373ac354b2a53976.png)
1. gk_blacklist IP拉黑表
2. gk_comments 评论表
3. gk_config 配置表(配置首页大图,排序icon和回到顶部的icon)
4. gk_guess 猜名字表
5. gk_like 点赞表
6. gk_posts 表白表
7. gk_user 用户表(admin,admin)
# 数据库文件
[back/love_liuhai.sql](https://github.com/Haiwar/say-love-wall/tree/master/back)
## 地址:
- 在线测试 前台
[http://love.musclewiki.cn](demo)
- 后台
(在线)
账号:test
密码:test
[http://love.musclewiki.cn/admin/login/index.html](表白墙后台)
# 最后
MIT;
请给我一个star❤~
就是赞一个。