Parameter | Value | Example value |
---|---|---|
id | DNS template ID Retrieve with DNSListTemplates Parameter is required |
5400 |
Parameter | Value | Example value |
---|---|---|
success | command executed successfully | 0 = fout 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 | ID (nuermic). The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
45221 |
redirect_from_X | Redirecten from. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
subdomain.|DOMAIN| |
redirect_to_X | Redirect to. The X runs from 1 to the value oftotal_count Only sent when value parameter success = 1 |
http://www.redirectdomain.uk |
echo $versio['id_'.$teller]; ?> | echo $versio['redirect_from_'.$teller]; ?> | echo $versio['redirect_to_'.$teller]; ?> |