Re: wwwboard.cgiの$basedirの設定が判りません


[ Follow Ups ] [ Post Followup ] [ DIGIWEB 日本語Users' BBS ] (PR) [レンタルサーバー]

Posted by 池田敏郎 on August 25日 (1996年) 07時25分32秒:

In Reply to: wwwboard.cgiの$basedirの設定が判りません posted by imo on August 24日 (1996年) 15時59分57秒:

imoさん、はじめまして。
私が「株式投資倶楽部」で使用(日本語化)しているので、設定を以下に書きました。
一応これで動いています。

#! /bin/perl
###########################################################################
# WWWBoard
# Version 2.0 ALPHA 2
# Created by Matt Wright
# Created on: 10/21/95 Last Modified on: 11/25/95
# I can be reached at: mattw@misha.net
# Scripts Found at: http://www.worldwidemart.com/scripts/
###########################################################################

require 'jcode.pl';

###########################################################################
# Define Variables

$basedir = "/digiweb/usr/ikeda/public_html/kabu/bbs";
$baseurl = "http://columbia.digiweb.com/~ikeda/kabu/bbs";
$cgi_url = "http://columbia.digiweb.com/~ikeda/kabu/bbs/wwwboard.cgi";

$mesgdir = "messages";
$datafile = "data.txt";
$mesgfile = "wwwboard.html";
$faqfile = "faq.html";

$ext = "html";

$title = "株式投資の談話室";

# Done
###########################################################################

###########################################################################
# Configure Options

$show_faq = 1; # 1 - YES; 0 = NO
$allow_html = 1; # 1 = YES; 0 = NO
$quote_text = 1; # 1 = YES; 0 = NO
$subject_line = 0; # 0 = Quote Subject Editable; 1 = Quote Subject
# UnEditable; 2 = Don't Quote Subject, Editable.
$use_time = 1; # 1 = YES; 0 = NO

# Done



Follow Ups:



Post a Followup

名前:
メールアドレス:

題名:

内容:

関連URL:
関連URLのタイトル:
関連画像のURL:


[ Follow Ups ] [ Post Followup ] [ DIGIWEB 日本語Users' BBS ]