FengCmsBeta1.32 update instructions:
1. Added Alibaba Cloud xss security plug-in to improve FengCMS system security
2. Add filtering to the core to improve system security.
3. Added dynamic thumbnail function. Thumbnails can be dynamically generated in memory based on large images, which can significantly reduce traffic usage and improve website opening speed (but it will occupy CPU resources, so use low-quality virtual hosts with caution).
Function usage {thumb(original image address, thumbnail width, thumbnail height)}
Example: {thumb($v['img'],120,80)}
4. Add a new web.config file for pseudo-static configuration of Windows 2008 and above systems (requires server support). We recommend that the system runs on a Linux server.
FengCms system introduction
The FengCms system is a set of PHP+MYSQL CMS created by the local network studio. Unlike other small CMS, our CMS is a completely independently developed core (CMS programs developed by the open source core are largely influenced by the core limitations, inherent flaws in security issues, and bloated code). Of course, since we are the core of independent development, we are very different from other CMS.
As a result, FengCms officially produced video tutorials and template tag white papers to facilitate everyone to quickly understand and use the FengCms website content management system.
Of course, this is not enough. Therefore, we will work harder, write more tutorials, and constantly improve our programs in order to provide you with better services!
FengCms is a cms system purely designed to display content. Therefore, FengCms does not contain any interactive modules (except for the built-in messages, which are not displayed by default). We are born purely to display content and are the best companion for purely display-type websites.
FengCms comes with a very powerful model system. Using the model system, you can freely build any required model. No more restrictions. Even, your new model may not even have columns, you can add them as you like.
The universal L tag function of FengCms can make arbitrary calls to any data table in the database, supports native PHP functions, supports loops within loops, and judgments within judgments.
Even more powerful is. The backend of FengCms is actually the same as the frontend and is written with the same code. Therefore, FengCms has unparalleled secondary development potential. The benefits need to be evaluated slowly!
The FengCms system can be used to create corporate websites, article websites, picture websites, movie websites, navigation stations, etc., and various types of websites that do not require an interactive system.
FengCms development team Shi Feng is developing a large project, and director Liu Feng currently works for a tourism company in Qinghai. Therefore, the progress of the FengCms project has slowed down. However, the FengCms team has never given up on FengCms. We will definitely continue to develop it. Please rest assured.
If you cannot download using the new download function, but open a garbled web page, please check whether the output_buffering option in the php.ini configuration file is Off, please change it to On or 4096
class="softxiaozi">FengCms Safety Instructions
1. Change the background password. Click "Change Password" in the upper right corner of the background to modify it.
2. Modify the background authentication code. Modify in the /config.php configuration file.
3. Modify the background path. Just modify the admin directory name directly.
Linux permission configuration 777
PS: When installing on a Linux server, please pay attention to giving 777 permissions to the following directory folders and sub-files under them.
/admin/app/dbbackup database backup directory
/admin/app/cache background cache file
/app/cache front-end cache file
/template template directory
/css style directory
/upload/upload directory
/config.php configuration file
New L tag writing method
The old universal label writing method:
{loopM("module")->l("article"……
New way to write universal tags:
{loopl("article"……
In other words, the adjustment "M("module")->" is omitted
There is no need to modify the originally written template because it is compatible with the old writing method.
class="softxiaozi">FengCms front page: