The tjheer blog source code system is developed based on php+sql. This blog system is completed by myself independently. The underlying code is all handwritten and does not use the php framework. There are many more functions that will be gradually improved later. The official external version of this source code tjheer blog system is version 1.10. This source code tjheer blog system was developed by Tang He personally. It is mainly used for learning PHP technology and communication. Users are prohibited from using it for illegal activities. If you have any questions during the installation process, please contact the author via qq.
Since the underlying code does not use the PHP framework, it took me a lot of time. Whether this blog system can grow or not depends on everyone’s support! If you think this system still has potential, please help share it. After all, it is not easy for authors to develop.
Installation method:
1. Copy the source code to your website and directory
2. Upload the sq_shopimooc.sql file in the source code to the mysql database
3. Modify the lib/conf.php file
//Database configuration
define("DB_HOSP","localhost");//Log in to mysql's ip local test using localhost
define("DB_USER","root");//Username for logging in to mysql, root is used for local testing
define("DB_PWD","");//The password for logging in to mysql is empty for local testing
define("DB_DUANKOU","3306");//The default port for logging into mysql is 3306
define("DB_DBNAME","shopimooc");//Login mysql database name
define("DB_CHARSET","utf8");//Database encoding
4.Backend login address: http://localhost/login.html Username admin Password admin123
5. After successful login, open the backend home page parameters and adjust the website root directory to your website path and save it.
6. Refresh the background page (or press F5).
7. Then update the system module synchronization and article synchronization. Click 2 times
Update content of tjheer1.10 official version:
1.Beautify the background page (completed)
2. Activate the pinned function (completed)
3. Upload management redesign (completed)
4. Add batch selection operation in the background (completed)
5. Add message board management in the background (completed)
6. Add message reply function in the background (completed)
7. Add user message management in the background (completed)
8. Add page turning bar to search results (completed)
9. Add clicks and tags to the homepage category block (completed)
10. Recommended related articles (completed)
11. Empty messages can also be modified and submitted (completed)
12. Code optimization on February 15th (completed)
13. Merge the background navigation bar/modify advertising/curtain management (completed)
14. Fix the bug that the message board cannot count down (completed)
15. Optimize friendly links and sidebar style (completed)
16. The official version of tjhher blog system version 1.10 is online (completed)