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 reseller hosting accounts. Only sent when value parameter success = 1 |
20 |
id_X | Unique reseller hosting ID (numeric). The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
45221 |
username_X | Username. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
keeshz51 |
creation_date_X | Start date for reseller hosting package. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
19-06-2008 |
expiration_date_X | Expire date for reseller hosting package. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
01-09-2018 |
expiration_stamp_X | Expire date in unix timestamp. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
1535760000 |
auto_renew_X | Auto renew for reseller hosting package. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
1 = Aan 0 = Uit |
plan_id_X | Reseller hosting plan ID. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
2 |
plan_X | Plan name. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
Silver |
max_domains_x | Maximal amount of domains that can be hosted. 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 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 |
50 |
cp_link_X | Link to controle panel. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
http://91.213.214.150:2222/ |
server_X | Hosting server number. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
050 |
server_ip_X | Server IP address. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
195.88.32.240 |
ns1_X | NS1 server. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
ns17.axc.nl |
ns1_ip_X | NS1 IP address. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
195.88.32.240 |
ns2_X | NS2 server. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
ns18.axc.nl |
ns2_ip_X | NS2 IP address. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
195.88.32.241 |
country_X | Server country The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
UK |
server_setup_X | Installation (CP). The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
DirectAdmin, Installatron |
temp_info_X | Extra information. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
echo $versio['id_'.$teller]; ?> | echo $versio['username_'.$teller]; ?> | echo $versio['creation_date_'.$teller]; ?> | echo $versio['expiration_date_'.$teller]; ?> | echo $versio['expiration_stamp_'.$teller]; ?> | echo $versio['auto_renew_'.$teller]; ?> | echo $versio['plan_id_'.$teller]; ?> | echo $versio['plan_'.$teller]; ?> | echo $versio['max_domains_'.$teller]; ?> | echo $versio['bandwidth_'.$teller]; ?> | echo $versio['diskspace_'.$teller]; ?> | echo $versio['bandwidth_bonus_'.$teller]; ?> | echo $versio['diskspace_bonus_'.$teller]; ?> | echo $versio['cp_link_'.$teller]; ?> | echo $versio['server_'.$teller]; ?> | echo $versio['server_ip_'.$teller]; ?> | echo $versio['ns1_'.$teller]; ?> | echo $versio['ns1_ip_'.$teller]; ?> | echo $versio['ns2_'.$teller]; ?> | echo $versio['ns2_ip_'.$teller]; ?> | echo $versio['country_'.$teller]; ?> | echo $versio['server_setup_'.$teller]; ?> | echo $versio['temp_info_'.$teller]; ?> |