Cmd_account_user

LetsGo-Dan

New member
Joined
Apr 23, 2004
Messages
4
Hi

I am doing this API command but for some reason I just keep getting errors about not allowed unlimited bandwidth, I am using the socket from the forum and my unlimited mysql bandwidth and quota are set to "OFF"

'ubandwidth' => 'OFF',
'uquota' => 'OFF',
'umysql' => 'OFF',

Any ideas?

Thanks

Daniel
 
Hello,

Since the forms use checkboxes, the values won't be passed with a web browser, so just leave out the values if you arn't using them. ie: don't pass ubandwidth at all (not ON nor OFF).

John
 
Back
Top