
A feature of this program is that you need to enter an authorization code to enter the background login page and the front VIP page. It appears to be a streamlined version of the application that deleted some files, but has undergone basic repairs, and now has normal access to the background login page and the foreground VIP page. In addition, some necessary CSS and JS files have been added to the background to ensure normal operation. Other aspects are similar to versions released by other source code websites.
Here are the installation steps:
Test Environment: Before starting the installation, make sure your server environment meets the following requirements: PHP 5.6+, Apache 2.4+, and MySQL 5.6+.
Installation steps:
First, unzip the source code into the root directory of your website.
Then, open the Application\Common\Conf\db.php file to configure database connection information.
Next, edit the Application\Common\Conf\config.php file, configure email settings, and configure Weixin Pay information on line 139.
If you use EasyPay, you can edit line 14 of the Application/api/controller/yipaycontroller.class.php file. If you are using Alipay, edit line 121 of the Application/api/controller/codepaycontroller.class.php file.
For personal visa-free payment configurations, you can modify line 14 of the Application/api/controler/payapicontroller.class.php file.
For SMS configuration, you need to modify it in the file\Application\Home\Controller\PublicController.class.php. This system supports SMS platform.
In addition, a floating screen barrage function has also been added. You can find and add it in the application/Home/Controller/IndexController.class.php file, starting from line 316, directly copy and paste it.
Finally, import the database file to initialize the data.
Background login: You can log in to the background management interface by visiting http://your domain name/index.php/Admin/. The default administrator username is admin and the password is 123456.
Comments0