/******************************************

* andr3a guestbook V 1.0

*

* PHP - MySQL - JavaSCRIPT based guestbook

* author: andr3a

* date: 21/08/2003

* site: www.3site.it

* mail: andrea@3site.it

******************************************/




[ INSTALLATION ]

[ITALIANO]



INSTALLAZIONE:

Configurate a dovere il file cfg.inc.php che sta nella cartella guest_file.

Impostate database, host, user e password di admin, come al solito =)

Uploadate senza modificare il nome dei files/cartelle nello spazio web desiderato.

SETTATE A CHMOD 777 la cartella emoticons una volta uploadata

Lanciare la pagina guestbook direttamente dal vostro sito

Esempio: http://www.miosito.it/guestbook.php

Se la connessione al database riesce e il database esiste dovreste ritrovarvi il guest

installato per i fatti suoi e con il timplate di default.

A questo punto scegliete, se non l'avete gia' fatto, di includere o meno il guest nelle vostre pagine.

Esempio: pagina index.php scrivere dove si preferisce include("percorsoeventuale/guestbook.php");



SOLUZIONE PROBLEMI:

Se una volta incluso non dovesse funzionare, controllate nelle primissime righe del file guestbook.php che i percorsi

delle immagini e dei files, siano raggiungibili dalla pagina che state utilizzando con l'include.

Se il guest non e' incluso e background non vi piace, cambiatelo nel file cfg.inc.php



THANKS:

HTML.IT [ www.html.it ]





[ENGLISH][i try to explain ...]

Just configure cfg.inc.php in your guest_file folder before upload all files

in your site and set emoticons folder's CHMOD at 777

Launch the url with guestbook.php [www.mysite.com/guestbook.php]

It install itsself i hope and you'll see the default ttimplate as soon as your apache can!

Now chose if guest will be included or not.



TROUBLES:

If after including it doesen't work propretly, change the value of first variables on guestbook.php file ...

Be sure that the folder is correct and retry.

If guest's not included and background likes not so good, change the color on cfg.inc.php file.



THANKS:

HTML.IT [ www.html.it ]




[ UPGRADE YOUR OLD gBOOK V0.9 ]

[ITALIANO]
#uploadate e sovrascrivete tutti i vostri vecchi files, tranne cfg.inc.php
#Ora usate questa stringa SQL per modificare la prima tabella [ nessun dato verra' perso ].
ALTER TABLE `guestbook_1` CHANGE `ip_utente` `ip_utente` VARCHAR( 19 ) NOT NULL
#Aprite la vostra pagina e andate a modificare qualcosa, qualunque cosa, anche per rimetterla com'era, nel pannello admin. 
#Finito!

[ENGLISH]
#upload and replace all your old guestbook files with new. Leave only cfg.inc.php
#Now use this SQL string to modify a value [ no data will be lost ]
ALTER TABLE `guestbook_1` CHANGE `ip_utente` `ip_utente` VARCHAR( 19 ) NOT NULL
#Now open your gbook page and modify something. 
#Finish!

