Git Product home page Git Product logo

message-board's Introduction

简介

此为个人项目-留言板网页系统

功能只有留言功能和增加删除功能,和一个简单的后台管理来进行删除留言的信息.

此项目可运用的场景广泛,可以发挥想象力兼容自己的博客等

第一次开发,目前项目版本5.0,bug居多,多多谅解,此程序仅供参考

环境

  • PHP 版本:8.0
  • 面板:宝塔面板
  • 系统:CentOS 8.5.2111 x86_64(Py3.7.9)
  • MySQL:5.7.40
  • Nginx:1.22.1

安装注意事项

  1. 下载源码,上线部署即可,环境必须包括有数据库和Nginx或者是Apache和PHP,其他未进行测试.
  2. 在本地虚拟机搭建宝塔面板测试.
  3. 你需要修改一些地方才能正常运行: 秘钥是注册的唯一要求:在php/register_backend.php中的$fixedKey = "admin"; (admin)即是你注册的秘钥.
  4. 修改各个数据库连接的信息:
$servername = "localhost";
$username = "test2_top";
$password = "test2_top";
$dbname = "test2_top";
  1. 修改test2_top为你的数据库信息(替换为您自己的数据库信息),修改全部.php后缀文件.

  2. 可选:选择性导入数据库信息,数据库信息包含了已注册的账号(账号:admin/密码:admin)和几条留言信息作为测试.

已知问题

注册成功后不会自动跳转到后台管理页面

效果图

image-20231204200007633

image-20231204200024158

image-20231204200053254

message-board's People

Contributors

mghygithub avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.