NetPb (Net Party branch) Chinese name: Online party branch system, is a content system specially used for online communication and information management of party members. The system adopts PHP+Mysql environment architecture and is based on the secondary development of the famous domestic open source system Dedecms. The entire system The interface and program have been modified in order to be more suitable for online management and communication of party members.
Installation instructions:
1. Download the NetPb program. The original file is a compressed file named NetPb.rar.
2. Unzip the file to the root directory of the website (the server needs to support PHP+MYSQL). If you don't know how, you can check the Php+Mysql environment setup article:
http://www.phpnow.org/guide.html
3. Enter the phpmyadmin background and import the database file netpb.sql in the root directory
4. Modify the config_base.php file in the include folder and fill in the following 20 lines with the correct information:
//Database connection information
$cfg_dbname = "NetPb"; //Your database name
$cfg_dbhost = "localhost"; //Database server address (usually the default)
$cfg_dbuser = "root"; //Database user name
$cfg_dbpwd = "vertrigo"; //Database password
$cfg_dbprefix = "NetPb_"; //Prefix (just keep the default)
5. Go to /admin/login.php, the default username and password are admin
After logging in, make relevant settings. The practical method is similar to Dedecms.
Expand