PHPCSV Guestbook / Feedback form
Go to file
ivan f29b5576b7 order of closed tags fix 2020-02-01 17:03:42 +01:00
upload Added empty directory 2017-09-28 00:46:26 +03:00
.htgbdb.csv gbdb.csv -> .htgbdb.csv and multiemail notifications 2018-05-20 11:06:29 +03:00
LICENSE add feedback form mode 2018-05-20 11:27:01 +03:00
README add feedback form mode 2018-05-20 11:27:01 +03:00
administration.php Choose language from settings.php 2017-10-26 21:42:57 +03:00
anthrstlsht.css License update to 2.55 2018-04-29 19:15:40 +03:00
index.php order of closed tags fix 2020-02-01 17:03:42 +01:00
page.php some code refactoring, there is no any warnings now 2017-09-30 11:14:00 +03:00
settings.php add feedback form mode 2018-05-20 11:27:01 +03:00
settings_ar.php Choose language from settings.php 2017-10-26 21:42:57 +03:00
settings_en.php Choose language from settings.php 2017-10-26 21:42:57 +03:00
settings_ru.php Choose language from settings.php 2017-10-26 21:42:57 +03:00

README

PHPCSV Guestbook version 0.99.8

Simple php guestbook/feedback form with csv file data storage.

Features:
  - English, Arabic and Russian localization
  - Captcha
  - Admin panel
  - Search
  - Images and files upload
  - 'Read More' button
  - Pagination
  - Categories
  - Replies
  - Locked and sticky posts
  - Special fields
  - Feedback form mode

Working examples:
 http://arabic.freecluster.eu
 http://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: .htgbdb.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).