CPG 1.3.x Remote Hosting Hack BETA3 Installation : 
! based on CPG 1.3.5 source files !

* Help & errors reports & problems can be found here : http://coppermine-gallery.net/forum/index.php?topic=22564.0

* INSTALLATION :

Copy the following files :
-> in your CPG root :
files.php
displayimage.php
-> in the include directory :
slideshow.inc.php


In addition to copying the files provided in this archive you have to manually edit the following files :

-> Modification required for the slideshow hack to work.
## file : include/functions.inc.php - Line 452 ##
REPLACE :
            $select_columns = 'pid, filepath, filename, url_prefix, filesize, pwidth, pheight, ctime, aid';
WITH : 
            $select_columns = 'pid, filepath, filename, url_prefix, filesize, pwidth, pheight, ctime, aid, user4';



-> Modification required if you use IPTC data, the IPTC data will be skipped coz the source file is not available locally with remote pictures.
## file : include/iptc.inc.php - Line 21 ##
AFTER :
function get_IPTC($filename) {

INSERT : 
		if ( ! filesize($filename) ) return;



* LIMITATIONS :

- CPG Admin Mode Pictures manipulation / modifications are subject to failures. 
Example : 
When editing your remote pictures you cannot refresh the picture EXIF data.
Regenerating thumbnails or modifying the fullsize picture won't work with remote pictures !
