VPS v2 CGI Library: guestlist

A simple way of interacting with clients that visit a web site is to allow them to sign a guestlist and leave some comments. We have created a Guestlist program that you can use.

Installation

To install the comments form and CGI on your Virtual Private Server you will need to do the following:

  1. Install the Guestlist and Guest Entry Form

    You will need to download the Guestlist HTML source and Guestlist Entry Form HTML source and store it in the appropriate www directory. The Guestlist Entry Form can be customized by simply changing the values assigned to these variables:

    Be sure that the variable name (MAXENTRIES, PATHNAME, PATHNAME, etc.) for each input field in the Guestlist Entry Form is not altered.

  2. Copy the Guestlist CGI directory

    As the root user, copy the guestlist directory from the /usr/local/share/contrib/ directory on your VPS v2 to the appropriate cgi-bin for the domain that will be using the script. Make sure to change the file ownership to the correct user.

  3. Customize the Appearance of the Guestlist CGI

    Two subroutines in the util.pl file are used to print out header and footer information. These functions are print_header_info and print_footer_info. Feel free to modify these functions such that the CGI outputs pages that are in synch with the motifs of the rest of your site.