The source code of the online advertising coding task website developed and produced based on PHP+MYSQL. Thinkphp imitates the I Love Advertising Task Network website source code download. The source code of the online advertising coding task website developed and produced based on PHP+MYSQL. The underlying kernel is THINKPHP. It is generally complete! There is a need. Friends can download and try it!
Installation environment: php5.3 or above + mysql5.6
Installation method:
1. Import the database file in the root directory.
2. Open Conf/config.php and modify the database configuration file.
3. Save. If the access domain name is displayed normally, the installation is successful.
4. Log in to the backend address: http://your domain name/Admin.php
Special tips:
1. After the official launch, you need to turn off the prompt mode to enable caching to improve efficiency. Open index.php admin.php and turn off the debug mode define ('APP_DEBUG', false);2. After modifying the system configuration in the background, you need to clear the cache before it will take effect.
3. If the background clearing is invalid, you can delete the front-end cache HomeRuntime folder and the background cache AdminRuntime4. The interface files are all in the HomeLibAction folder. First modify the key in this file. Some interfaces require filling in the alliance cooperation ID. , where Wml is the controller and api is the method. Pay attention to the case, the Liunx system is strictly case-sensitive!