Hey,
on the CMD_ALL_USER_SHOW page, a reseller's stat
[table="width: 500, class: grid"]
[tr]
[td]Bandwidth[/td]
[td]Disk Usage[/td]
[/tr]
[tr]
[td]27444.0 / 100000 [/td]
[td]2568.1 / 5000[/td]
[/tr]
[/table]
which is the stat being uses by the user level of the reseller.
while on the CMD_SHOW_RESELLER?user={reseller} is shows:
[table="width: 500, class: grid"]
[tr]
[td]Setting[/td]
[td]Current Usage[/td]
[td]Allocated[/td]
[td]Maximum Usage[/td]
[/tr]
[tr]
[td]Bandwidth (MB)[/td]
[td]28850[/td]
[td]36000[/td]
[td]100000[/td]
[/tr]
[tr]
[td]Disk Space (MB)[/td]
[td]4679.8[/td]
[td]4300[/td]
[td]5000[/td]
[/tr]
[/table]
Which is the correct stat for all the reseller (including its users).
This also affects the API because it sends the first stat and not the actual reseller stat.
on the CMD_ALL_USER_SHOW page, a reseller's stat
[table="width: 500, class: grid"]
[tr]
[td]Bandwidth[/td]
[td]Disk Usage[/td]
[/tr]
[tr]
[td]27444.0 / 100000 [/td]
[td]2568.1 / 5000[/td]
[/tr]
[/table]
which is the stat being uses by the user level of the reseller.
while on the CMD_SHOW_RESELLER?user={reseller} is shows:
[table="width: 500, class: grid"]
[tr]
[td]Setting[/td]
[td]Current Usage[/td]
[td]Allocated[/td]
[td]Maximum Usage[/td]
[/tr]
[tr]
[td]Bandwidth (MB)[/td]
[td]28850[/td]
[td]36000[/td]
[td]100000[/td]
[/tr]
[tr]
[td]Disk Space (MB)[/td]
[td]4679.8[/td]
[td]4300[/td]
[td]5000[/td]
[/tr]
[/table]
Which is the correct stat for all the reseller (including its users).
This also affects the API because it sends the first stat and not the actual reseller stat.