$proxy["host"], 'proxy_port' => (int) $proxy["port"], ) ); // Call the SOAP method $result = $client->ScoreAddNew($name, $track, $score, $version); // Display the result $result++; raydium_log('Debug : Level=' . $result); $position= (int) $result; } catch (SoapFault $fault) { raydium_log("SOAP Fault: (faultcode: {$fault->faultcode}, faultstring: {$fault->faultstring})"); $position = 0; } ?>