|
Cette application PHP permet de créer un album de photos en ligne.
Un exemple: http://photo.riffzone.net
This PHP application allows to create an online photo album.
For example: http://photo.riffzone.net
Tout d'abord, téléchargez le dossier zippé suivant:
album.zip
First, download the following zipped folder:
album.zip
Copiez le contenu de ce dossier sur votre site par
FTP.
Assurez-vous que le sous-dossier "pictures" est autorisé en écriture pour les scripts PHP
(si vous ne comprenez pas de quoi il s'agit, il est sans doute plus sage de vous faire aider à ce stade).
Copy this folder's content on your site using
FTP.
Check that the "pictures" subfolder is write enabled for PHP scripts
(if you don't understand this part, it may be wise from now to get some help).
Vous avez donc dans votre dossier album (vous pouvez le renommer) les éléments suivants:
You now have in your album folder (you can rename it) the following items:
images |
 index.gif |
 spacer.gif |
index.php |
lib.inc.php |
pictures |
settings.txt |
Placez quelques images JPEG (.jpg) dans le sous-dossier "pictures" et c'est fait!
Vous pouvez aller consulter votre galerie en ligne...
(Au besoin, vous trouverez quelques images de test
ici)
Put some JPEG pictures (.jpg) into the "pictures" subfolder and it's done!
You can visit your online gallery...
(If needed, you'll find some test pictures
here)
| Réglages / Settings (opt.) |
Ouvrez le fichier texte "Settings.txt" situé à la racine du dossier album:
Open the "Settings.txt" text file, at the album's folder root:
INDEXTITLE=Album
INDEXICONSIZE=100
INDEXICONBORDERSIZE=8
INDEXLINEICONS=6
|
|
Vous pouvez changer suivant vos besoins les valeurs de:
INDEXTITLE : le titre de la page d'index
INDEXICONSIZE : la taille globale de chaque vignette de la page d'index
INDEXICONBORDERSIZE : la taille minimale de la marge intŽrieure de chaque vignette
INDEXLINEICONS : le nombre maximal de vignettes par ligne
You can change according to your needs the values of:
INDEXTITLE : the index page title
INDEXICONSIZE : the global size of each thumbnail of the index page
INDEXICONBORDERSIZE : the minimal size of the inside margin of each thumbnail
INDEXLINEICONS : the maximal number of thumbnails in a row
Bientôt...
Soon...
|