Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. require_once '../components/xmlapi.php';
  2.  
  3. $xmlapi = new xmlapi($domain);
  4. //checking authentication of the cpanel
  5. $xmlapi->password_auth($username,$password);
  6.  
  7. $xmlapi->set_port(21);
  8.  
  9. $result = $xmlapi->api1_query(password, 'CustInfo', 'getemail', array());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement