Developed using PHP + MySQL (Using WAMP Server)
Developing Environment & Configuration:
- WAMP Server 3.2.3 x64
- Apache 2.4.46
- HTML5 + CSS3
- PHP 7.4.9
- MySQL 5.7.31
Much THANKS to the fellow developers & partners below:
- Yanxiang Bi (Major Back-end Developer)
- Tingsan Pan (Assistant of Front-end development)
- Mingyi Lv (Assistant of Back-end development)
They made contributions to the first version of this project while I am the major Front-end developer of the first version.
I myself finished the development of the 2.0 Version of this project.
-
Liquid 游戏销售平台,类似 Steam 的网页版游戏销售平台。
-
使用 PHP + MySQL (WAMP Server) 开发。
-
开发环境和配置:
- WAMP Server 3.2.3 x64
- Apache 2.4.46
- HTML5 + CSS3
- PHP 7.4.9
- MySQL 5.7.31
-
特别感谢以下同学/伙伴参与了 1.0 版本的开发:
- 毕研翔(项目后端的主要开发者)
- 潘廷三(协助项目前端开发)
- 吕明逸(协助项目后端开发)
本人主要负责 1.0 版本前端的开发(主要开发者)。
-
2.0 版本的前后端开发均由本人独立完成。
共 5 张数据表:
-
-
user (username, pwd, money)
-
game (gameID, gamename, gameprice)
-
shoppinglist (username, gameID)
-
usergame (username, gameID)
-
review (reviewID, username, nickname, email, gameID, evaRank, content, anonymous, open)
-
6 个 HTML 文件,3 个 PHP 文件
- index.html
- aboutus.html
- login.html
- regindex.html
- gamelist.html
- topup.html
- person.php
- shopping_list.php
- shopping_cart.php
9 个 PHP 文件
- login_check.php
- register_check.php
- logoff.php
- add_view.php
- add_list.php
- del_list.php
- topup.php
- deal.php
- pay.php
-
- 重新设计的数据库的表。将数据库的表从原来的 4 张扩充到现在的 5 张,增加了评论内容的表 review。
- **修改展示评论(review)的页面。**将原来展示静态(固定)的评论内容改为展示从数据库中获取到的评论信息。
- **修改评论页面,增加评论功能。**实现了在页面上填写评论信息并提交保存到数据库的功能。
- 将某些命名不规范的网页文件重新命名。
- 完善网站,解决了一些逻辑和显示的 bug 。
-
- 见 repo:GlareR/Liquid 。
-
主页(index.html):












