Change Domain API

Ehsan

Verified User
Joined
Jul 13, 2011
Messages
30
I want to change a domain of a user with API by admin. when I use "CMD_CHANGE_DOMAIN" it says:

"Unable To Execure Your Request
you do not own that old_domain"

How can I do this? Is there any other way to change a domain which is not owned by admin with API while we have not domain owner's password?

Any help would be much appreciated.
 
I knew this, I am the admin of this server and I don't have all users' passwords.
Any suggestion?
 
$sock->set_login("admin|YOUR_USERNAME_HERE","admin_password");

If you use httpsocket.php
 
Back
Top