rdjoin.pl wrjoin.pl

Top Japanese Page



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
  1. Put rdjoin.pl and wrjoin.pl into a CGI executable 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 rdjoin.pl and wrjoin.pl to match your server environment.
  4. Modify permission of rdjoin.pl and wrjoin.pl properly.
  5. 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" -->
  6. Modify "joindir = "../joinlist";", "$cgibin = "../cgi-bin";", "$datafile = "$joindir/joinlist.dat";" in rdjoin.pl if necessary.
  7. Modify "$joindir = "../joinlist";", "$cgibin = "../cgi-bin";", "$datafile = "$joindir/joinlist.dat";", "$eventhtml = "$joindir/event.shtml";" in wrjoin.pl if necessary.
  8. Open the .shtml file. the CGI will work.
Sample and Source
    Sample
    rdjoin.pl wrjoin.pl

    Support forum


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