Parameter | Value | Example value |
---|---|---|
success | command executed successfully | 0 = error 1 = command executed successfully |
command_response_message | Error Only sent when value parameter success = 0 |
incorrect password |
total_count | Total amount inactive domains Only sent when value parameter success = 1 |
20 |
id_X | Domain id. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
45221 |
domain_X | Domain without extension. Eg "versio.uk" will return "versio". The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
versio |
tld_X | Domain extension. Eg "versio.uk" will return "uk". The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
nl |
auto_renew_X | Domain auto renew. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
1 = On 0 = Off |
echo $versio['id_'.$teller]; ?> | echo $versio['domain_'.$teller]; ?> | echo $versio['tld_'.$teller]; ?> | echo $versio['auto_renew_'.$teller]; ?> |