Coppermine Photo Gallery v1.4.1: Documentation and ManualAbout CoppermineCoppermine Photo Gallery is a picture gallery script. Users can upload pictures with a web browser (thumbnails are created on the fly), rate pictures, add comments and send e-cards. The admins can manage the galleries and batch add pictures that have been uploaded on the server by FTP. Support for multimedia files has been added recently. Images are stored in albums and albums can be grouped by categories. The script supports multiple users and each user can possibly have its own set of albums. The script also supports multiple languages and has a theme system. It uses 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 fast and simple. Table of contents
0. Beta (Testing) versionDear Tester, While testing CPG 1.4, please make certain to note any odd behavior you encounter. This could include typographical errors, misleading instructions, or any other out-right error. If you encounter a major error, please switch the debug mode to "on" in the configuration panel and copy the text in the debug window. This will greatly aid the development team in hunting down the problem. Areas to be particularly mindful of:
Please report your test results to the testing board, but before starting a new thread make sure that the potential bug you're going to report hasn't been posted before. The report format should include:
Your test results will not merely be used to fix problems but will also be used to tout the compatibility of CPG with multiple browsers and OS's. That is why this information is important EVEN IF YOU FIND NOTHING WRONG. Thanks for your participation and your time in making CPG the premiere open-source photo gallery! Coppermine Development Team 1. What is required
2. Installation and Setup2.1 How to install the script
2.2 Getting startedLog in with the admin username and password you set up during install, click on the "admin mode" link if it is visible, go to the Config page and start to configure your gallery. Note that even if you are a member of the administrator group, you need to be in "admin mode" to configure your gallery. There are some settings in config that can't be changed later (if there are already files in the database) - make sure to set them up correctly in the first place. Although you'll surely want to start using coppermine immediately it is advisable to configure those settings (marked with an asterisk "*") properly at the very beginning. Use the "Album Manager" ("Albums" link in the admin menu) in to create and order your albums. You'll need at least one album your files can go into. Use the anonymous group to define what non-regsitered users can and can't do (in the groups panel). Use the properties of an album to modify its description and permissions. In order for a user to be allowed to upload a file in album two conditions must be met:
The same applies to picture rating and comment posting. If you have installed the script succesfully but are having trouble getting it working properly you can enable the "debug mode" on the Config page. In this mode, the script outputs most of the warning/error messages produced by PHP in addition to some debug information. This can provide valuable information to understand what is wrong. 2.3 Using Windows XP Web Publishing Wizard with CoppermineIf you are using Windows XP, you can use its built-in web publishing wizard to upload your photos to your gallery. Once you have properly installed the script on your server, call the xp_publish.php file from your web browser (http://your_site.com/coppermine_dir/xp_publish.php). The script displays some information on how to do the installation on the client side and how to use the Wizard. Basically you will need to download a small file created by the script that needs to be loaded into your Windows registry. [cpg1.1.1 or better required] 2.4 Creating or upgrading your own themesTo upgrade an existing custom theme, to version 1.3.x, read theme.htm Coppermine themes are stored in the "themes" directory, they consist of 3 files :
To create a new template, the best solution is to use an existing one as a basis. To do that, make a copy of the folder of the theme you want to use as a basis. Then edit the "template.html" and "theme.php" files and replace all occurences of "themes/old_theme_dir" with "themes/new_theme_dir" in order for the links to point to the correct place. When editing the "template.html" file do not remove the elements between {} these are the placeholders used by the script. Also keep in mind that despite this file being located in the "themes/your_theme_dir" directory, it must be build like if it was in the main directory of the script. Practically to load an image, you must use <img src="themes/theme_dir/images/image.gif" alt=""/> and not <img src="images/image.gif" alt=""/>. The same apply for the "theme.php" file. Also, make sure not to delete the line <script type="text/javascript" src="scripts.js"></script> that is needed for the full-size pop-ups and other stuff related to JavaScript. If you are using an HTML editor to make your template, the best solution is that you copy the "template.html" file into the main directory of the script and edit it there. If the script find a file named "template.html" in the main directory it will load it instead of the one of the theme directory. Once you have finished your editings, move the file back to the directory of your theme. To modify the colors, fonts, font sizes, etc... used by the script, edit the "style.css" stylesheet. If you want to increase or decrease the size of the fonts you can simply modify the line with : table { font-size: 12px; }. Most of the font sizes used by the script are defined as a percentage of this size. The "theme.php" file contains all the HTML templates used by the script. You can also edit them. When making modifications to these templates, don't touch the lines with <!-- BEGIN xxx --> and <!-- END xxx -->. If you're not sure how to create your own theme, you could also have a look at the download section of the coppermine homepage: there are tons of user-contributed themes available for download that can be previewed on the coppermine demo page. While you're in the process of creating a new theme, you might not want to show the theme to the visitors of your page, but you (as coppermine admin) want to be able to preview your theme. To do that, simply add theme=your_theme_name to the url in your browser. Examples:
2.5 Safe mode issuesA significant number of webhost on the Internet run PHP in safe mode. Coppermine runs without any problem in safe mode and with the "open basedir restriction" active, provided safe mode is properly configured. Unfortunately on many hosts, safe mode is not configured properly. If your webhost is running PHP in safe mode but is misconfigured, you may need to do the following :
2.6 Using SMTP to send emailsBy default the script uses the PHP built-in mail function to send emails. In some cases, the PHP built-in function can't be used. If in order to send emails with PHP you need to supply a hostname, a username and a password, you need to edit the config section "Email settings" and put the correct values there. If you don't need a username and password to connect to your SMTP server, just leave them blank. If you don't know what settings to enter, contact your webhost. 3. Upgrading3.1 Upgrading from version 1.0If you already have installed version 1.0 and you want to transfer your albums to version 1.2 proceed in the following way:
This upgrade process leaves your v1.0 gallery untouched 3.2 Upgrading from releases of version 1.1
3.3 Upgrading from cpg1.2.0rc2 or cpg1.2.0final to version cpg1.2.1
3.4 Upgrading from cpg1.2.x or cpg1.3.x to version cpg1.4.1
Please note: as there have been changes both in the coppermine files and the database from cpg1.3.0beta to cpg1.3.0 (final), users of the beta will have to apply all steps mentioned above: both the files have to be replaced and the update.php script has to be run once. 3.5 The version check toolSince cpg1.3.2 Coppermine comes with an additional version checking tool to help you solve issues with upgrade easily. Unless others parts of coppermine that will only work for the version it has been written for, the versioncheck tool can be used with all versions starting from cpg1.2.1. To launch the versioncheck, simply add versioncheck.php to your browser's address bar after being logged into coppermine as admin (example: http://yourdomain.tld/your_coppermine_folder/versioncheck.php). 3.5.1 What it doesThe script "versioncheck" is meant for users who have updated their coppermine install. This script goes through the files on your webserver and tries to determine if your local file versions on the webserver are the same as the ones from the repository at http://coppermine.sourceforge.net, this way displaying the files you were meant to update as well. The versioncheck screen has several sections:
3.5.2 OptionsThe options screen let's you configure the versioncheck, or rather what is being displayed. The options aren't saved anywhere, so you will have to adjust them each time you run versioncheck. The default options should be OK for most users - only change them if you have good reasons to do so. ![]()
3.5.3 Version comparisonThere is a lot of information on a small space available. Here's an example of a possible output and what the output means: ![]()
4. Configuration & Administration4.1 Categories, albums and filesThe Coppermine Photo Gallery (CPG) works in the following way:
If you don't have many albums, you don't need to use categories. In that case you don't create any category and all your albums will appear on the main page of the script. There is a special category named "User galleries". This category can't be deleted. If a user belongs to a group where "can have a personal gallery" is set to YES, he will have the right to create his own albums and his gallery will be a sub-category of "User galleries". The administrator can create albums in any category. Regular users can only create albums in "User galleries/Their_username". 4.2 Admin mode & User modeWhen you are logged in as an admin, the script has two modes of operation : Admin mode & User mode. You switch between Admin & User mode by clicking on the corresponding link in the menu bar at the top of the screen. When you are in admin mode, you can administer your gallery and the following menu bar appears : When you are in user mode you are just a regular user and can't access the admin pages. The items in the admin menu should be pretty self-explanatory:
There's an admin mode and user mode for "regular" users as well - the user admin has these options:
4.3 The group control panelThis is where you define what members of a group can and can't do. The disk quota applies only for groups where "Personal gallery" has been set to "Allowed". Both files uploaded by a user in his personal gallery as well as files uploaded to public galleries are included in the quota. Use the anonymous group to define what non-registered users can and can't do. Quota and "Personal gallery" are meaningless for anonymous users. Permissions control what the user is allowed to do in the gallery (Rating/Sending Ecards/Posting Comments). Bear in mind that if a user is a member of a group where "Rating", "Comments" or "Public albums upload" is set "YES", he will have the right to perform these operations only in albums where they are allowed, ie. uploading files will only be possible in albums where "Visitors can upload files" has been set to YES. If "Personal gallery" is set to Allowed, the members of the group will have their own gallery in the "User galleries" category where they will be able to create their own albums. If "Approval" is set to NO, files uploaded by members of the group in albums created in their own gallery won't need to be approved by the admin. If "Approval" is set to YES, the users in the particular group will be able to upload, however the uploaded files will only be shown if the admin has approved them. The group control panel enables you to control the upload experience of any group. Upload method lets you select the type of upload form a group may use. Four form types are currently available.
No. of boxes set to "variable" allows the user to select the number of upload boxes for an upload. Usually, you will leave this option set to "fixed", as it presents the user with an additional step in the upload wizard that is not necessary. File upload boxes controls the number of file upload boxes presented to the user. If the user may customize the number of boxes (No. of boxes set to "variable"), this setting serves a maximum limit for the number of boxes he may request. Otherwise, this setting determines the number of boxes that will appear on the upload form. URI upload boxes is the same type of control as File upload boxes, but it controls the presentation of URI upload boxes. 4.4 The user control panelThe user control panel can be found when clicking "users" from the admin menu. It is the place where you create and manage your users. ![]() 4.4.1 Page controls
4.4.2 Searching for user(s)You can use the wildcards * (any string) and ? (any single character) or even %expression%. 4.4.3 Creating new usersTo create a new user, simply click on the button "Create new user" at the bottom of the page and fill in the form that will come up. 4.5 The categories control panelThis is where you can edit your categories.
"User galleries" is a special category. It is not visible unless
you have some users that have created their own gallery. It can't be
deleted but you can edit its title and description by using the You can specify to have coppermine sort all categories alphabetically (instead of a customized order) by setting "Sort categories alphabetically" to "Yes". This setting is available both in coppermine config and the category manager. If you enable alphabetical sorting, the up and down arrows that normally let you move the categories will disappear. 4.6 The Album ManagerCoppermine stores files inside of albums, so you'll need at least one album your pictures/files can go to. Albums can be stored in categories (but they don't need a category, they can as well go into the coppermine "root"). 4.6.1 Creating albums
4.6.2 Renaming albums
4.6.3 Changing the album order
4.3.4 Deleting albums
4.7 Modifying albums/filesWhen you are in admin mode there is a menu displayed next to each album Delete allows you to delete the album and all files it contains. Properties allows you to modify the name, description and permissions of the album Edit pics allows you to modify the title/caption/keywords etc... of the files in the album 4.8 Album propertiesThe "Album category" drop down list allows you to move an album between categories. If you set this to "* No category *" then the album will be displayed on your main page. Use bbcode to add links and some formating to the description. The thumbnail is the picture that will represent the album in the album list. If you have set "Users can can have private albums" to YES on the config page, you can define who can view the files of this album. When "visitors can upload file" is set to YES, it is possible to upload files in this album. Note that a visitor will have the right to upload files into an album where this option is set to YES only if he is a member of a group for which "Can upload pictures" is set to YES. Non registered users are members of the "Anonymous" group. The same rules as above apply for "Visitors can post comments" and "Visitors can rate files". 4.8.1 Reset album properties![]() You can reset the views and ratings in the album and even delete all pics at once in the sub-section "Reset album" by ticking the checkboxes and then submitting the form. To avoid accidental resets, you have to tick the checkbox "I'm sure" before you can actually submit the changes (the button will be greyed out if you don't). 4.9 Editing filesThis is where you can modify the title description, keywords and custom fields (if they are used) of a file. Use the album drop down menu to move the file to another album. 4.9.1 Editing videosThis is where you can modify the title description, keywords and custom fields (if they are used) of a video. Use the album drop down menu to move the video to another album. Use the height and width fields to set the size of the video. Video uploads are available for cpg1.3.0 (or better) as part of the distribution and for cpg1.2.1 as separate modification. [cpg1.3.0 or better required] 4.9.2 Custom ThumbnailsOrder of thumbnails: Types of thumbnails: Extension-specific thumbnails are named after the extension of the file. (Examples: 'thumb_wmv.jpg', 'thumb_wav.jpg'.) The base name for media-specific thumbnails are 'thumb_movie', 'thumb_document', and 'thumb_audio'. Images use file-specific thumbnails by default. Uploading: 1. Have an image already uploaded then upload a video via the upload page. (or vice versa) The video will share the thumbnail of the image. 2. FTP upload both the video and (thumbnail or image) then batch-add. If you FTP upload the thumbnail, the thumbnail will be shown instead of the default Coppermine thumbnail on the batch-add page. If you upload an image it will look like the screenshot. However, when the two files are added, the thumbnail of the image will be used by the video. Final result. Note: If methods 1 is used and the image is deleted, the thumbnail will be deleted also, and the default Coppermine thumbnails will be used. Video uploads are available for cpg1.3.0 (or better) as part of the distribution and for cpg1.2.1 as separate modification. Custom thumbnails aren't supported in versions prior to 1.3.0. Using these instructions, a custom thumbnail can be applied to any file, not just videos. FAQS:
[cpg1.3.0 or better required] 4.10 Using bbcode to insert links and format in descriptionsCoppermine understands the following bbCodes (the same bbCodes that are used by phpBB and many other BBS apps) in image and album description
4.11 Uploading pics by FTP / Batch-Add PicturesIt's recommended that the coppermine admin uses ftp to upload many pics in one go. Use your ftp software to create sub-folders within your_coppermine_directory/albums/, where your ftp uploads can go to. It's a good idea to have a folder structure within the albums folder that reflects your coppermine categories and albums, but it's not mandatory. Once you have uploaded your photos by ftp, click on the Batch Add Pictures button. The batch-add is done in three steps:
Giving FTP-access to other users is a serious security threat, that's why batch-add is only available for the coppermine gallery admin. Once files have been added to coppermine's database, make sure not to rename or delete them by ftp - use coppermine's admin menu to remove files instead, since this way they will be removed both from the file system and the database. 4.12 The gallery configuration pageThis is the place where you configure the most important parts of your coppermine gallery. Some settings have an impact on the files you upload - changing the options once you have a large number of files in your gallery can be difficult, that's why you should make up your mind on those settings right after initial coppermine install, before you actually upload any pics or show the gallery to the public. 4.12.1 General settingsGallery nameThis is the name of your gallery. It will appear in the title of your page and is shown on some templates. Gallery descriptionThis is a short description of your gallery. This description is shown on some templates below the name of your gallery. Gallery administrator emailAll emails sent by the gallery are sent with this email address. Make sure to enter a valid email address. URL of your coppermine gallery folderThis is the URL where a user will be directed when he will click on the "See more pictures" link in an e-card. This must be the URL for your gallery (just the path to your coppermine folder, e.g. http://yourdomain.tld/coppermine/). Don't specify a certain file (like index.php) in this field. URL of your home pageThis is the URL where a user will be directed when he clicks on the "Home" button in the main menu. You can use "/" for the root of your domain, "index.php" for your gallery, or any valid URL. [cpg1.4.0 or better required] Name of your custom linkThis is the name that will appear in the menu for your custom link. Leave empty if you do not use. [cpg1.4.0 or better required] URL of your custom linkThis is the URL where a user will be directed when he clicks on the "Custom link name" button in the main menu. You can use any valid URL. It is important you leave this blank if you want no custom link. [cpg1.4.0 or better required] Gallery is offlineIf you have to do maintenance work to do on your gallery, switch it to offline mode. Only members of the admin group will be able to log in, all other users will only see "Gallery is offline". Remember to switch this option off once your maintenance work is done. [cpg1.3.0 or better required] Allow ZIP-download of favoritesWhen enabled, the user can download the files put into the favorites in a zip-file from the "My favorites" page. This option requires zlib to be installed on your server (run phpinfo to check if this library exists on your server). [cpg1.3.0 or better required] Timezone difference relative to GMTSpecify the time zone difference between your local time and the time zone your webserver is in. This value will be used to adjust time stamps in ecards and other places. [cpg1.4.0 or better required] Enable help-iconsEnable display of the help icons in various places within coppermine admin pages. When enabled, make sure you have uploaded the docs folder into your coppermine folder on your webserver. [cpg1.4.0 or better required] Show the vanity block on themes that are defined as XHTML and CSS compliantWhen enabled and using a theme that has been defined as XHTML and CSS compliant, the vanity block will be shown. The vanity block contains the logos and links for HTML and CSS compliance at w3.org, as well as pointers to the PHP, and MySQL projects. [cpg1.4.1 or better required] 4.12.2 Language, Themes & Charset settingsLanguageThis is the default language for your gallery. All language files are stored in the lang directory on your server. The language files with an "-utf8" suffix are unicode encoded files. If you select an -utf8 file as the default language and you set "Character encoding" to "Unicode (utf-8)" then the script will auto detect the preferred language of the visitor based on what is configured in his browser. If the corresponding language is available it will be used else the default language file will be used. When the script auto detect the preferred language, it stores the result in a cookie on the visitor's computer. To reset this cookie (and so force the script to do another auto detection) call it with something like: http://yoursite.com/coppermine_dir/index.php?lang=xxx Once you have added some comments or files to your gallery, you should not change the character set of your gallery. If you do so, non-ASCII character may not be shown correctly. Fallback to English if translated phrase not found?Enable this option if you're using other languages than english. If a certain phrase doesn't exist within your language file, coppermine will show the english phrase instead. [cpg1.4.0 or better required] ThemeUse this line to select the theme of your gallery. Themes are stored in sub-directories of the themes directory. Display language listEnable this option if you want your users to be able to select their own language with a dropdown list (you can specify to display only the list itself or a label saying "Choose your language:" in front of the list). Edit your template file (/themes/yourtheme/template.html) to specify where the language dropdown list should appear on your gallery (look for {LANGUAGE_SELECT_LIST}). [cpg1.3.0 or better required] Display language flagsEnable this option if you want your users to be able to select their own language by clicking on a flag representing their language (you can specify to display only the flags themselves or a label saying "Choose your language:" in front of the flags). Edit your template file (/themes/yourtheme/template.html) to specify where the language dropdown list should appear on your gallery (look for {LANGUAGE_SELECT_FLAGS}). [cpg1.3.0 or better required] Display "reset" in language selectionThis option only applies if you enabled language selection at all - it will show a "default"-icon or list entry to let the users go back to the original language of your gallery. [cpg1.3.0 or better required] Display theme listEnable this option if you want your users to be able to select another theme with a dropdown list (you can specify to display only the list itself or a label saying "Choose your theme:" in front of the list). Edit your template file (/themes/yourtheme/template.html) to specify where the theme dropdown list should appear on your gallery (look for {THEME_SELECT_LIST}). [cpg1.3.0 or better required] Display "reset" in theme selectionThis option only applies if you enabled theme selection at all - it will show a "default" list entry to let the users go back to the original theme of your gallery. [cpg1.3.0 or better required] Display FAQThis option adds "FAQ" to the menu bar when enabled. If a user clicks on it, it will display a list of "Frequently asked question" on how to use coppermine. To change the content of the FAQ, edit the file /your_coppermine_folder/lang/yourlanguage.php (e.g. english.php) and look for // ------------------------------------------------------------------------- // // File faq.php // ------------------------------------------------------------------------- // Edit the stuff that comes after it. [cpg1.3.0 or better required] Display bbcode helpWhen enabled, this will display the bulletin board codes that are allowed to use in description fields next to the field. [cpg1.3.0 or better required] Character encodingThis should normally be set to "Default (language file)" or "Unicode (utf-8)". See the discussion in the "language" section of this page. 4.12.3 Album list viewWidth of the main table (pixels or %)This is the width of tables used on your main page or when you are viewing thumbnails of an album. You can enter a width in pixels or specify it in percents. The default value is 100%. Number of levels of categories to displayThe default value is 2. With this value the script will display the current categories plus one level of sub-categories. Number of albums to displayThis is the number of albums to display on a page. If the current category contains more albums, the album list will spread over multiple pages. Number of columns for the album listSelf explanatory. The default value is 2. Size of thumbnails in pixelsThis is the size of the thumbnails that are displayed for each album. 50 means that the thumbnail will fit inside a square of 50x50 pixels. If the size you specify there is larger than "Pictures and thumbnails settings/Max width or height of a thumbnail", the thumbnail will be stretched. The content of the main pageThis option allows you to change the content of the main page displayed by the script. The default value is "catlist/alblist/random,2/lastup,2" You can use the following "codes"
Unless you really know what you are doing you should always keep catlist and alblist in "the content of the main page", as they are the most basic parts of the index page. The ,2 means 2 rows of thumbnails. Show first level album thumbnails in categoriesUse this setting to choose between showing or not showing thumbnails from the first album in the categories. Sort categories alphabetically (instead of custom sort order)You can specify to have coppermine sort all categories alphabetically (instead of a customized order) by setting "Sort categories alphabetically" to "Yes". This setting is available both in coppermine config an the category manager. If you enable alphabetical sorting, the up and down arrows that normally let you move the categories will disappear. [cpg1.4.0 or better required] 4.12.4 Thumbnail viewNumber of columns on thumbnail pageDefault value is 4 this means that each row will show 4 thumbnails. Number of rows on thumbnail pageDefault value is 3. Maximum number of tabs to displayWhen the thumbnails spread over multiple pages, tabs are displayed at the bottom of the page. This value define how many tabs will be displayed. Display file caption (in addition to title) below the thumbnailToggles whether the file caption is displayed below each thumbnail while user is in (regular) thumbnail view. [cpg1.3.0 or better required] Display number of views below the thumbnailToggles whether the number of views is displayed below each thumbnail while user is in thumbnail view. [cpg1.3.0 or better required] Display number of comments below the thumbnailToggles the display of the number of comments for below each thumbnail. [cpg1.3.0 or better required] Display uploader name below the thumbnailToggles the display of the name of non-admin uploaders below each thumbnail. [cpg1.4.0 or better required] Display names of admin uploaders below the thumbnailToggles the display of admin uploader names below each thumbnail for users that have the administrators group set as thier default group. [cpg1.4.0 or better required] Display the file name below the thumbnailToggles the display of the file name below each thumbnail. [cpg1.4.0 or better required] Display album descriptionToggles the display of the album description below each album thumbnail. Default sort order for filesThis option determines if you wish to have the file caption displayed below each thumbnail while user is in thumbnail view. Minimum number of votes for a file to appear in the 'top-rated' listUsed to determine how many votes a file must receive before appearing as "top-rated." If a file has received less than "this value" votes, it will not be displayed on the "top-rated" page.4.12.5 Image viewWidth of the table for picture display (pixels or %)The width of the table used to display the intermediate picture. Examples: File information are visible by defaultDefine whether or not file information (those that appear when you click on the (i) button) should be visible by default. Max length for an image descriptionMaximum number of characters that an image description may contain. Show film stripToggles display of a "film strip" showing thumbnails of prior and following photos in the album. [cpg1.2.0 or better required] Display file name under film strip thumbnailToggles the display of the file name below each thumbnail in the film strip. [cpg1.4.0 or better required] Number of items in film stripSet the number of thumbnails to display in film strip. [cpg1.2.0 or better required] Slideshow interval in millisecondsThis sets the time each pic is being displayed (transition interval) when a users views a slideshow (the next pic is being loaded/cached while the current one is being displayed). This setting has to be in milliseconds (1 second = 1000 milliseconds). 4.12.6 Comment settingsFilter bad words in commentsRemove "bad words" from comments. The "bad words" list is in the language file. So far only the English language file has one. Allow smiles in commentsToggle the use of smilies in comments. Allow several consecutive comments on one file from the same userThis setting toggles flood protection of the comments. When set to YES, a user can post another comment, even though he already posted a previous one. Recommended setting: NO. Max number of characters in a wordThis is intended to prevent that someone break the layout of the gallery by posting a long comment without space. With the default value, words with more than 38 characters are censored. Max number of lines in a commentPrevent a comment for containing too many new line char. Maximum length of a commentMaximum number of characters that a comment may contain. Notify admin of comments by emailToggle if you want to receive an email each time a comment is being posted. Warning: only enable this option on sites with very low traffic, or you will get flodded with notification emails. Sort order of commentsChanges the appearance (sort order) of comments made on a single file. Prefix for anonymous comments authorsIf you allowed anonymous comments, this prefix will be used for comments left by unregistered users . 4.12.7 Picture and thumbnail settingsQuality for JPEG filesThe quality used for JPEG compression when the script resizes an image. Value can range from 0 (worst) to 100 (best). This value can be set to 75 when using ImageMagick. Max dimension of a thumbnailSets the maximum size in pixels for the specified dimension for thumbnails. When changing this setting, only the files that are added from that point on are affected, so it is advisable that this setting must not be changed if there are already photos in the gallery. You can, however, apply the changes to the existing pictures with the "admin tools (resize pictures)" utility from the admin menu.
Use dimension ( width or height or Max aspect for thumbnail )Sets the dimension for which the maximum pixel size should apply to. When changing this setting, only the files that are added from that point on are affected, so it is advisable that this setting must not be changed if there are already photos in the gallery. You can, however, apply the changes to the existing files with the "admin tools (resize pictures)" utility from the admin menu.
Create intermediate picturesBy default, whenever you upload a file, the script creates a thumbnail of the file (file name with a thumb_ prefix) plus an intermediate version (file name with a normal_ prefix). If you set this option to NO, the intermediate file is not created. Max width or height of an intermediate picture/videoThe intermediate pictures are those that appears when you click on a thumbnail. The default value is 400, it means that the intermediate picture will fit inside a square of 400x400 pixels. Max size for uploaded files (KB)Any file with a file size larger than this value will be rejected by the script. Setting this option to a higher value than actually supported by your webserver will only result in "funny" webserver error messages instead of "regular" coppermine error messages - it's recommended to set this value at least a bit lower or equal to the max file size your server can actually handle. The actual size your server can handle is hard to determine for Coppermine (or any PHP script) - when in doubt, you should contact your webhost. Max width or height for uploaded pictures (pixels)Limit the dimensions of the pictures that are uploaded. Resizing large pictures requires a lot of memory and consumes CPU. There are usually limitations in place on your webserver - you can't set this Coppermine setting to a higher value than actually supported by your webserver. Auto resize images that are larger than max width or heightDuring the upload process, if images are larger than the maximum width or height allowed they will automatically resize to the maximum allowed size. Note: How the image is resized (width/height/max aspect) is set in the admin option "Use dimension (width or height or Max aspect for thumbnail)" There are three options:
[cpg1.4.0 or better required] 4.12.8 Files and thumbnails advanced settingsAlbums can be privateIf set to YES then your gallery can contain albums that can be visible only by users that belong to a certain group. If a user is a member of a group that can have its own gallery and this option is turned on then this user will have the permission to hide some of their albums to other users. This option does not set wether users can have user galleries at all, nor does it set up who's allowed to upload at all (those settings are available in the groups manager). You should only set this option to NO if you really know what you're doing (by default, it is set to YES). Note: if you switch from 'yes' to 'no' any current private albums will become public! Show private album Icon to unlogged userToggles the display of the private album icon to unlogged users. Characters forbidden in filenamesWhen the filename of a file that is uploaded contains one of these characters, it will be replaced with an underscore. Don't change this unless you know exactly what you are doing. Allowed image types"ALL" will result in all allowed image file types that your image library (GD or ImageMagick) is capable of handling to be allowed. If you want to restrict the allowed file types to certain types only, enter a coma-separated list of extensions, e.g. jpg,bmp,tif [cpg1.3.0 or better required] Allowed movie types"ALL" will result in all allowed movie file types to be uploaded. If you want to restrict the allowed file types to certain extensions only, enter a coma-separated list of extensions, e.g. wmv,avi,mov. [cpg1.3.0 or better required] Allowed audio types"ALL" will result in all allowed audio file types to be uploaded. If you want to restrict the allowed file types to certain extensions only, enter a coma-separated list of extensions, e.g. wav,mp3,wma. [cpg1.3.0 or better required] Allowed document types"ALL" will result in all allowed document file types to be uploaded. If you want to restrict the allowed file types to certain extensions only, enter a coma-separated list of extensions, e.g. txt,pdf. [cpg1.3.0 or better required] Method for resizing imagesSet this to the type of image library you have on your server (must be either GD1, GD2 or ImageMagick). If you are using GD 1.x and the colors of your thumbnails or intermediate image are wrong then you probably have GD2 on your server - switch this option to GD 2.x Most recent distributions of PHP come packaged with GD - if you're not sure what you have, set this option to GD2 and look your settings up in phpinfo. Path to ImageMagick 'convert' utility (example /usr/bin/X11/)If you are using ImageMagick convert utility to resize you picture, you must enter the name of the directory where the convert program is located there. Don't forget the trailing "/". If your server is running under Windows, use / and not \ to separate components of the path (eg. use C:/ImageMagick/ and not C:\ImageMagick\). This path must not contain any space so under Windows don't put ImageMagick in the "Program files" directory. ImageMagick will hardly work if PHP on your server is running in SAFE mode and it is a real challenge to get it running under Windows. Consider using GD in these cases and don't waste your time asking for support in the forum. There are too many things that can prevent ImageMagick to work correctly and without a physical access to your server it is hard to guess what is wrong. Allowed image types (only valid for ImageMagick)This is the list of image types that the script will accept when using ImageMagick. Image type detection is performed by reading the header of the file and not by looking at its file extension. Command line options for ImageMagickHere you can add options that will be appended to the command line when executing ImageMagick. Read the ImageMagick Convert manual to see what is available. Read EXIF data in JPEG filesWith this option turned on, the script will read the EXIF data stored by digicams in JPEG files. For cpg1.x to cpg1.2.1, this option will work only if PHP was compiled with the EXIF extension. Coppermine 1.3.0 (or better) comes with built-in EXIF support even if the webserver itself doesn't have EXIF support, as it uses a separate EXIF class. [cpg1.3.0 or better required] Read IPTC data in JPEG filesWith this option turned on, the script will read the IPTC data stored by digicams in picture files. [cpg1.3.0 or better required] The album directoryThis is the base directory for your "Image Store". The path is relative to the main directory of the script. You can use ../ in the path to move-up one level in the directory tree. You can not use an absolute path there ("/var/my_images/" will not work) and the album directory must be visible by your web server. This setting mustn't be changed if you already have files in your database. If you do, all reference to your existing files will break. The directory for user filesThis is the directory where files uploaded with the web interface are stored. This directory is a subdirectory of the album directory. The same remarks as above apply. When you upload files by FTP, store them in a subdirectory of the "album directory" and not inside the "directory for user files". This setting mustn't be changed if you already have files in your database. If you do, all reference to your existing files will break. The prefix for intermediate picturesThis prefix is added to the file name of created pictures. These setting mustn't be changed if you already have files in your database. If you do, all reference to your existing files will break. The prefix for thumbnailsThis prefix is added to the file name of created intermediate thumbnails. These setting mustn't be changed if you already have files in your database. If you do, all reference to your existing files will break. Default mode for directoriesIf during the installation, the installer complained about directory not having the right permissions set this to 0777 else you won't be able to delete the directories created by the script with your FTP client the day you will decide to uninstall the script. Note: setting this option doesn't actually CHMOD your files or folders right now; instead it's being taken into account when coppermine creates new folders for user uploads (within the userpics directory). If you experience problems during initial Coppermine setup related to permissions, this option is not what you have been looking for or should change. Default mode for filesIf during the installation, the installer complained about directories not having the right permissions set this to 0666. Note: setting this option doesn't actually CHMOD your files or folders right now; instead it's being taken into account when coppermine actually uploads pics to the webspace or creates intermediate sized pics and thumbnails. If you experience problems during initial Coppermine setup related to permissions, this option is not what you have been looking for or should change. 4.12.9 Movie Playback SettingsAutostartIf set to YES, movies will instantly start playing when loaded (doesn't affect flash files though). 4.12.10 User settingsAllow new user registrationsDefine whether new users can self-register or not. If you set this to NO, only the admin can create new users and the "register" link won't be displayed in the navigation. Allow unlogged users (guest or anonymous) accessWhen set to "No", unlogged users (i.e. guests or anonymous users) can not acces anything of your gallery except the login screen (and the registration screen if you allow registrations). You have to be aware that completely disabling anonymous access will decrease your site's popularity. Only use this if you need your gallery to be absolutely private. It's recommended to leave anonymous access enabled and use the more granular permissions by groups and albums instead. [cpg1.4.0 or better required] User registration requires email verificationIf set to YES an email will be sent to the user that will contain a code to activate his account. If set to NO, user accounts become immediately active. Notify admin of user registration by emailIf set to YES an email will be sent to the gallery admin when a new user registers. [cpg1.3.0 or better required] Allow two users to have the same email addressAllow or prevent two users from registering with the same email address. Recommended setting is NO. This option is considered as deprecated and will possibly removed in future versions of coppermine. Notify admin of user upload awaiting approvalWhen enabled, the gallery admin receives an email notification of all pics that wait for his approval (depends on the approval settings in "groups"). The email is sent to the address specified in "General settings". [cpg1.3.0 or better required] Allow logged in users to view memberlistWhen enabled, an additional menu item "Memberlist" is being displayed in the coppermine main menu if a user is logged in, to let him see a list of all users, with stats on their last visits, uploads and quota usage. [cpg1.3.0 or better required] Allow users to change their email address in profileThis option has impact on the user's profile page, it toggles wether the user can change his/her own email address. [cpg1.4.0 or better required] Number of failed login attemps untill temporary ban (to avoid brute force attacks)To make brute force attacks (where a hostile script tries to log into coppermine as admin by running through all possible combinations of username and password automatically) less effective Coppermine temporarily bans the IP address of a possible attacker after a certain amount of failed logins. This way, the brute force attack would need way to long to try all possible combinations. [cpg1.4.0 or better required] Duration of a temporary ban after failed loginsThis value specifies the duration of the temporary ban (in minutes) after the number of failed logins specified with Number of failed login attemps untill temporary ban. [cpg1.4.0 or better required] 4.12.11 Custom fields for user profile (leave blank if unused). Use Profile 6 for long entries, such as biographiesThese fields are displayed within the "user profile" area. They will appear only if you give them a name. As the heading says, use field 6 for long entries, such as biographies, or if you want to use bb code. You can also use field 6 for avatars. To show an avatar in the profile, it should be entered in bbcode, for example to show 'avatar.gif', which is located in your images folder, use the code [img]http://www.yoursite.com/images/avatar.gif[/img] 4.12.12 Custom fields for image description (leave blank if unused)These fields are displayed within the "file information" area. They will appear only if you give them a name. 4.12.13 Cookie settingsName of the cookie used by the scriptDefault value is "cpg140". Even if you have multiple instances of the script running on the same server you can keep the default value. Path of the cookie used by the scriptDefault value is "/". Don't change this unless you know what you are doing. This may prevent you from logging in. If you have broken your gallery by modifying this value, use phpMyAdmin to edit the xxxx_config table in your database and restore the default value. When using bbs integration into Coppermine, make sure to use different cookie names for coppermine and your bbs! The paths in both applications have to be set so coppermine is able to read both. Usually the default value "/" should be set as path both for coppermine install and the BBS app you bridge with. 4.12.14 Email settingsUsually nothing has to be changed here; leave all fields blank when not sure. Only if you run into problems (e.g. if ecards, registration info or notifications don't get sent) you should change these settings. Coppermine itself doesn't come with an engine to send mails, it relies on a webserver being able to do so (using the built-in mechanisms of PHP). If you're not sure what to enter, ask your webhost for support. SMTP HostThe hostname of the SMTP server [cpg1.4.0 or better required] SMTP UsernameThe username needed to authenticate on the SMTP server (this is not your coppermine admin username). [cpg1.4.0 or better required] SMTP PasswordThe password that goes with above mentioned username (not identical to your coppermine admin password). [cpg1.4.0 or better required] 4.12.15 Logging & statisticsLike all logs (that record data that would get dropped if logging was disabled), the logging features of Coppermine will have a slight performance impact as well as an impact on webspace and database usage. You should make up your mind if you actually will need the logs before enabling the feature. A log is only helpfull if the admin actually looks into it. Logging modeSet, what kind of logging you want to enable. This feature records all changes that are done in coppermine's database, which is especially helpfull if you're trying to debug or if there are various admins on a gallery. [cpg1.4.0 or better required] Log ecardsWhen enabled, all ecards that are being sent are as well written into the database, where the coppermine admin can view them. Before switching this option on, make sure that logging is legal in your country. It is also advisable to notify your users that all ecards are being logged (preferrably on the registration screen). [cpg1.3.0 or better required] Keep detailed vote statisticsEnabeling this option records:
Keep detailed hit statisticsEnabeling this option records:
4.12.16 Miscellaneous settingsEnable debug modeCPG will show error messages which are normally suppressed. This is helpful in troubleshooting problems with your gallery or when asking for help on the CPG Support Forums. Turn this feature off if you don't experience problems. Display notices in debug modeMay be helpfull to trouble-shoot problems with your coppermine install - only recommended if you know a little PHP and you can understand the additional error messages this option shows. This option only applies if debug mode is enabled. Enable pluginsEnable plugins. This feature is brand-new, there's no documentation for it yet. [cpg1.4.0 or better required] Allow banning of non-routable (private) IP addressesUsually most people on the internet have dynamic IP addresses assigned to them when connecting to the internet by their Internet Service Provider. These IP adresses change with each session users connect to the internet, but during an internet session these IP addresses are "visible" for the web-sites the user is surfing. From the range of all IP adresses (0.0.0.0 to 255.255.255.255), some ranges have been reserved for special purposes (mostly for the use on private networks). The banning feature won't accept IP adresses to be banned that belong to these private ranges (e.g. 192.168.0.1) to avoid unexperienced coppermine admins to ban IP addresses within their own LAN. If you're actually running Coppermine on your LAN/WAN that uses private IP addresses (e.g. on a company's intranet) and you want to be able to ban users, switch this option to "Yes". If you're running coppermine on a webserver located in the internet (e.g. you're webhosted), you should keep this option set to "No". [cpg1.4.0 or better required] Browsable batch-add interfaceWhen batch-adding files (that you have uploaded by FTP before) to your gallery, you have the option to switch between a browsable list, where you can go through the directory structure in your albums-folder and to display the whole directory structure at once. Enable this option if you have a larger structure of directories and subdirectories you want to browse through (this requires your browser to be capable of displaying iframes). Set this option to "No" (disabled) if you want to use the "classic" coppermine interface that shows a complete list of the structure at once. [cpg1.4.0 or better required] Path to custom header includeOptional relative path to a custom header file. Using this option, you can include non-coppermine code bits to be included into your theme, e.g. an overall navigation that gets included on your whole website. You can only add a relative path (seen from the root path of your coppermine install) - not an absolute one, nor a http include from another website. This option is only meant for experienced users who have some PHP know-how. [cpg1.4.0 or better required] Path to custom footer includeOptional relative path to a custom footer file. The same remarks apply as for the custom header include path. [cpg1.4.0 or better required] Enable reportsEnable reports. When set to yes, this allows users to report uploaded files or comments to the site admin. [cpg1.4.0 or better required] 5. Integrating the script with your bulletin board5.1 Available bridge filesCoppermine can be integrated with the following bulletin boards (eg. Coppermine and your bulletin board will share the same user database).
5.2 Pre-requistes5.2.1 Authentification by cookieThe login integration uses your bulletin board cookies, therefore it won't work if your board cookies are not visible by Coppermine. So unless you are an expert, keep things simple and install Coppermine and your bulletin board on the same domain. Examples :
Important: the cookie names of your bbs and coppermine must not be the same - they must differ! 5.2.2 Standalone version firstTo avoid confusion, make sure to set up both coppermine and your bbs as standalone first. Make sure they both run correctly without integration. Test all features of coppermine (like upload, registration etc.) when Coppermine is installed, before you even start integration. 5.2.3 Coppermine users, groups and pics uploaded by users are lost when integratingWarning: If you already have users and custom groups in your coppermine database when you enable bbs integration, be aware that they will be lost. If your coppermine users have already created private albums and uploaded pics to them, they will be lost as well! 5.2.4 BackupBackup: it is very advisable to backup both your coppermine database and your files before enabling bbs integration, so you can savely go back if the integration fails. In fact you're encouraged to backup your database on a regular base, and especially before applying code changes. 5.2.5 Keep Coppermine and bbs tables in the same databaseIt is recommended that you use the same database for your board and Coppermine (in fact it is even mandatory!). 5.3 Integration stepsFrom cpg1.4.x on you have two options to bridge your coppermine install with a third party application: you can either use the Bridge Manager that will provide a wizard-like interface to enable/disable bridging, or you can manually edit some coppermine files to accomplish integration. Using the Bridge Manager is the recommended method - you should only use the "manual integration" if the first option fails, or you know your way around in Coppermine pretty well. 5.3.1 Using the bridge managerThe bridge manager is a new feature in cpg1.4, it is not available in older versions. Instead of manually editing coppermine code files, you can enable/disable bridging in your browser, using a wizard-like user interface. To start the bridge manager, log in as admin, choose "Admin Tools" from the navigation and the "bridge manager"
Note: with each step in the wizard, some information is being written to the coppermine database. Unlike other wizards (mostly on your local machine), the bridge manager doesn't have a ""cancel"-button! Once you have enabled bridging and everything is working fine, you shouldn't change any values just out of curiosity, as they will get written to the database, which might result in a bridging that used to work not working any more after "playing" with it.
The next steps depend on the application you have chosen to bridge with: some applications need URLs to be entered, or paths. Some need mySQL table information or cookie data to be entered, others don't. The point of the wizard is that it will only "aks" you the relevant settings for your application - if one or more items of the following description doesn't turn up for your application, there's no need to worry - just keep filling in the mandatory information and then hit "next". However, you have to understand that coppermine can proof-check only some of your input - some input goes unvalidated. 5.3.1.1 choose application to bridge coppermine with
5.3.1.2 path(s) used by your BBS app
5.3.1.3 database connection
5.3.1.4 database tables
5.3.1.5 BBS groups
5.3.1.6 BBS-specific settings
5.3.1.7 enable/disable BBS integrationThis is the last step of the bridge manager - it summarizes up the settings you have made in previous steps - you can enable or disable integration here. By default, integration is set to "disabled" after the bridge manager has been run for the first time. You should only enable integration if you're sure your BBS app is set up correctly. Click the "Finish" button in any case to finally write to the database, even if you choose to keep the current settings (leaving integration "disabled").
[cpg1.4.0 or better required] 5.3.2 Recover from failed bridgingIf you have provided improper settings using the bridge manager, your integration might fail, resulting (in the worst case) in a stituation where bridging is enabled, but you can not log in as admin to switch it off again (e.g. if you provided improper cookie settings that stops authentification to work). For this situation a recovery setting was built into the bridge manager: if you are not logged in as coppermine admin (in fact: not logged in at all) and you access the URL of your bridge manager (http://yourdomain.tld/your_coppermine_folder/bridgemgr.php) by entering it manually into the address bar of your browser, you are prompted to enter your admin account details - use the admin account you used to install coppermine with in the first place (the standalone admin account). This will not log you in, but switch integration off, so you can fix improper bridging settings then. To avoid others trying to guess your admin account details, there's a login treshold that rises every time you enter wrong credentials, so enter your admin account details with care. [cpg1.4.0 or better required] 5.3.3 Manual integration5.3.3.1 Check your bbs settingsYou will also need to perform the following operations after having unpacked the archive on your harddrive and before uploading the files to your webserver:
5.3.3.2 Edit your bridge fileGo to the bridge directory and open the file that corresponds to the bulletin board you use (eg. phpbb.inc.php if you use phpBB) with a text editor. At the beginning of the file there are a number a configuration values that need to be set. For phpBB as an example they are the following : // database configuration define('PHPBB_DB_NAME','phpBB'); // The name of the database used by the board define('PHPBB_BD_HOST','localhost'); // The name of the database server define('PHPBB_DB_USERNAME','root'); // The username to use to connect to the database define('PHPBB_DB_PASSWORD',''); // The password to use to connect to the database // The web path to your phpBB directory // If your URL to your board is for example 'http://yoursite_name.com/phpBB2/', // you'll have to set the below var to '/phpBB2/'. define('PHPBB_WEB_PATH', '/phpBB2/'); // Logout Flag // the value of this boolean constant depends on your phpBB version: // If your version of phpBB is 2.0.4 or lower - change the value to FALSE; // if your version of phpBB is 2.0.5 or newer - leave it as TRUE define('PHPBB_LOGOUT_GET', TRUE); Modify them according to the configuration of your board and save the file. 5.3.3.3 Enable bbs integrationEdit the file include/init.inc.php. At the beginning of the file you will find the following lines : // User database integration // Uncomment the applicable line if you want to use it // define('UDB_INTEGRATION', 'phpbb'); // define('UDB_INTEGRATION', 'invisionboard'); // define('UDB_INTEGRATION', 'vbulletin23'); // define('UDB_INTEGRATION', 'vbulletin30'); // define('UDB_INTEGRATION', 'yabbse'); // define('UDB_INTEGRATION', 'smf'); // define('UDB_INTEGRATION', 'woltlab21'); // define('UDB_INTEGRATION', 'mambo'); // define('UDB_INTEGRATION', 'punbb'); Un-comment the line that corresponds to the bulletin board you use (eg. remove the "//" that are at the beginning of the line) define('UDB_INTEGRATION', 'phpbb'); 5.3.4 Special steps depending on the bbs you useImportant: if you use phpBB or PunBB, you'll have to do this additional steps 5.3.4.1 For phpBB onlyCreate a new file named cpg_redir.php in your phpBB directory, and paste the following code into the file: <?php if (!$_SERVER['HTTP_HOST']) { $cpg_host=$_SERVER['HTTP_HOST']; } else { $cpg_host=$_SERVER['HTTP_HOST']; } $cpg_path='/gallery'; header("Location: http://".$cpg_host.$cpg_path); exit; ?> Important - before you save the file, you must ensure that:
5.3.4.2 For PunBB onlyCreate a new file named redir.php in your PunBB directory, and paste the following code into the file: <?php /// Set URL of coppermine to return to after login $cpg_url = 'http://www.yousite.com/coppermine'; if (isset($_POST['redir'])){ echo '<html> <body onload="document.redir.submit();"> <form name="redir" method="post" action="'.$_POST['redir'].'"> </form> </body> </html>'; } else { header("Location: $cpg_url"); } ?>Important - before you save the file, you must ensure that:
5.3.5 Upload the modified filesUpload all modified files (the file in the "bridge" folder that corresponds to your bbs and the file include/init.inc.php, plus the redirector files your created in step "Special steps for depending on the bbs you use" if you're using one of the mentioned bbs) onto your webserver. Visit your coppermine gallery in your browser. To login as an admin, you will need to use the admin username and password of your board. 5.3.6 Synchronsising the bbs groups with Coppermine's groupsLogin using the admin account of your board. Go to the gallery, enter admin mode and click on the "Groups" button. This will synchronize Coppermine groups with those of your board. The permission you will see for each group will be completely messy, so take some time to set them properly. Each time you add or delete a group in your board you will need to do the operation above in order to keep the synchronisation of the groups. When you will try to login / logout or manage users from Coppermine, you will be redirected to the corresponding page of your bulletin board. Once the login or logout is performed you won't be redirected automatically to the gallery because your board does not have any function for that. It's up to you to add a link on your board to get you back to the gallery. 6. Translating Coppermine into other languagesCoppermine has a separate language file that make the translation of the script much more easy. The language files are stored in the lang directory. The files with the utf-8 suffix are unicode encoded files. They are automatically generated with the iconv program so there is no need for you to make an unicode version of your translation. If you select an utf-8 language file as the default one, then the script will be able to automatically select a language file based on the visitor browser configuration. For instance if the default language file is danish-utf-8 and an english visitor access your gallery, the english-utf-8 language file will be used by the script. If you have translated Coppermine into a language not already supported, please read the translator's guide and visit the Coppermine Web Site at Sourceforge and follow the instructions for submitting your language. 7. Known IssuesThe following slight quirks and tiny issues are known and will be fixed in future releases.
8. Credits8.1 Coppermine team
8.2 Contributors
8.3 Coppermine uses code from the following free softwares :phpBB phpMyAdmin phpPhotoAlbum DOM Tooltip 0.6.0 TAR/GZIP/ZIP Archive Classes phpExifRW Codelifter Slideshow HTML Mime Mail class PHP Calendar Class Version 1.4 8.4 Copyright and disclaimerThis application is opensource software released under the GPL. Because the program is licensed free of charge, there is no warranty for the program, to the extent permitted by applicable law. Except when otherwise stated in writing the copyright holders and/or other parties provide the program "as is" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the program is with you. Should the program prove defective, you assume the cost of all necessary servicing, repair or correction. Coppermine Photo Gallery is Copyright © 2002 - 2004 Grégory DEMAR and the Coppermine Dev Team, All Rights Reserved. |