Parameter | Value | Example value |
---|---|---|
tld | Extension you wish to query. Parameter is not required |
com |
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 | Amount extensions Only sent when value parameter success = 1 |
5 |
tld_X | Extension The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
uk |
newprice_X | Price for first year The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
3.99 |
renewprice_X | Price for next years The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
4.99 |
minimumyears_X | Minimum amount of years to register The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
1 |
echo $versio['tld_'.$teller]; ?> | echo $versio['newprice_'.$teller]; ?> | echo $versio['renewprice_'.$teller]; ?> | echo $versio['minimumyears_'.$teller]; ?> |