desbest
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by desbest-
desbest created a post,
Why do crons that run once a week, run on Saturday instead of Monday?
Why do crons that run once a week, run on Saturday instead of Monday? My cron is for time 0 1 * * 0 and it runs on saturday not monday, when I chose the once a week setting. Why?
-
desbest commented,
Thanks for the code sample. I'll try the code sample if the whm.php class file cannot be used. I never thought about using code to change the package, after the account is created. Here's the whm....
-
desbest commented,
I've updated the post to get rid of the php error and update the image. I'd prefer not to use Cpanel's php api class, because when creating an account, it doesn't allow the developer to choose the ...
-
desbest created a post,
Why is an account of unlimited space and bandwidth being created, if I'm my package has limits?
My php code uses this to create a cpanel account. [PHP]$task2=$whm->createAccount('testdomain.com','testuser','changeme','testpassword123','hostingz_HL5');[/PHP] The package has 500MB space and 15...