Parameter | Value | Example value |
---|---|---|
id | Plan ID Parameter is required |
6 |
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 |
id | Unique ID (numeiric). Only sent when value parameter success = 1 |
45221 |
plan | Plan name. Only sent when value parameter success = 1 |
Silver |
domains | Maximal amount of domains that can be hosted. Only sent when value parameter success = 1 |
50 If output = 'x' this means 'unlimited' |
bandwidth | Amount bandwitdh (in MBs) available Only sent when value parameter success = 1 |
75000 If output = 'x' this means 'unlimited' |
diskspace | Amount diskspace (in MBs) available. Only sent when value parameter success = 1 |
5000 |
bandwidth_bonus | Bandwidth monthly bonus (in MBs) available. Only sent when value parameter success = 1 |
600 |
diskspace_bonus | Diskspace bonus (in MBs) available Only sent when value parameter success = 1 |
600 |
payment_months | Minimum amount in months. Only sent when value parameter success = 1 |
12 |
monthly_price | Monthly price reseller package. Excluding tax. Only sent when value parameter success = 1 |
2.25 |
country | Server country Possible values: NL, BE and UK Parameter is required |
UK |
server_setup | Server setup< Only sent when value parameter success = 1 |
DirectAdmin, Installatron |
echo $versio['id']; ?> | echo $versio['plan']; ?> | echo $versio['domains']; ?> | echo $versio['bandwidth']; ?> | echo $versio['diskspace']; ?> | echo $versio['bandwidth_bonus']; ?> | echo $versio['diskspace_bonus']; ?> | echo $versio['plan']; ?> | echo $versio['bandwidth']; ?> | echo $versio['diskspace']; ?> | echo $versio['payment_months']; ?> | echo $versio['monthly_price']; ?> | echo $versio['server_setup']; ?> |