require_once($location.'includes/configure.php');

gave the error: Failed opening required '../includes/configure.php'

which, as you can see, has it looking for the script in the wrong place.

Fixing that error it was then looking for a cURL Proxy, which would be fine if this were a GoDaddy server, or any other company that provides cURL via a Proxy, but we don't. Each site has cURL installed.

There is another major problem with the script. It is trying to access the XE and OANDA currency exchanges, both of which changed their policies about 2 years ago to disallow outside connections to their database unless you have a licence, which costs around $2,500 a year. In reality this means that you will occasionally be lucky and be able to connect to their db, but at other times the connection will be blocked.

Vger