4images Forum & Community

4images Modifications / Modifikationen => Requests for paid modifications / Jobbörse => Topic started by: HarriL on March 19, 2013, 12:09:52 PM

Title: 4Images and CDN - $100 to the one who can solve my problem
Post by: HarriL on March 19, 2013, 12:09:52 PM
Hi,

I've been trying to modify my 4images so that I could load the images from Amazon Cloudfron CDN (Content Delivery Network)

I've uploaded the images to Amazon and I've got a URL to the images and I've tried to change

define('MEDIA_PATH', ROOT_PATH.MEDIA_DIR);
define('THUMB_PATH', ROOT_PATH.THUMB_DIR);

in global.php and

// Data paths
define('MEDIA_DIR', 'data/media');
define('THUMB_DIR', 'data/thumbnails');

in includes/constants.php but all I get is 404 images.

Any ideas how I could load thumbnails and media files from a CDN?

Thanks
Title: Re: 4Images and CDN - $100 to the one who can solve my problem
Post by: HarriL on March 23, 2013, 05:56:25 PM
I can PayPal $100 to the one who can solve my problem.
Title: Re: 4Images and CDN - $100 to the one who can solve my problem
Post by: andonial on April 10, 2014, 09:26:15 AM
Have thier been any developments on this? Been thinking of adapting my website to CDN as well, but since you currently have issues, I'd like to know more about this. Can you send me a link to your website and the exact problem you're having?