Click on a "thread" below to read and reply. Click on "New Thread" to start your own.
#!/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 = "/cgi-local/ForumScript/forumscript.cgi"; my $ScriptHome = "/forum.shtml"; my $Password = "scope"; my $ForumData = '/home/www/html/ralphstuff/public_html/cgi-local/ForumScript/forumscript.txt'; my $template = '/home/www/html/ralphstuff/public_html/cgi-local/ForumScript/template.htm'; my $token = '@#@#@'; ########################################################## # Table Settings my $TableBorder = '#000000'; my $TableHeadColor = '#000000'; my $MessageViewTableWidth = '100%'; my $CellSpacing = '1'; my $CellPadding = '3'; my $MessTitleFont = "Verdana"; my $MessTitleFontsize = 1; my $MessTitleFontcolor = "#FFFFFF"; ########################################################## # Font Settings my $MessFont = "Verdana"; my $MessFontsize = 1; my $MessThreadFontSize = 2; my $MessFontcolor = "#000000"; ########################################################## # Cell Colours my $MainPageColorDark = '#FFEAD5'; my $MainPageColorLight = '#F0FFF0'; my $ThreadPageColorDark = '#FFEAD5'; my $ThreadPageColorLight = '#F0FFF0'; ########################################################## # Reply and Thread link Format my $BottomFont = "Verdana"; my $BottomFontSize = "1"; my $BottomFontColor = "#000000"; ########################################################## # Message Form Settings my $MaxLengthMessage = 3000; my $ROWS = 10; my $COLS = 60; 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 =