Parameter | Value | Example value |
---|---|---|
domain | Domain without extension. Eg "versio.uk" you enter "versio". Parameter is required |
versio |
tld | Domain extension. Eg "versio.uk" you enter "uk". Parameter is required |
uk |
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 records Only sent when value parameter success = 1 |
20 |
id_X | DNS redirection ID. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
45221 |
from_X | Domain where redirect comes from. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
domein |
to_X | Redirect URL The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
http://www.myredirect.uk |
echo $versio['id_'.$teller]; ?> | echo $versio['from_'.$teller]; ?> | echo $versio['to_'.$teller]; ?> |