#!/usr/local/bin/perl ##----製作者----## # # Players who's who Version 1.12 # # This is Freeware. # Script written by Masayoshi # Created on: 2002.09.15 # Update: 2002.09.23 # Copyright (C) 2002 Masayoshi. All Rights Reserved. # I can be reached at: masayosi@mahoroba.ne.jp # Scripts Found at: http://www3.mahoroba.ne.jp/~masayosi/cgi-labo/index.html # ############################################################ require '../cgi-lib.pl'; &ReadParse(in); ##----設定----## # タイトル $title = "Players who's who"; # 記録ファイル $dat = "pww.dat"; # 管理パスワード $pass = "1234"; # Home Page URL $home = "http://www3.mahoroba.ne.jp/~masayosi/cgi-labo/index.html"; # 色設定 $bgcolor = "#8080FF"; $tdbg = "#FFFFFF"; $text = "#000000"; $link = "#000000"; $vlink = "#990000"; $alink = "#FF3300"; $hlink = "#FF0000"; ##----設定終了----## $in{'pass'} =~ s/</g; $in{'pass'} =~ s/>/>/g; $in{'word'} =~ s/</g; $in{'word'} =~ s/>/>/g; $select = $in{'select'}; $hyouji = $in{'hyouji'}; $word = $in{'word'}; print "Content-type: text/html\n\n"; print <<"EOM";
パスワードが一致しませんでした.
EOM exit; } ##----パスワード入力----## sub front{ print <<"EOM"; EOM &end; } ##----登録入力欄----## sub add{ print <<"EOM";