list accounts and disk space used in same screen

Nabetse

Registered
Dec 14, 2007
1
0
51
Hi!

I would like to list suspended accounts and the disk space on the same screen within the WHM interface.

Is this possible?

Maybe creating a custom script?

Thanks!
 

cPanelDavidG

Technical Product Specialist
Nov 29, 2006
11,212
13
313
Houston, TX
cPanel Access Level
Root Administrator
Hi!

I would like to list suspended accounts and the disk space on the same screen within the WHM interface.

Is this possible?

Maybe creating a custom script?

Thanks!
There is no setting to add a disk consumption column to the List Suspended Accounts page in WHM. However, you can use the listaccts XML API call, and for accounts where suspended is 1, display the values of the diskused and disklimit tags for that account and any other information you need.

You can learn more about our XML API at http://cPanel.net/plugins/devel and there are many code samples in the developers section of these forums.