Giter Site home page Giter Site logo

phpbeginner_gmanage's Introduction

介绍

这是一个研究生及导师经费管理系统,功能包括:

  • 管理员增删改查
  • 研究生信息增删改查
  • 导师信息增删改查
  • 研究生以及导师关系的管理
  • 经费(批量)分配和分配日志
  • 留言板,后台可回复
  • 公告栏
  • 网站信息管理
  • 分页
  • 数据导出
  • 验证码
  • 用户审核

导入数据库

数据库文件保存在Data文件夹下,导入即可.

修改数据库连接配置

修改includes/common.inc.php

define('DB_HOST', 'localhost');  //地址
define('DB_USER', 'root');       //用户名
define('DB_PWD', '');            //密码
define('DB_NAME', 'gmanage');    //数据库名

登录

初始登录时有以下用户:

超级管理员:1000 密码:1

管理员:1001 密码:1

其它

学生也可以用学号登录哦,不过必须被审核过后才行

用户角色有:超级管理员、管理员、学生 各角色功能有明显区别,分别登录就能发现了哦

超级管理员的后台管理包括导出数据为excel、更改初始密码、是否允许注册、是否开启验证码、分页类型、每页条目数、网站标题、执行耗时等等

安全方面考虑了应对SQl注入、跨页面攻击、页面盗用等等

❗ PS:2012年写的一个完整项目,经验不足/不懂对象/高手勿喷~😬

phpbeginner_gmanage's People

Contributors

udoless 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.