CMD_SELECT_USERS return nothing

GakcaT

New member
Joined
Jun 19, 2009
Messages
2
Hi.
I need to suspend a user account.
The next lines is what I sent with curl to a directadmin server:
"http://MY_IP:2222/CMD_SELECT_USERS?location=CMD_SELECT_USERS&suspend=Suspend&select0=username"
The action completes, but the server doesn't return an answer. It happens in both cases (success, failure).
How can I fix the problem?
Thanks for advance.
 
is this actually working for anyone else? here's the command i'm trying (when un-suspending a user):

Code:
http://admin:[email protected]:2222/CMD_API_SELECT_USERS?location=CMD_API_SELECT_USERS&dounsuspend=anything&select0=user

and it outputs this:

error=1&text=Cannot Execute Command&details=Empty post
 
Back
Top