Giter VIP home page Giter VIP logo

zjut-zxht's Introduction

zjut-zxht

精弘网络招新后台

AUTHOR

[email protected]

RELEASE INFORMATION

ZJUT-ZXHT 1.0

SYSTEM REQUIREMENTS

PHP 5.2.0 or later; we recommend using the latest PHP version whenever possible.

INSTALLATION

Import the file ./jhzx.sql to your MySQL database

Config the php file ./config.php

<?php
$config['dbHost']		=	'localhost';	// 数据库地址
$config['dbUser']		=	'jhtest';		// 数据库用户名
$config['dbPwd']		=	'jhtest';		// 数据库密码
$config['database']		=	'jhzx';			// 数据库名
$config['charset']		=	'utf8';
$config['tbPrefix']		=	'jh_';			// 表前缀
$config['urlroot']		=	'http://localhost/ht';	// 网站地址
$config['site']			=	array(
	'sitename'		=>	'招新管理',			// 网站名
	'siteintro'		=>	'精弘网络招新管理',	// 网站简介
	'keywords'		=>	'精弘, 精弘网络, 招新, 管理',		// 网站关键字
	'description'	=>	'精弘网络招新管理',	// 网站描述
	'admin_mail'	=>	'admin@localhost'	// 管理员邮箱
);
$config['timezone']		=	'Asia/Shanghai';	// 时区
$config['debug']		=	1;				// 是否开启调试模式

If you want to open 'new message alert', you need to config PHPMailer in file ./function.php at line 200 to 233

You can can change the administartor's username 'zjut' in table 'jh_users', the default password is 'jinghong'

###Reporting Potential Security Issues

If you have encountered a potential security vulnerability in this project, please report it to us at [email protected]. We will work with you to verify the vulnerability and patch it.

###Want to contribute?

Fork us!

LICENSE

This software is licenced under the GPL 2.0. Please read LICENSE for information on the software availability and distrib

ACKNOWLEDGEMENTS

This is a project for 精弘网络

zjut-zxht's People

Contributors

ambulong avatar

Watchers

James Cloos avatar  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.