Search results

  1. M

    CMD_API_FILE_MANAGER upload file

    Hello, Im trying to upload an file by CMD_API_FILE_MANAGER but im getting error: this file is not valid for copy. File manager from DA works fine but problem is only in API my request: $data = array( 'enctype' => "multipart/form-data", 'action' => 'upload', 'path' => $path...
  2. M

    Get and set IP address for user

    Hello, Is there any option to get list of user IP addresses (assigned to user) by API ? I want to allow user to add second IP to domain and set main IP - directadmin allows to set that by control panel. Additional info: Users are assigned to reseller. I can login to reseller / user - it...
  3. M

    CMD_API_DNS_CONTROL / CMD_API_DNS_MX delete MX records

    hello, I'm trying to delete an MX one record (actually i have 5), im choosing one record and make an delete: Array ( [domain] => abecadlozmien.pl [action] => select [select0] => name=mydomain.com.&value=40%20mxrecordtest ) to CMD_API_DNS_CONTROL the record is not deleted, another...
Back
Top