INTRODUCTION |
A small comment management system in PHP with data backup as XML files protected by HTACCESS. This system allows users to leave a comment on a website. A password-protected private administration interface allows you to manage the registered comments and access some options. The classic management features are available:
This script is distributed for sharing purposes and should not be used in production without understanding how it works. |
INSTRUCTIONS |
Installation
This script does not require any database installation. Just copy the contents of the directory to the desired location. Reset dataThe data is saved as XML files. To reset the data, delete the contents of the XML files in the "db" directory. Change the password of an administrator
It is possible to change the password of the administrator directly in the administration interface, by following "Options"> "Account options" Change HTACCESS passwordThe data storage directory "db" must be inaccessible from the web, so it is important to keep it protected by HTACCESS with the most difficult password to find. |
LICENSE |
This program is free software, released without any warrantee or licenses. Feel free to use, modify, redistribute like you want. |
DOWNLOAD |
This document by Christophe Leblanc is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. |