create album from another script create album from another script
 

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

create album from another script

Started by ve.ru, June 08, 2006, 03:43:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ve.ru

Another topic I'm interessted in and I couldn't find any documentation. I'd like to automatically create an album from another skript, which runs on another server. I'm thinking of making a little form with album name, username, password and sending this via a post request to coppermine. Coppermine must do the athN and autZ and create the album, all in one step. Is this possible (a little PHP hacking is OK)? Or has coppermine support for XMLRPC, SOAP or something similar?

Joachim Müller

Quote from: ve.ru on June 08, 2006, 03:43:24 PM
Or has coppermine support for XMLRPC, SOAP or something similar?
no, currently not. It can't be controlled remotely.

Nibbler

You could probably add album creation to the API.