desbest
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by desbest-
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?
-
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...