gbstart.html | template file for guestbook (start) | |
gbend.html | template file for guestbook (end) | |
gredirect.html | redirector file sample (the file to show after the form submitted & guestbook created) the name must be gredirect.html to activate... | |
gbook.html | html file where you can type name/comment/email/url | |
gbmask.html | html file where you can define the look of the guestbook fields are defined as follows: [$name$] gbook.html - input type="text" name="name" [$gemail$] gbook.html -input type="text" name="gemail" [$gurl$] gbook.html - input type="text" name="gurl" [$comment$] gbook.html - input type="text" name="comment" [$time$] time at the entry was written [$date$] date at the entry was written |
guest.pl | dummy module (includes guest2.pl) because i wrote the script under Win and i started them on Linux (CR + LF problem) |
guest2.pl | guestbook function (look inside for more info) WARNING!! if you want use this with W95/98 you must comment the call flock(..) out |
usecgidat | script to prepare CGI data coming from web-server |