CPM Fetch on the other site/hosting CPM Fetch on the other site/hosting
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

CPM Fetch on the other site/hosting

Started by Mrj, December 09, 2010, 11:09:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Mrj

Hi,
For example
Site test.php with this code:
<?php
  
include "./cpmfetch/cpmfetch.php";
  
$objCpm = new cpm("./cpmfetch/cpmfetch_config.php");
  
$objCpm->cpm_viewLastAddedMedia(1,4);
  
$objCpm->cpm_close();
?>


is for displaying photos when test.php is on the same hosting.

So I have gallery on site http://aaaaa.com
But I would like to display last photos on site http://bbbbb.com

Can I do this?

I hope you can help me, and sorry for my english :)