// *************************************************************** //
// * * //
// * BIG SAM : Built-In Guestbook / Stand-Alone Module * //
// * Version 1.1.13 May, 31st 2002 * //
// * * //
// * Copyleft 2000 Georges Zadrozynski & Rémi Lecoupé-Grainville * //
// * gezzed@gezzed.net & remilg@free.fr * //
// * * //
// * Homepage : http://bigsam.gezzed.net/ * //
// * Mail : bigsam@gezzed.net * //
// * * //
// * This source is under GNU/GPL General Public License * //
// * * //
// *************************************************************** //
/*
BIG SAM - Built-In Guestbook / Stand-Alone Module - PHP Guestbook
Copyright (C) Georges Zadrozynski & Rémi Lecoupé-Grainville
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
$version = "1.1.13";
// Ádám rakta be
$archivalt = 800;
/**********************************
* Configuration Step 1 : Language *
**********************************/
// Please remove all the unwanted language blocks
//ENGLISH
$langAdminError = "Administrator Error";
$langBsGuestbook = "BIG SAM Guestbook";
$langChPassword = "Change Password";
$langEmail = "E-mail:";
$langEntry = "Entry";
$langGbAdmin = "Guestbook Administration";
$langMessage = "Üzenet:";
$langName = "Név:";
$langnewPassword = "New Password :";
$langOpenError = "Error opening file !
Be sure writing is allowed in this directory.";
$langPassChanged = "The password has been changed.";
$langPassError = "The new passwords don't match !";
$langPassword = "Change Big Sam Password";
$langRetype = "Retype new Password :";
$langSubmit = "Kész";
$langSubmitModif = "Submit Modifications";
$langSystemError = "System Error";
$langSystemMessage = "System Message";
$langWrongPassword = "Wrong Admin Password";
/*******************************************
* Configuration Step 2 : Carbon Copy Email *
*******************************************/
// carbonCopy = 1 enables mail sending to mailRecipient.
// mailRecipient receives a mail each times an entry is entered (if carbonCopy = 1)
// mailSubject is the subject of the mail which is sent.
$carbonCopy = 1;
$mailRecipient = "otkenyer@otkenyer.hu, m.s@freemail.hu, birtalanb@mail.datanet.hu";
$mailSubject = "[BIG SAM] Új bejegyzés a vendégkönyvbe";
/********************************
* Configuration Step 3 : Colors *
********************************/
// Choosing colors (Remove the unwanted color-model)
/*
// Standard (Greys, bright background)
$colorWhite = "\"#FFFFFF\"";
$colorBlack = "\"#000000\"";
$colorHeads = "\"#666666\"";
$colorBody1 = "\"#EEEEEE\"";
$colorBody2 = "\"#DDDDDD\"";
*/
// The Following is the BIG SAM standard
$colorWhite = "\"#FFFFFF\"";
$colorBlack = "\"#000000\"";
$colorHeads = "\"#42426F\"";
$colorBody1 = "\"#FFF8DC\"";
$colorBody2 = "\"#EFE8CC\"";
// Data submission form colors
$formHeadColor = $colorHeads;
$formBodyColor = $colorBody1;
$formTailColor = $colorBody2;
$formHeadText = $colorWhite;
$formBodyText = $colorBlack;
// Guestbook entries colors
$entryHeadColor = $colorHeads;
$entryBodyColor1 = $colorBody2;
$entryBodyColor2 = $colorBody1;
$entryHeadText = $colorWhite;
$entryBodyText1 = $colorBlack;
$entryBodyText2 = $colorHeads;
// Messages colors
$adminHeadColor = $colorHeads;
$adminHeadText = $colorWhite;
$adminBodyColor1 = $colorBody2;
$adminBodyText1 = $colorBlack;
$adminBodyColor2 = $colorBody1;
$adminBodyText2 = $colorHeads;
/********************************
* Configuration Step 4 : Header *
********************************/
function displayHeader()
{
global $version;
header ("Expires: Sat, 01 Jan 2000 00:00:00 GMT");
echo ("\n");
include ("v-head1.php");
include ("v-head2.php");
include ('arch.php');
}
/********************************
* Configuration Step 5 : Footer *
********************************/
function displayFooter()
{
echo ("");
include ('../nyil0-r.php');
include ('../cim-r.php');
echo ("