#!/usr/bin/perl ############################################ ## ## ## WebBBS ## ## by Darryl Burgdorf ## ## (e-mail burgdorf@awsd.com) ## ## ## ## version: 5.12 ## ## last modified: 12/07/02 ## ## license modified: 4/13/06 ## ## copyright (c) 2002 ## ## ## ## latest version is available from ## ## http://awsd.com/scripts/ ## ## ## ############################################ # COPYRIGHT NOTICE: # # Copyright 2002 Darryl C. Burgdorf. # Copyright 2007 Stefan Lemcke # # This program is free software. You can redistribute it and/or # modify it under the terms of either: # # a) the GNU General Public License as published by the Free Software # Foundation, either version 1 or (at your option) any later version, # # or # # b) the "Artistic License" which comes with this program. # # You should have received a copy of the Artistic License with this # module, in the file artistic.txt. If you did not, I'll be glad to # provide one. # # You should have received a copy of the GNU General Public License # along with this program. If you did not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston MA 02111-1307. # # This program is distributed "as is" and without warranty of any # kind, either express or implied. (Some states do not allow the # limitation or exclusion of liability for incidental or consequential # damages, so this notice may not apply to you.) In no event shall # the liability of Darryl C. Burgdorf and/or Affordable Web Space # Design for any damages, losses and/or causes of action exceed the # total amount paid by the user for this software. ################################################# ## Define your forum's configuration settings! ## ################################################# ## (1) Specify the location of your webbbs_settings.pl script: require "/11ebb53.netsolhost.com/htdocs/alberta/webbbs_settings.pl"; ## (2) Locate the files and directories unique to this forum: $dir = "/11ebb53.netsolhost.com/htdocs/alberta"; $cgiurl = "https://canadianobits.com/alberta/webbbs_config.pl"; $boardname = "Alberta, Canada Obituaries and Death Notices Collection"; $shortboardname = "Alberta_CA_Obits"; ## (3) Define variables you want changed from webbbs_settings.pl: ############################################# ## Do NOT change anything in this section! ## ############################################# require $webbbs_text; require $webbbs_basic; &Startup; &WebBBS;