|
Functionalities
Party Signup Board
- Easy signup, easy deletion
- Due to a SSI type, you can design any event page and put this CGI into it
- There is a new version Party Signup Board 2 which has password protection
- There is also an upgreaded version Party signup board 3 which does not use SSI.
Installatoin
- Put rdjoin.pl and wrjoin.pl into a CGI executable directory.
- If necessary, create a new directory to store data file. It can be the same as where the CGI is located without creating a new one.
- Modify the Perl path of the first line of the rdjoin.pl and wrjoin.pl to match your server environment.
- Modify permission of rdjoin.pl and wrjoin.pl properly.
- Create a parent page as .shtml file which is SSI executable. Put rdjoin.pl into the HTML file as below
<!--#exec cgi="../cgi-bin/rdjoin.pl" -->
- Modify "joindir = "../joinlist";", "$cgibin = "../cgi-bin";", "$datafile = "$joindir/joinlist.dat";" in rdjoin.pl if necessary.
- Modify "$joindir = "../joinlist";", "$cgibin = "../cgi-bin";", "$datafile = "$joindir/joinlist.dat";", "$eventhtml = "$joindir/event.shtml";" in wrjoin.pl if necessary.
- Open the .shtml file. the CGI will work.
Sample and Source
Revision history
- Ver1.02 : 9/14/05 : Deleted jcode.pl
- Ver1.01 : 1/22/05 : Modified to not register if name is blank
- Ver1.0 : 10/21/02 : Initial revision
|