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 domains transfered away. Only sent when value parameter success = 1 |
20 |
domain_X | Domain without extension. Eg "versio.uk" you enter "versio". Parameter is required 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" you enter "uk". Parameter is required The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
uk |
timestamp_x | Domain timestamp. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
1308062502 |
echo $versio['domain_'.$teller]; ?> | echo $versio['tld_'.$teller]; ?> | echo $versio['timestamp_'.$teller]; ?> |