Mao10CMS update instructions:
1. Cancel the sharing module. The existence of this module is meaningless for users of independent shopping malls, and it is not powerful enough for shopping sharing websites. It can be said to be a useless existence. So it was directly canceled in version 3.0.
2. Integration of groups and product parts. This specific effect will be updated with a demo version on the official website later, and everyone can see the specific effect.
3. Points redeemable for cash function.
4. Based on the integration of the group product module, a new marketing function has been added. We temporarily named her "Wish". Users can select a product and post a wish (probably meaning I want to buy this product, my friends can help me raise some money). After writing down their wish, friends on the site will receive a prompt and can share it on other social networks. Website, WeChat Moments, etc. Other people can support the wish and pay some money or points to help the wish come true. Once the money raised reaches the selling price of the product, the product can be obtained. It can be said to be a crowdfunding method or a new marketing method.
5. Open QQ login interface.
6. Provide options for sorting text within the group.
7. Rewrite the homepage and article channel homepage.
8. Articles in the group and comments on the entire site are added to the review mechanism.
9. The website provides a variety of color options.
10. Fixed some bugs collected in the payment part.
11. Fixed the bug where the time on the group list page is incorrectly displayed.
12. Statistics on the total number of registered users.
13. Statistics of the total number of articles in the group.
14. Picture management function.
15. Website editor adds substantive functions.
16. Improve the update_xx function and fix the problem of repeated insertion of updated data (incomplete).
17. Open Youpai Cloud storage plug-in interface, you can choose to host image content in Youpai Cloud to improve website speed.
18. Customize product keyword descriptions.
19. Fixed some bugs that may lead to injection attacks.
Mao10CMS is a free and open source PHP website building system developed based on Thinkphp and Bootstrap. It is suitable for building various small shopping malls, shopping sharing, community and corporate websites. Of course, you can also use it to make a simple blog.
Simplicity and ease of use is the goal that Mao10CMS has always pursued. There is no cumbersome background here, and no obscure settings. All you need to do is install it and use it, and then focus all your energy on content construction!
Thank you again for your support of Mao10CMS!
Installation method
Mao10CMS installation requirements environment PHP5.3+&Mysql5.0+
1. Set the Public folder, Application/Runtime folder, Application/Common/Conf/db.php to be writable.
2. After uploading the program to the website space, visit http://your domain name/install.php to install it.
3. After the installation is complete, delete install.php and Application/Home/Controller/InstallController.class.php in the root directory of the website.
Pseudo-static setting method
1. Configure the server:
[Apache] environment
-The mod_rewrite.so module is loaded in the httpd.conf configuration file
-AllowOverrideNone changes None to All
-Save the following content as a .htaccess file and place it in the same directory as the application entry file
RewriteEngineon
RewriteCond{REQUEST_FILENAME}!-d
RewriteCond{REQUEST_FILENAME}!-f
RewriteRule^(.*)$index.php/$1[QSA,PT,L]
Pseudo-static configuration methods in other environments will be added gradually.
2. Modify the Mao10CMS configuration file:
Open the Application/Common/Conf/config.php file in the program directory and change the value of URL_MODEL from 0 to 2.
Just 2 steps, pseudo-static setting is successful ~
support
Mao10CMS promises to be permanently free and open source. If you have any questions during use, you can click on the online customer service on the right side of the website for consultation at any time.