How can I display coppermine photo from different URL ? How can I display coppermine photo from different URL ?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

How can I display coppermine photo from different URL ?

Started by tts, November 22, 2007, 06:57:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tts

<?php
  include "./gallery/cpmfetch/cpmfetch.php";
  $objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
  $objCpm->cpm_viewLastAddedMedia(1,4);
  $objCpm->cpm_close();
?>

How can I do if my gallery photo is in the other server or URL?

Like this website, http://blog.stieglmayer.com/2007-01-07-cpmfetch-widget/

Joachim Müller

The page you refer to talks about a widget (a hack of cpmFetch). Do as suggested on that page or ask the author of that page for support if you want to use the hack he created.