Error what does is mean?

mitchelp

Verified User
Joined
Apr 3, 2008
Messages
6
Hallo,
I have try to use this command to edit a account:
Code:
/CMD_API_ACCOUNT_USER?action=modify&add=Submit&username=mitcheltest&[email protected]&passwd=MichY12&passwd2=MichY12&domain=mitchtest.summerhost.nl&package=pack3&ip=217.148.165.121&notify=yes
DA show's this error:
error=1&text=Not implemented&details=modify

What's wrong?

The package is on the reseller account.
I have do this like this:
1. login on reseller account.
2. create the API script en press enter.
3. He show's that error.

Help me please!!!
 
Hi,

Are you trying to add or modify a user? It looks like you mixed up a few commands..

If you want to add the user change your code to:

Code:
/CMD_API_ACCOUNT_USER?action=create&add=Submit&username=mitcheltest&[email protected]&passwd=MichY12&passwd2=MichY12&domain=mitchtest.summerhost.nl&package=pack3&ip=217.148.165.121&notify=yes

that should work.

If you want to modify a user, use CMD_API_MODIFY_USER

more on that at http://www.directadmin.com/features.php?id=390

Hope this helps.

Good Luck,

Edwin
 
Thx man :)

But it doesn't work.
I have try this:
Code:
/CMD_API_MODIFY_USER?action=modify&user=mitchtest&action=ngle&lvalue=en&package=pack1

What he must do is change the package.
It must become pack1
At the moment is it pack2
DirectAdmin say's this:

Code:
error=0&text=User Modified&details=

What have i do wrong?
 
Last edited:
It didn't return any errors. Hence the zero after "error=".
Did you have a look if the package was actually changed to pack2?
 
Yes i have look but it isn't changed.

I fink that there is a other fing that i do wrong.. but i doens't no what that is...
Can any body say how to fix it?
 
Last edited:
Back
Top