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.