Remote Authentication - cPanel (No WHM) - ListPopAccounts
Hello,
I am developing a new client app.
i need someone to guide me through an example of Remote Authenticating to cPanel (WHM Not Available). and get a list for pop accounts.
Many Thanks
-
Hello :) The following document should be helpful to you: Authentication Function Call Methods Thank you. 0 -
Hello Michael, I have been searching there, but none talks about cpanel only authentication. and i am kinda new to this Many thanks 0 -
You'll just need to use basic authentication with cPanel user and their pass on port 2083 for cPanel. Here's an example from their PHP class:
to:$xmlapi = new xmlapi($ip); $xmlapi->password_auth($cpanel_user,$cpanel_pass); $xmlapi->set_port('2083');
to auth as a cPanel user.0
Please sign in to leave a comment.
Comments
3 comments