MeyR
Verified User
- Joined
- May 6, 2008
- Messages
- 10
Hi Guys,
Sorry for this irritating topic, but when I use the DirectAdmin API to create users like the way below, the configuration of the user in DirectAdmin says: Bandwidth: 0. Can anyone give me some help?
$UnlimitedBandwidth = "'ubandwidth' => ON,";
$Socket->query('/CMD_API_ACCOUNT_USER',
array(
...
'bandwidth' => "",
$UnlimitedBandwidth,
...
Is this a bug in DirectAdmin or something?
Thank you in advance,
Kind regards,
Stephan Meijer
Sorry for this irritating topic, but when I use the DirectAdmin API to create users like the way below, the configuration of the user in DirectAdmin says: Bandwidth: 0. Can anyone give me some help?
$UnlimitedBandwidth = "'ubandwidth' => ON,";
$Socket->query('/CMD_API_ACCOUNT_USER',
array(
...
'bandwidth' => "",
$UnlimitedBandwidth,
...
Is this a bug in DirectAdmin or something?
Thank you in advance,
Kind regards,
Stephan Meijer
Last edited: