phpcsvguestbook/README

38 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2018-05-20 08:27:01 +00:00
PHPCSV Guestbook version 0.99.8
2016-05-07 05:28:46 +00:00
2018-05-20 08:27:01 +00:00
Simple php guestbook/feedback form with csv file data storage.
2016-05-07 05:28:46 +00:00
2017-09-29 08:54:49 +00:00
Features:
2017-10-22 08:36:11 +00:00
- English, Arabic and Russian localization
2017-09-29 08:54:49 +00:00
- Captcha
- Admin panel
- Search
2017-10-06 09:34:05 +00:00
- Images and files upload
2017-09-29 08:54:49 +00:00
- 'Read More' button
- Pagination
- Categories
2017-09-30 19:39:23 +00:00
- Replies
2017-10-02 07:28:59 +00:00
- Locked and sticky posts
2017-10-06 09:34:05 +00:00
- Special fields
2018-05-20 08:27:01 +00:00
- Feedback form mode
2017-09-29 08:54:49 +00:00
2023-09-26 08:07:47 +00:00
Working example:
2017-10-06 09:34:05 +00:00
http://zlaxyi.soundragon.su/gb
2017-09-25 09:39:36 +00:00
2017-09-25 21:01:36 +00:00
PHPCSV Guestbook requires PHP 5.0 or higher version.
2016-05-07 05:28:46 +00:00
Installation:
1. Upload all files from repository to your website folder or sub-folder.
2023-09-26 08:07:47 +00:00
Repository: https://gitlab.com/zlax/phpcsvguestbook
2016-05-07 05:28:46 +00:00
2. Edit settings.php: change $GBadmin and $GBpassword (and other variables if necessary)
2018-05-20 08:27:01 +00:00
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.
2016-05-07 05:28:46 +00:00
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.
2017-09-25 09:39:36 +00:00
For changing appearance you can edit page.php like simple html (for example: add css tags).