PHPCSV Guestbook / Feedback form
Go to file
ivan 860d8d2c1c Added empty directory 2017-09-28 00:46:26 +03:00
upload Added empty directory 2017-09-28 00:46:26 +03:00
LICENSE Init 2016-05-07 08:25:58 +03:00
README Added upload image feature 2017-09-28 00:31:08 +03:00
administration.php Text lenght fix in admin panel 2017-09-27 10:51:59 +03:00
anthrstlsht.css Added 'read more' feature 2017-09-27 10:31:42 +03:00
gbdb.csv Init 2016-05-06 23:02:56 +03:00
index.php Added upload image feature 2017-09-28 00:31:08 +03:00
page.php Added search feauture 2017-09-26 19:19:12 +03:00
settings.php Added upload image feature 2017-09-28 00:31:08 +03:00
settings_ru.php Added upload image feature 2017-09-28 00:31:08 +03:00

README

PHPCSV Guestbook version 0.97

Simple php guestbook with csv file data storage.

Working example: https://zlaxyi.soundragon.su/gb

PHPCSV Guestbook 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 other variables if necessary)

3. Check privileges for access to files: data storage (default: gbdb.csv) must have write permissions. If you enabled upload feature, 'upload' directory must have rwx 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).