Reseller stat not consistent

MtK

Verified User
Joined
Aug 2, 2007
Messages
405
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.
 
Hello,

CMD_ALL_USER_SHOW shows all User Data.

When you click the Reseller's username, you'd be looking at their Reseller data, hence the difference.

To view the matching User data (belongong to the Reseller's own domains), click "reseller's User Data".

Also related:
Admin Level -> List Resellers

which would show the actual Reseller data.

John
 
this is still an issue, causing 3rd party application (i.e WHMCS) that use API to grab the information, get it completely wrong!
 
@MtK:

Is this an issue which should be fixed by (for example) the folks who write the WHMCS interface to DirectAdmin?

Jeff
 
Back
Top