Server side (tier B of schema)
unpack the php xmlrpc lib and put it into a directory where it can be included by php scripts (see directive include in php.ini). NB: only the two files xmlrpc.inc and xmlrpcs.inc a re actually needed. NNB: to avoid potential security problems possibly put them in a directory outside of the web server root!
unpack the adodb lib and put it into a directory where it can be included by php scripts NNB: to avoid potential security problems possibly put it in a directory outside of the web server root!
unpack in a temp dir the contents of this distribution, then
copy toxmlrpc.inc.php in the main adodb dir
copy adodb-xmlrpc.inc.php in ADODB/drivers
choose a directory inside the web server root where the web service will be active. Copy in there the files server.php, server_config.inc.php and server_functions.inc.php
edit the configuration of the web service: edit the file server_config.inc.php
Client side (tier C of schema)
unpack the php xmlrpc lib and put it into a directory where it can be included by php scripts (see directive include in php.ini). NB: only the two files xmlrpc.inc and xmlrpcs.inc a re actually needed. NNB: to avoid potential security problems possibly put them in a directory outside of the web server root!
unpack the adodb lib and put it into a directory where it can be included by php scripts NNB: to avoid potential security problems possibly put it in a directory outside of the web server root!
unpack in a temp dir the contents of this distribution, then
copy toxmlrpc.inc.php in the main adodb dir
copy adodb-xmlrpc.inc.php in ADODB/drivers