#!/usr/local/bin/perl
# ---------------------------------------------------
#
# TeaChat
$version = '1.7.2'; # 2002/2/18
# (c) 1998-2002 Toshikazu.S All rights reserved.
#
# URL : http://www.teachat.org/
# E-Mail : webmaster@teachat.org
#
# ---------------------------------------------------
############################### ユーザー設定ここから
$script = 'http://maiban.e-nihongo.net/chat.cgi';
# 【必須】chat,cgiのURL(http://からの記述を推奨)
$password = 'banmai33'; # 【必須】管理パスワード(半角英数字)
$dir = '.'; # chat.cgiから他のファイルへのパス。最後に「/」をつけないこと。意味がわからない人は触らないように。
$kcode = 'sjis'; # 漢字コード。EUCで設置する場合はここを「euc」に
# --------データファイル--------
# ファイル名は変更を推奨。変更する場合は下記記述の他サーバー上のファイル名の変更も忘れずに。
$chat_file = "$dir/chat.dat";
$ctz_file = "$dir/ctz.dat";
$decorate_file = "$dir/decorate.dat";
$rank_file = "$dir/rank.dat";
$mem_file = "$dir/mem.dat";
$count_file = "$dir/count.dat";
$punish_file = "$dir/punish.dat";
############################### ユーザー設定ここまで
&file_open;
# ---------------------基本設定----------------------
$method = 'POST';
$html_pl = "$dir/html.pl";
$tool_pl = "$dir/tool.pl";
$ctz_pl = "$dir/customize.pl";
$decorate_pl = "$dir/decorate.pl";
$color_dat = "$dir/color.dat";
$lockdir = "$dir/lock/";
$jcode = "$dir/jcode_se.pl";
$retry = 4;
$background = " background=\"$background\"" if($background);
$body = "