Questions tagged [xmlapi2]

A PHP Class for Interacting with cPanel's XML-API Version 2. This is the cPanel XMLAPI Client Class.

This is the cPanel XMLAPI Client Class. This class allows for easy interaction with cPanel's XML-API allow functions within the XML-API to be called by calling funcions within this class.

3 questions
4
votes
1 answer

Cpanel xmlapi FileUpload not working properly

include '../xmlapi.php'; $ip = 'www.example.com'; $root_pass = 'abc'; $domain = "www.example.com"; $xmlapi = new…
0
votes
0 answers

When we have XML-APIS dependency in class path, spring boot application is not coming up in websphere 8.5. class loader is PARENT_LAST

In spring boot application we are dependent on Sax XML parsers and dozer mappers. So we have used xercesImpl.jar which internally has xml-apis as dependency. When we install and run application in WAS, giving exception as…
0
votes
1 answer

XML API to create cron tasks in cPanel

I am trying to create cron tasks using the xmlapi php. I am able to create the cron tasks using the php API but when I use "*" it does not work. Here is my code $xmlapi = new xmlapi("123.456.7.8"); $xmlapi->password_auth(user,…
Yunus Aslam
  • 2,447
  • 4
  • 25
  • 39