Is it possible to execute shell commands on a remote computer (not localhost)? For instance things like
$output = shell_exec("unzip filename.zip");
You can assume that you have the login credentials of a user account on the remote machine, as well as the remote root username, password, and cpanel remote access key.