■ Simple Chat ■


  1. 概要

  2. 諸機能紹介

  3. サンプル

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

Simple Chat Ver1.30
Produced by I.Oouchi