■ YY Chat ■


  1. 概要

  2. 諸機能紹介

  3. サンプル

  4. ファイル構成
          [ directory ] ----- yychat.cgi ( パーミッション : 755 or 705 )
                          |
                          +-- comment.cgi(パーミッション : 755 or 705 )
                          |
                          +-- manage.cgi(パーミッション : 755 or 705 )
                          |
                          +-- member.cgi(パーミッション : 755 or 705 )
                          |
                          +-- admin.cgi(パーミッション : 755 or 705 )
                          |
                          +-- noframe.cgi(パーミッション : 755 or 705 )
                          |
                          +-- yychat.dat(パーミッション : 644 or 604 )
                          |
                          +-- member.dat(パーミッション : 644 or 604 )
                          |
                          +-- deny_ip.dat(パーミッション : 644 or 604 )
                          |
                          +-- jcode.pl( パーミッション : 644 or 604 )
                          |
                          +-- member.gif( パーミッション設定不要 )
                          |
                          +-- out.gif( パーミッション設定不要 )
       
  5. 設置方法
    1. ダウンロードしたファイルの拡張子は、それぞれ [.txt] になっているので 以下のように変更する。
      yychat.txt → yychat.cgi
      comment.txt → comment.cgi
      manage.txt → manage.cgi
      member.txt → member.cgi
      admin.txt → admin.cgi
      noframe.txt → noframe.cgi
      jcode.txt → jcode.pl
    2. 設置するサーバの Perl インタプリタへのパスを調べて、CGI ファイルの先頭行を修正する。 (一般的なプロバイダの場合は修正する必要なし)
    3. yychat.cgi,comment.cgi,manage.cgi,member.cgi,admin.cgi,noframe.cgi の [ ユーザー設定 ] を書き換える。(必須
    4. 中身が空のファイルを3つ用意し、それぞれ yychat.dat,member.dat,deny_ip.dat と名前を付けて保存する。
    5. 任意のディレクトリに転送し、各ファイルのパーミッションを設定する。
    6. yychat.cgi にリンクを貼る。

YY Chat Ver1.01
Produced by I.Oouchi