cobi10
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by cobi10-
Unfortunately not. I need something like the Disklimit parameter of the Account Summary Call of the XMLjson API. But it would be very nice to get the disklimit information without any api calls.
-
Ok but in statusbar there is not the disk size? To get the disk free space for an user account I needed to do: max_quota - disk_usage disk_usage can be done as a user by exec("du -s ."); But I c...
-
But for this feature, If I am understanding the documentation right, I must grant every cPanel user who wanted to read his quota via php the API Access? Thank you
-
Hello :) thx for your fast response. I've tried this the problem is I want to read the quota as a cpanel user with no shell access in php for example. There I cannot execute the command "exec quot...