From 1b645528790637bcda4e4f9120de7a23f345df7d Mon Sep 17 00:00:00 2001 From: feder Date: Fri, 6 May 2016 23:34:33 +0300 Subject: [PATCH] Init --- license.txt => LICENSE | 0 README | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+) rename license.txt => LICENSE (100%) create mode 100644 README diff --git a/license.txt b/LICENSE similarity index 100% rename from license.txt rename to LICENSE diff --git a/README b/README new file mode 100644 index 0000000..a4f4308 --- /dev/null +++ b/README @@ -0,0 +1,22 @@ +PHPCSV Guestbook version 0.9 + +Simple php-guestbook with csv-file data storage. + +PHPCSV Guestbook 0.9 requires PHP 5.0 or higher version. + +Installation: + +1. Upload all files from repository to your website folder or sub-folder. + +Repository: https://github.com/zlaxy/phpcsvguestbook +Archive: https://github.com/zlaxy/phpcsvguestbook/archive/master.zip + +2. Edit settings.php: change $GBadmin and $GBpassword (and the other variables if necessary) + +3. Check privileges for access to files: data storage (default: gbdb.csv) must have write permissions. Other files need only read rights. + +Using: + +If you have uploaded files to a subfolder "/guestbook" of your webserver, then http://yourserver.domain/guestbook/ will open a guestbook. Following the link "http://yourserver.domain/guestbook/administration.php" will open the administration panel. + +For changing appearance you can edit page.php like simple html (for example: add css tags).