#!/usr/bin/perl ############################################ ## ## ## WebBBS ## ## by Darryl Burgdorf ## ## ## ## Configuration File ## ## ## ############################################ ## (1) Define the location of your files: require "cgi-bin/webbbs_admin.pl"; require "cgi-bin/webbbs_text.pl"; $dir = "281/helpdesk/helpdesk"; $cgiurl = "http://www.281.com/cgi-bin/hd_config.pl"; ## (2) Tailor the appearance and functionality of your BBS: $UseLocking = 1; $bodyspec = "BGCOLOR=\"#ffffff\" TEXT=\"#000000\""; $messagespec = ""; $newspec = ""; $NewGraphicURL = ""; $HeadLinesFile = ""; $HeaderFile = ""; $FooterFile = ""; $MessageHeaderFile = ""; $MessageFooterFile = ""; $UseFrames = ""; $BBSFrame = "_parent"; $WelcomePage = "http://www.281.com/281/helpdesk/hd.html"; $Admin_Link_Name = ""; $Admin_Link_URL = ""; $SepPostForm = 0; $DefaultType = ""; $DefaultTime = ""; $boardnameb = "281 Communications - HELP DESK"; $InputColumns = 55; $InputRows = 8; $HourOffset = 0; $AllowHTML = 0; $AutoQuote = 1; $SingleLineBreaks = 0; $DisplayIPs = 0; # $UseCookies = 0; # require "cgi-bin/cookie.lib"; $Max_Days = 120; $Max_Messages = 500; $ArchiveDir = "281/helpdesk/archive"; ## (4) Define your e-mail notification features: $mailprog = 'c:/inetpub/wwwroot/cgi-bin/sendmail/sendmail -t'; $WEB_SERVER = ""; $SMTP_SERVER = ""; $maillist_address = "support\@home.281.com"; $notification_address = "support\@home.281.com"; $email_list = 1; $HeaderOnly = 0; # use Socket; &WebBBS;