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 available packages. Only sent when value parameter success = 1 |
20 |
id_X | Unique ID (numeric). The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
45221 |
plan_X | Plan name. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
Silver |
domains_X | Maximal amount of domains that can be hosted. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
50 If output = 'x' this means 'unlimited' |
bandwidth_X | Amount bandwitdh (in MBs) available The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
75000 If output = 'x' this means 'unlimited' |
diskspace_X | Amount diskspace (in MBs) available. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
5000 |
bandwidth_bonus_X | Bandwidth monthly bonus (in MBs) available. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
600 |
diskspace_bonus_X | Diskspace bonus (in MBs) available. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
600 |
payment_months_X | Minimum amount in months. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
12 |
monthly_price_X | Monthly price reseller package. Excluding tax. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
12 |
country_X | Server country The X runs from 1 to the value of total_count Possible values: NL, BE and UK Only sent when value parameter success = 1 |
UK |
server_setup_X | Server setup The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
DirectAdmin, Installatron |
echo $versio['id_'.$teller]; ?> | echo $versio['plan_'.$teller]; ?> | echo $versio['domains_'.$teller]; ?> | echo $versio['bandwidth_'.$teller]; ?> | echo $versio['diskspace_'.$teller]; ?> | echo $versio['bandwidth_bonus_'.$teller]; ?> | echo $versio['diskspace_bonus_'.$teller]; ?> | echo $versio['plan_'.$teller]; ?> | echo $versio['bandwidth_'.$teller]; ?> | echo $versio['diskspace_'.$teller]; ?> | echo $versio['payment_months_'.$teller]; ?> | echo $versio['monthly_price_'.$teller]; ?> | echo $versio['country_'.$teller]; ?> | echo $versio['server_setup_'.$teller]; ?> |