Greetings all, 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 Thank you in advance, take care. Dennis