Dennis Lapine wrote:
>
> I don't know why I waste my time posting the few questions that I
> have. This is a "beginners" list is it not? A question asked, should
> not be answered with another question. I'm not surprised in the
> response I got, but thought I'd try and get an answer from some
> seasoned people.
>

What you may not realise, Dennis, is that your question was
specifically about the software package that you have. It was
not to do with Perl, except insofar as the package is written in
Perl and the answer could be found by examining the source
code of the package. There is no standard 'cfg' file format
for Perl applications, and the segment of this file which you
showed was probably more informative to you than to any of
us.

Unless somebody on the list had by chance had experience with
the same software and knows an answer to your question, there
was no way that we could have given a better answer than
Randal's post. (And by the way, you won't get many more
'seasoned' people than him!) Our only other option would be
to ask you to post the entire source of the program and then
pore over it to find the handling of the cfg file: I'm sure you
can see that we would be reluctant to take this on, especially
as the software's author would probably be more than ready
to help, and may even have anticipated your requirement in
an updated version.

I hope this is clearer. Most of us take pride in the accuracy
and completeness of our replies, and would not wish to
disappoint you.

Rob Dixon

Dennis Lapine wrote:
>
> I have a discussion board that works quite well. I want to be able to
> have it post to two pages, instead of one. Can this be achieved by a
> comma separate in the "cfg" file that runs the script? Am I on the
> right track here, or is there an appropriate way to achieve this?
>
> # 'chatdir' is the directory to your html file that needs to be
> modified
> chatdir=/Chat/Chat1.html
>
> # 'chaturl' is the url to the file it needs to modify.
> chaturl=http://www.familyworkings.com/Chat/Chat1.html
>
> # 'cgiurl' is the url to your chat.pl file
> cgiurl=http://www.familyworkings.com/cgi-bin/chat.cgi
>
> # do you want it to log people's ip addresses?
> showip=yes
>
> # do you want people to be able to have html tags in their posts?
> allowhtml=no
>
> # do you people have to have an email address?
> emailrequired=no
>
> # to ban an address from your board uncomment the ban=whatever line
> # this is a comma separated list of ips: IE
> ban=localaccess.com,tds.net,whatever.com
> # ban=ipadddress.com





-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to