My php code uses this to create a cpanel account.
The package has 500MB space and 1500MB bandwidth.
/http://imageshack.com/a/img6/5731/qgp4.png
But when I check my email or the account created in WHM, it says that the account has unlimited space and bandwidth.
/http://imagizer.imageshack.us/v2/800x600q90/43/r6m8.png
How can I stop this unlimited space and bandwidth giving, and have WHM respect the package's limits when creating an account?
PHP:
$task2=$whm->createAccount('testdomain.com','testuser','changeme','testpassword123','hostingz_HL5');
/http://imageshack.com/a/img6/5731/qgp4.png
But when I check my email or the account created in WHM, it says that the account has unlimited space and bandwidth.
/http://imagizer.imageshack.us/v2/800x600q90/43/r6m8.png
How can I stop this unlimited space and bandwidth giving, and have WHM respect the package's limits when creating an account?
Last edited: