We need a script to create a backup of all the files, database and email using third party Cpanel details in PHP

include “xmlapi.php”; $source_server_ip = “”; $cpanel_account = “”; // cPanel username $cpanel_password = ”; // cPanel password //Credentials for FTP remote site $ftphost = “”; // FTP host IP or domain name $ftpacct = “”; // FTP account $ftppass = “”; // FTP password $email_notify = ”; // Email address for backup notification $xmlapi = … Read more