pos lo subes y ya esta. leete el txt que viene donde se explica como se instala
te lo pego por si no lo tienes:
INSTALL FOR PHPNUKE:
-------------------
1-Copy folder in the good place
2-Import in your database coppermine.sql
3-chmod 777 folders:
modules/coppermine/albums
et modules/coppermine/albums/userpics
4-chmod 666 file:
modules/coppermine/style.css
5-Connect on your website as admin
6-Go to http://WWW.YOUR-SITE.COM/modules.php?name=coppermine
POUR INSTALLER POUR PHPNUKE:
----------------------------
1-Copiez les dossiers au bon endroit
2-Importez dans votre base de donnée coppermine.sql
3-chmod 777 les dossier:
modules/coppermine/albums
et modules/coppermine/albums/userpics
4-chmod 666 le fichier:
modules/coppermine/style.css
5-Connectez vous sur votre site en tant qu'admin
6-Allez sur http://WWW.VOTRE-SITE.COM/modules.php?name=coppermine
Coppermine Photo Gallery v1.0 RC 3
-----------------------------------
Coppermine Photo Gallery is a picture gallery script. Users can upload
pictures with a web browser (thumbnails are created on the fly), add
comments, send e-cards and view statistics about the pictures. The admin can
manage albums/pictures/comments and batch add pictures that have been
uploaded by FTP. There is a simple theme mechanism that allows to change the
color scheme used by the album and the script can read digicam EXIF data in
jpeg images.
The script use PHP, a MySQL database and the GD library (version 1.x or 2.x)
or ImageMagick to make the thumbnails. An install script makes the
installation very fast and easy.
WHAT IS REQUIRED
-----------------------------------
To use this script you need a server with :
- a not too old version of PHP (Maybe PHP >= 4.0.6 is OK)
- a MySQL database
- PHP compiled with support for the GD library or the ImageMagick 'convert'
program in order to produce thumbnails and resized images
A FEW HINTS
-----------------------------------
e-cards will work properly only if the 'mail' function is not disabled by
your webhost
If you want to integrate Coppermine with the rest of your site and you use
static pages then modify the pageheader() and pagefooter() functions in
'include/functions.inc.php'. If your site use dynamic pages, the simplest
solution is to put the script inside an i-frame (note that this will cause
some problems when people access your gallery from the link contained in an
e-card).