What is it ?
Guestbook is a classical script who visitor can write some word...
System Requirements:
- A web server, with PHP3 or newer;
What this archive contains ?
This archive comes with 6 files:
1) COPYING: Copyright informations (GPL).
2) README: This file.
3) LISEZMOI: French doc...
4) guestbook.php: The PHP script.
5) guestbook.html: File will contain guestbook entries.
Download current version
Current version is v1.0, created 02/28/2000, last modified 02/28/2000.
Download source code / scripts and documentations :
Tar/Gzip archive : guestbook.tar.gz (0 Ko)
DOS Zip format : guestbook.zip (0 Ko)
Installation and Configuration:
It's a PHP script, so installation is pretty easy.
Copy guestbook.php and guestbook.html in your good directory.
Change permissions to guestbook.html for be writing by nobody (chmod a+rw)
Edit guestbook.php, you will have to do some configuration:
$GUEST_FILE = "/Absolute/Path/to/guestbook.html";
// En: Real path to guest book file.
$MOTIF = "<!-- Value_Add_Comments -->";
// En: Comment were should I had news messages.
$REFERERS = array('essais.dom', 'www.essais.dom'); // wihout http://
// En: URL(s) of serveur you can use this script.
$LANGUAGE = "EN";
// En: Chose your langage.
How to run it ?
go on http://www.hostname.dom/dir/guestbook.html
Version history:
Version 1.0 02/28/2000 - Script Created.
Copyright:
This software is copyright (C) 1999 Frederic TYNDIUK. It is distributed
under the terms of the GNU General Public License (GPL). Because it is licensed
free of charge, there is NO WARRANTY, it is provided AS IS. The author can not
be held liable for any damage that might arise from the use of this software.
Use it at your own risk.
See the file COPYING for more details (or http://www.gnu.org/).
Warning: This script is a free software so, but you should not remove copyright...
Updates ?
Latest version and New Scripts can be found at:
http://www.ftls.org/en/
Contact:
Please feel free to contact me with any comments, suggestions, bug fixes
criticism, or just a happiness messages.
If you run into any problems while trying to configure these scripts
first read this file carefully, if you don't find any solution, send me a Mail.
E-Mail: tyndiuk@ftls.org
Web: http://www.ftls.org/
Frederic TYNDIUK