Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/smanonr..../opt/backups/cpanel_p...
File: post.live.php
<?php
[0] Fix | Delete
ini_set('log_errors', 1);
[1] Fix | Delete
error_reporting(E_ALL);
[2] Fix | Delete
include("/usr/local/cpanel/php/cpanel.php");
[3] Fix | Delete
$cpanel = new CPANEL();
[4] Fix | Delete
$action = $_POST['action'];
[5] Fix | Delete
$args = $_POST['args'];
[6] Fix | Delete
$result = $cpanel->uapi(
[7] Fix | Delete
'Backups', 'backups',
[8] Fix | Delete
array('action' => $action, 'args' => $args)
[9] Fix | Delete
);
[10] Fix | Delete
if ( $result['cpanelresult']['result']['status'] === 1 ) {
[11] Fix | Delete
$result = $result['cpanelresult']['result']['data'];
[12] Fix | Delete
} else {
[13] Fix | Delete
die('unable to process request. grep for /opt/backups/bin/cpanel_plugin in /usr/local/cpanel/logs/error_log');
[14] Fix | Delete
}
[15] Fix | Delete
echo($result);
[16] Fix | Delete
?>
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function