cobi10
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by cobi10-
cobi10 created a post,
default enable SSL on Account Creation
Hi, i"m having a wildcard ssl zertificate installed on whm and create my accoutns per whm-api. Every account"s domain sould be a sub-domain of the Domain with the installed wildcard cert and be rea...
-
cobi10 commented,
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.
-
cobi10 commented,
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...
-
cobi10 commented,
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
-
cobi10 commented,
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...
-
cobi10 created a post,
Quota Understanding and datastore/_usr_local_cpanel_bin_quota_*cpanelusername*
Dear cPanel Community, can somebody explain me the Quota Cron Job handling done by cPanel. My Problem is I like to read as a customer the current quota settings from my vHost. I first thought I ca...