|
Funcitonalities
Party Signup Board
- Easy signup, easy deletion
- Due to a SSI type, you can design any event page and put this CGI into it
- Only can registered person delete due to password protection
- There is an upgreaded version Party signup board 3 which does not use SSI.
Installation
- Put joinlist.cgi into a CGI executable and writable 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 joinlist.cgi to match your server environment.
- Modify permission of joinlist.cgi properly.
- Create a parent page as .shtml file which is SSI executable. Put joinlist.cgi into the HTML file as below
<!--#exec cgi="../cgi-bin/joinlist.cgi" -->
- Modify "joindir = "../joinlist";", "$cgibin = "../cgi-bin";", "$datafile = "$joindir/joinlist.dat";", "$eventhtml = "$joindir/event.shtml";" in joinlist.cgi if necessary.
- Open the .shtml file. Then it will ask admin password. Please set it here.
- Once set the password, the CGI will work as a Party Signup board 2.
Sample and Source
Revision history
- Ver 2.021 : 9/11/05 : Deleted jcode.pl. Addec Copyright
- Ver 2.02 : 1/22/05 : Modified to not register without a name
- Ver 2.01 : 3/24/03 : Added error processing when missed a password
- Ver 2.0 : 10/27/02 : Added password function, conbine rdjoin.pl and wrjoin.pl into joinlist.cgi
|