DYHB.BLOG (Chinese codename: New World) is a domestic single-user blog program based on PHP+MySql (Or other database), and comes with lightweight BBS and CMS functions.
DYHB.BLOG program functions
1. Personal blog.
2. BBS communityization.
3.CMS.
4. Avatar.
5. Short message.
6. More functions are waiting for you to discover.
DYHB.BLOG installation method
1. Unzip the DYHB.BLOG_X-1.0 compressed package to an empty folder.
2. Upload all files in Upload to the server
3. After uploading, if you are a Linux host, you also need to set the permissions of some directories or files to 0777. Follow the installation program's prompts...
4. Access index.php in the browser, DYHB.BLOG X will automatically create a database table. The program will automatically detect whether you are connected to the database. If it keeps prompting an error, please carefully check whether the database information you filled in is correct. If the error persists, please go to the DYHB.BLOG X official forum to seek solutions.
5. After the installation program is completed, please refresh the page!
If you think DYHB.BLOG X is good, please recommend it to your friends, thank you! If you have any comments or suggestions, welcome to visit our community to communicate!
DYHB.BLOG framework entrance
define(APP_NAME, blog); //Project name
define(APP_PATH,dirname(__FILE__)./blog); //Project path
/** Loading frame*/
require_once DoYouHaoBaby/DoYouHaoBaby.php;
/** Instantiate the framework and initialize it*/
App::RUN();