Nacef
Nacef
to use API 1 with more parameters use this: backup user account sample: `$accounts_json = $cpanel->start_background_pkgacct(["api.version" => 1, "user" => "username"]); $accounts = json_decode($accounts_json, true); echo ""; print_r($accounts); echo "";`
use: `CpanelWhm::getdiskusage(["api.version" => 1])` And for more parameters use it like this (to create a backup): `CpanelWhm::start_background_pkgacct(["api.version" => 1, "user" => "cpaneluser"])`
@PhongNguyen512 Thank you for introducing this temporary solution. @troydavisson I was on the previous version 2.6.1, but the problem is still in the new version 2.6.2 Please note that GetObject...
Thant's true. Thanks
Thanks for your quick reply...Can I use php to check it? Please not: the test url not working...