SimpleLog blog system is a blog system built by PHP+MySQL
Using the Smarty template engine, the program is separated from the template, making it more friendly to design templates. Templates can be customized in the background.
Using jQuery, js extension is easier, and the system's Ajax function is implemented based on jQuery.
Ajax is used on log comments and log comment loading and user registration
The editor uses FCKeditor, a visual editor, which supports uploading files, images, and audio and video playback. The new version of CKEditor is not used for the time being.
The system introduces groups, which can control user permissions on the group and set the permissions that users have to access the backend. For example, users in a certain group can only publish logs, and users in a certain group can view and modify comments.
There is a relatively complete membership permission control
Published logs can be password-protected and allowed to be viewed by specific group members.
The template is very ugly. I basically don’t understand design. If you are a designer and are interested in it, you are welcome to join us.
This is an open source system that follows the MPL License and is free forever. This is also my personal hobby and I will continue to develop it.
Many aspects of this system are borrowed from ecshop, including the overall framework of the program, the management background http://your website/admin, the initial username of the background is admin, and the password is 123456
Expand