Simple blog system version 1.0 completed and launched

Preface Unconsciously, from the first Yazi’s blog system to emlog, and now to the simple blog system written by myself, it has been the first anniversary of building a blog. My goal in the first stage can be regarded as reaching a stage. As a non-profit website, it is just a place for writing, expressing emotions, chatting, and bragging. I think I will keep doing it. Anyway, the cost of the website is not too big. ...

September 30, 2017 · 1 min · MoeJue

Implement Emlog’s latest comment list without displaying blogger’s comment replies

Bloggers need to interact with visitors frequently, and the blogger’s reply is also displayed as a comment in the latest comment. In this way, if the blogger replies to several comments at a time, all his own comments will be displayed in the latest comment, which is not good. Take my current emlog5.3.1 version as an example: Open the cache.php file in the include/lib directory (this is a cache function file) and find the following code in it: ...

May 6, 2017 · 2 min · MoeJue

Exposing the website's backend address is a very dangerous thing

Exposing the backend address of a website is a very dangerous thing. For example, the backend address of my website is: Admin Login The Internet is a complex world, and every webmaster must learn to protect himself. The default background path of emlog is the admin directory, which exposes important information very nakedly. There are three steps to modify the default background path: Open the admin directory, find globals.php, and open it with editplus or other editors. If you want to open it with notepad, you can do it ^_^ No consequences. ...

April 30, 2017 · 3 min · MoeJue