RandomQuotations/README.md
2020-08-06 23:11:17 +08:00

26 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# RandomQuotations
PHP+MYSQL随机语录V2.0版本
# 简介
本程序是[随机语录](https://github.com/rainerosion/sjyl)系统的升级版本编码于2016年主要使用手机+电脑编码已经几年没有整理代码格式比较乱。由于对功能的扩展与维护不便暂时放弃该版本的升级与维护后续可能使用框架开发新的版本。这是本人入门PHP时的练手之作代码比较垃圾需要的朋友可以自行下载使用。
# 程序首页截图
![语录系统首页截图](./screenshot/index.jpg)
# 使用说明
- 先导入[word_rainss_cn.sql](./word_rainss_cn.sql)文件到数据库。
- 先clone本仓库的代码或者直接下载压缩包[RandomQuotations.zip](https://codeload.github.com/rainerosion/RandomQuotations/zip/master)。
- 将下载的压缩包解压到站点目录中。
- 修改[config.php](./config.php)文件中的数据库信息。
- 第一个注册的用户为默认为管理员,程序安装完成后请第一时间注册帐号。
# 开源协议
该项目使用[GNU GENERAL PUBLIC LICENSE V3.0](./LICENSE)协议开源。