#!/usr/bin/perl ########################################################## # ForumScript.co.uk 04/12/2004 # © 1999-2004 ForumScript.co.uk # Script Updated for ForumScript.co.uk by Babelnotes.be ########################################################## # Instructions: http://www.ForumScript.co.uk/instructions/ # FAQ: http://www.ForumScript.co.uk/faq/ ########################################################## my $ScriptName = "x15432.pl"; my $Password = "sandyw"; my $ForumData = 'x15432.txt'; my $template = 'template.htm'; my $token = '@#@#@'; ########################################################## # Table Settings my $TableBorder = '#C0CCD7'; my $TableHeadColor = '#D5DDE4'; my $MessageViewTableWidth = '100%'; my $CellSpacing = '1'; my $CellPadding = '5'; my $MessTitleFont = "Verdana,arial,helvetica"; my $MessTitleFontsize = 1; my $MessTitleFontcolor = "#666666"; ########################################################## # Font Settings my $MessFont = "Verdana"; my $MessFontsize = 1; my $MessThreadFontSize = 1; my $MessFontcolor = "#000000"; ########################################################## # Cell Colours my $MainPageColorDark = '#F4F3F1'; my $MainPageColorLight = '#F4F3F1'; my $ThreadPageColorDark = '#F4F3F1'; my $ThreadPageColorLight = '#F4F3F1'; ########################################################## # Reply and Thread link Format my $BottomFont = "Verdana,arial,helvetica"; my $BottomFontSize = "1"; my $BottomFontColor = "#000000"; ########################################################## # Message Form Settings my $MaxLengthMessage = 3000; my $ROWS = 10; my $COLS = 50; my $MaxNameChars = 10; my $MaxSubjectChars = 58; ########################################################## # Miscellaneous Settings my $language = "EN"; my $MaxMessagesPerThread = 100; my $WrapIE ='SOFT'; my $Wrap = 0; ################################################################################## # ForumScript.co.uk © 1999 - 2004 Copyright # # The scripts are available for private and commercial use. # # You can use the scripts in any website you build. # # It is prohibited to sell the scripts in any format to anybody. # # The scripts may only be distributed by ForumScript.co.uk # # The redistribution of modified versions of the scripts is prohibited. # # ForumScript.co.uk accepts no responsibility or liability # # whatsoever for any damages however caused when using our services or scripts. # # By downloading and using this script you agree to the terms and conditions. # ################################################################################## $DefaulPassword=""; open (TEMPLATE, "< $template") or die print "$MESS{'IO_ERROR'} ($template)"; @templ =