joinlist.cgi

See the other CGIs Japanese Page



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
  1. Put joinlist.cgi into a CGI executable and writable directory.
  2. 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.
  3. Modify the Perl path of the first line of the joinlist.cgi to match your server environment.
  4. Modify permission of joinlist.cgi properly.
  5. 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" -->
  6. Modify "joindir = "../joinlist";", "$cgibin = "../cgi-bin";", "$datafile = "$joindir/joinlist.dat";", "$eventhtml = "$joindir/event.shtml";" in joinlist.cgi if necessary.
  7. Open the .shtml file. Then it will ask admin password. Please set it here.
  8. Once set the password, the CGI will work as a Party Signup board 2.
Sample and Source
    Sample
    joinlist.cgi

    Support forum


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