-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
41 lines (27 loc) · 1.3 KB
/
README
File metadata and controls
41 lines (27 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Actual development is here: https://gitlab.com/zlax/phpcsvguestbook
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 example:
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://gitlab.com/zlax/phpcsvguestbook
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).