PDA

View Full Version : Cmd_account_user



kalipiev
03-13-2008, 02:03 PM
Hello,

I am using your API and trying with "CMD_ACCOUNT_USER" request. Unfortunately I get this error: "Package not found". Is it possible to help me solve this? Also, would you please tell me if there is guide where I can find all error messages?

Thanks.

webaltern
03-13-2008, 07:03 PM
you probably not specify a package in your command OR the package you want to use don't exist on the server...

$sock->query('/CMD_API_ACCOUNT_USER',
array(
'action' => 'create',
'add' => 'Submit',
'username' => $login,
'email' => $email,
'passwd' => $passwd,
'passwd2' => $passwd,
'domain' => $website,
'package' => $package,
'ip' => $ip,
'notify' => 'yes'
));