Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - wei93.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 20 May 2025 03:58:55 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Redirect-By: WordPress
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Location: https://www.wei93.com/
Vary: User-Agent
Server: cloudflare
Cf-Cache-Status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=dxQM0cxXpAT%2FXB%2FaYLASFqMfgcY0%2B%2FxrU%2FXrKDSps3zmi%2FbCT7kYbvdE9AB4Vr94lY9UYlC3v665K6myfzvLzAJwJIc%2FZCDP81HQjIM76g5PRr8%3D"}]}
Set-Cookie: 6666cd76f96956469e7be39d750cc7d9=1747713535; Path=/; Max-Age=2592000; Expires=Thu, 19 Jun 2025 03:58:55 GMT
CF-RAY: 9428eb173f3d2d6f-ARN
alt-svc: h3=":443"; ma=86400

HTTP Code 301 Moved Permanently

301 http status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://wei93.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 20 May 2025 03:58:56 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Link: <https://www.wei93.com/wp-json/>; rel="https://api.w.org/"
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Vary: Accept-Encoding,User-Agent
Server: cloudflare
Cf-Cache-Status: DYNAMIC
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hwRYXuq4652yEnakEfP2vpRxp868gsszkvlJDhvyjgLqkFeyUtL2J0QznTxF1%2FjHJRPIXYLTa67eNubmN1oflFkqNQItclKLHu71yjRki30yDtT6EaAHNJI%3D"}]}
Set-Cookie: 6666cd76f96956469e7be39d750cc7d9=1747713536; Path=/; Max-Age=2592000; Expires=Thu, 19 Jun 2025 03:58:56 GMT
CF-RAY: 9428eb1e7c3fdd28-ARN
alt-svc: h3=":443"; ma=86400

HTTP Code 200 OK

200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: wei93.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" oncontextmenu="return false">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>德伟の部落格&#160;&#124;&#160;我总觉得有些事情必须用文字记录下来,否则就随着记忆而去了&#8230;</title> 

<meta name="keywords" content="部落格、德伟、伟伟、基督" />
<meta name="description" content="我总觉得有些事情必须用文字记录下来,否则就随着记忆而去了..." />
<link rel="stylesheet" href="https://www.wei93.com/wp-content/themes/iphoto/style.css" type="text/css" media="screen" />
<link rel="shortcut icon" href="https://www.wei93.com/favicon.ico" type="image/x-icon" />
	
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script type="text/javascript" src="https://www.wei93.com/wp-content/themes/iphoto/includes/jquery-ui-1.10.2.custom.min.js"></script>

<script type="text/javascript" src="https://www.wei93.com/wp-content/themes/iphoto/includes/all.js"></script>
<script type="text/javascript" src="https://www.wei93.com/wp-content/themes/iphoto/includes/jquery.waterfall.min.js"></script>
<script type="text/javascript" src="https://www.wei93.com/wp-content/themes/iphoto/includes/index.js"></script>

<!--<script type="text/javascript" src="https://www.wei93.com/wp-content/themes/iphoto/player/js/jquery.jplayer.min.js"></script>-->
<script type="text/javascript" src="https://www.wei93.com/wp-content/themes/iphoto/includes/jquery.lazyload.js"></script>
<script type="text/javascript">
    // Delay Image 
	$(function(){
		var i = 0;
		$("html").bind("contextmenu",function(){
			if(i == 0){
				$("#header").hide("fade", {}, 600);
				$("#wrapper").hide("fade", {}, 600);
				$("#footer").hide("fade", {}, 600);
				$("#fixedbottom").hide("fade", {}, 600);
				i = 1;
			}else{
				$("#header").show("fade", {}, 600);
				$("#wrapper").show("fade", {}, 600);
				$("#footer").show("fade", {}, 600);
				$("#fixedbottom").show("fade", {}, 600);
				i = 0;
			}
		});
	});
	
	jQuery(document).ready(function($) {

		// var space_4side = 50;
		var $sky = $("body");
		var imageX = 2500, imageY = 2000, skyX = 0, skyY = 0;

		// $sky.mousemove(function(e) {
		$(document).mousemove(function(e) {

			skyX = (e.clientX / $(window).width()) * (imageX - $(window).width());
			skyY = (e.clientY / $(window).height()) * (imageY - $(window).height());

		});

		setInterval(function() {
			
			var disX = Math.abs(skyX - Math.abs(parseFloat($sky.css('background-position-x'))));
			var disY = Math.abs(skyY - Math.abs(parseFloat($sky.css('background-position-y'))));
			var disSpeedX = 10, disSpeedY = 10, speed = 1;

			if(disX > disY){
				disSpeedY = disY / disX * disSpeedX;
			}else if(disX < disY){
				disSpeedX = disX / disY * disSpeedY;
			}

			if(disX > disY && disX < 400){
				speed = disX > 50 ? disX / 400 : 50 / 400; 
			}else if(disX < disY && disY < 400){
				speed = disY > 50 ? disY / 400 : 50 / 400; 
			}

			var speedX = disSpeedX * speed;
			if(skyX > Math.abs(parseFloat($sky.css('background-position-x'))) && Math.abs(parseFloat($sky.css('background-position-x'))) +speedX < skyX)
				$("body").css({'background-position-x': "-="+speedX});

			else if(skyX < Math.abs(parseFloat($sky.css('background-position-x'))) && Math.abs(parseFloat($sky.css('background-position-x'))) -speedX > skyX)
				$("body").css({'background-position-x': "+="+speedX});

			var speedY = disSpeedY * speed;
			if(skyY > Math.abs(parseFloat($sky.css('background-position-y'))) && Math.abs(parseFloat($sky.css('background-position-y'))) +speedY < skyY)
				$("body").css({'background-position-y': "-="+speedY});
			else if(skyY < Math.abs(parseFloat($sky.css('background-position-y'))) && Math.abs(parseFloat($sky.css('background-position-y'))) -speedY > skyY)
				$("body").css({'background-position-y': "+="+speedY});

			// console.log("dis", disX, disY);
			// console.log("speed", speedX, speedY);

		}, 15);

	});
	
    $(function() {          
		$(".post-content img").lazyload({
			placeholder : "https://www.wei93.com/wp-content/themes/iphoto/images/grey.gif", 
			effect : "fadeIn" 
		});
	}); 

	function onKeyDown()
	{
		if ((event.keyCode==116)||(window.event.shiftKey)||(event.keyCode==122)||(e.keyCode == 67)||(e.ctrlKey))
		{
			event.keyCode=0;
			event.returnValue=false;
		}
	}

	// if(window.event.srcElement.tagName=="A" && window.event.shiftKey) window.event.returnValue=false;
	
	function musicStop(){
		SCM.pause();
	}

	
	$.ajax("http://www.wei93.com/ajax_sign.php");
</script>
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="德伟の部落格 &raquo; Feed" href="https://www.wei93.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="德伟の部落格 &raquo; 评论Feed" href="https://www.wei93.com/comments/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.wei93.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.5.15"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='wp-block-library-css'  href='https://www.wei93.com/wp-includes/css/dist/block-library/style.min.css?ver=5.5.15' type='text/css' media='all' />
<link rel="https://api.w.org/" href="https://www.wei93.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.wei93.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.wei93.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.5.15" />
<link rel="stylesheet" href="https://www.wei93.com/wp-content/plugins/phzoom/phzoom.css" type="text/css" />
<div id="fb-root"></div>
<script>
(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.7&appId=239527159429794";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</head>
<body class="blog" onkeydown="onKeyDown()" onmousedown="return false" onselectstart="return false" style="height:100%; width:100%; position:relative;">
<!-- SCM Music Player -->
<!--<script type="text/javascript" src="http://www.wei93.com/player/script.js" 
data-config="{'skin':'skins/zanmeipu/skin.css','volume':10,'autoplay':true,'shuffle':true,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'Day Music','url':'http://www.wei93.com/music/day.mp3'}]}">
</script>-->
<!-- SCM Music Player script end -->
<audio id="bgsound" autoplay loop>
    <source src="https://www.wei93.com/music/day.mp3" type="audio/mpeg">
  </audio>
<script>
var vid = document.getElementById("bgsound");
vid.volume = 0.2;
</script>
	<div id="header">
		<div id="weilogo"></div>
		<div id="header-box" class="clearfix">
			<div id="nav" class="menu-%e5%88%86%e7%b1%bb%e7%9b%ae%e5%bd%95-container"><ul id="menu-%e5%88%86%e7%b1%bb%e7%9b%ae%e5%bd%95" class="menu"><li id="menu-item-3203" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3203"><a href="/blog/"><!--:zh-->首页<!--:--></a></li>
<li id="menu-item-1972" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1972"><a href="https://www.wei93.com/category/%e5%9f%ba%e7%9d%a3%e4%bf%a1%e4%bb%b0/">基督信仰</a></li>
<li id="menu-item-1973" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1973"><a href="https://www.wei93.com/category/%e4%bd%9c%e5%93%81%e5%b1%95%e7%8e%b0/">作品展现</a></li>
<li id="menu-item-3019" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3019"><a href="https://www.wei93.com/?order=likes"><!--:zh-->最受欢迎<!--:--></a></li>
<li id="menu-item-3020" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3020"><a href="https://www.wei93.com/?order=views"><!--:zh-->最多浏览<!--:--></a></li>
<li id="menu-item-1976" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1976"><a href="https://www.wei93.com/%e4%ba%ba%e7%94%9f%e5%a5%bd%e6%b6%88%e6%81%af/">人生好消息</a></li>
<li id="menu-item-1975" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1975"><a href="https://www.wei93.com/about/">关于伟伟</a></li>
<li id="menu-item-5144" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-5144"><a href="/setmusic.php"><!--:zh-->开关音乐<!--:--></a></li>
</ul></div>			
		</div>
	</div>
	<div id="wrapper" class="clearfix">	<div id="cate" data-type="index" data-name=""></div>
	<div id="container">
				<!--div id="post-tags" class="post-home clearfix">
			<h2>博文相关人物和地区</h2>
			<a href="https://www.wei93.com/tag/%e8%8e%ab%e7%8f%8d%e6%ad%aa/" class="tag-cloud-link tag-link-11 tag-link-position-1" style="font-size: 10pt;">莫珍歪</a>
<a href="https://www.wei93.com/tag/%e9%87%91%e5%ae%9d/" class="tag-cloud-link tag-link-10 tag-link-position-2" style="font-size: 10pt;">金宝</a>
<a href="https://www.wei93.com/tag/%e5%a6%88%e5%a6%88/" class="tag-cloud-link tag-link-70 tag-link-position-3" style="font-size: 10pt;">妈妈</a>
<a href="https://www.wei93.com/tag/%e7%88%b1%e5%a4%a7%e5%8d%8e/" class="tag-cloud-link tag-link-12 tag-link-position-4" style="font-size: 10pt;">爱大华</a>
<a href="https://www.wei93.com/tag/%e7%91%9e%e5%b1%95/" class="tag-cloud-link tag-link-42 tag-link-position-5" style="font-size: 10pt;">瑞展</a>
<a href="https://www.wei93.com/tag/%e4%bf%8a%e4%bc%9f/" class="tag-cloud-link tag-link-43 tag-link-position-6" style="font-size: 10pt;">俊伟</a>
<a href="https://www.wei93.com/tag/%e7%88%b8%e7%88%b8/" class="tag-cloud-link tag-link-71 tag-link-position-7" style="font-size: 10pt;">爸爸</a>
<a href="https://www.wei93.com/tag/%e6%98%8e%e4%bf%bd/" class="tag-cloud-link tag-link-38 tag-link-position-8" style="font-size: 10pt;">明俽</a>
<a href="https://www.wei93.com/tag/%e9%92%9f%e9%98%b3/" class="tag-cloud-link tag-link-29 tag-link-position-9" style="font-size: 10pt;">钟阳</a>
<a href="https://www.wei93.com/tag/%e4%b8%9d%e7%8e%ae/" class="tag-cloud-link tag-link-28 tag-link-position-10" style="font-size: 10pt;">丝玮</a>
<a href="https://www.wei93.com/tag/%e6%80%a1%e4%bf%9d/" class="tag-cloud-link tag-link-14 tag-link-position-11" style="font-size: 10pt;">怡保</a>
<a href="https://www.wei93.com/tag/%e6%96%87%e8%89%af%e6%b8%af/" class="tag-cloud-link tag-link-58 tag-link-position-12" style="font-size: 10pt;">文良港</a>
<a href="https://www.wei93.com/tag/%e6%89%bf%e8%b4%a4/" class="tag-cloud-link tag-link-44 tag-link-position-13" style="font-size: 10pt;">承贤</a>
<a href="https://www.wei93.com/tag/%e5%bf%97%e5%ba%86/" class="tag-cloud-link tag-link-57 tag-link-position-14" style="font-size: 10pt;">志庆</a>
<a href="https://www.wei93.com/tag/%e5%ae%9e%e5%85%86%e8%bf%9c/" class="tag-cloud-link tag-link-13 tag-link-position-15" style="font-size: 10pt;">实兆远</a>
<a href="https://www.wei93.com/tag/%e6%85%a7%e8%8a%b3/" class="tag-cloud-link tag-link-49 tag-link-position-16" style="font-size: 10pt;">慧芳</a>
<a href="https://www.wei93.com/tag/%e5%bf%97%e8%b1%aa/" class="tag-cloud-link tag-link-31 tag-link-position-17" style="font-size: 10pt;">志豪</a>
<a href="https://www.wei93.com/tag/%e9%82%a6%e5%a8%81/" class="tag-cloud-link tag-link-36 tag-link-position-18" style="font-size: 10pt;">邦威</a>
<a href="https://www.wei93.com/tag/%e6%9f%94%e4%bd%9b/" class="tag-cloud-link tag-link-24 tag-link-position-19" style="font-size: 10pt;">柔佛</a>
<a href="https://www.wei93.com/tag/%e6%9a%90%e9%a2%89/" class="tag-cloud-link tag-link-30 tag-link-position-20" style="font-size: 10pt;">暐颉</a>
<a href="https://www.wei93.com/tag/%e8%88%92%e9%9b%81/" class="tag-cloud-link tag-link-54 tag-link-position-21" style="font-size: 10pt;">舒雁</a>
<a href="https://www.wei93.com/tag/%e4%bc%9f%e5%ba%86/" class="tag-cloud-link tag-link-39 tag-link-position-22" style="font-size: 10pt;">伟庆</a>
<a href="https://www.wei93.com/tag/%e8%88%92%e5%a9%b7/" class="tag-cloud-link tag-link-34 tag-link-position-23" style="font-size: 10pt;">舒婷</a>
<a href="https://www.wei93.com/tag/%e4%bd%b3%e6%ac%a3/" class="tag-cloud-link tag-link-64 tag-link-position-24" style="font-size: 10pt;">佳欣</a>
<a href="https://www.wei93.com/tag/%e6%9b%bc%e7%bb%92%e5%8e%bf/" class="tag-cloud-link tag-link-15 tag-link-position-25" style="font-size: 10pt;">曼绒县</a>
<a href="https://www.wei93.com/tag/%e6%b0%b8%e5%8d%8e/" class="tag-cloud-link tag-link-37 tag-link-position-26" style="font-size: 10pt;">永华</a>
<a href="https://www.wei93.com/tag/%e5%be%b7%e6%9d%b0/" class="tag-cloud-link tag-link-48 tag-link-position-27" style="font-size: 10pt;">德杰</a>
<a href="https://www.wei93.com/tag/%e5%ae%9d%e8%83%9c/" class="tag-cloud-link tag-link-53 tag-link-position-28" style="font-size: 10pt;">宝胜</a>
<a href="https://www.wei93.com/tag/%e4%bd%a9%e8%8a%b3/" class="tag-cloud-link tag-link-60 tag-link-position-29" style="font-size: 10pt;">佩芳</a>
<a href="https://www.wei93.com/tag/%e6%b7%91%e6%83%a0/" class="tag-cloud-link tag-link-62 tag-link-position-30" style="font-size: 10pt;">淑惠</a>
<a href="https://www.wei93.com/tag/%e4%bd%a9%e9%9c%93/" class="tag-cloud-link tag-link-76 tag-link-position-31" style="font-size: 10pt;">佩霓</a>
<a href="https://www.wei93.com/tag/%e6%b0%b8%e7%a6%8f/" class="tag-cloud-link tag-link-78 tag-link-position-32" style="font-size: 10pt;">永福</a>
<a href="https://www.wei93.com/tag/%e4%b8%b0%e7%9b%9b/" class="tag-cloud-link tag-link-45 tag-link-position-33" style="font-size: 10pt;">丰盛</a>
<a href="https://www.wei93.com/tag/%e6%9d%b0%e5%87%af/" class="tag-cloud-link tag-link-92 tag-link-position-34" style="font-size: 10pt;">杰凯</a>
<a href="https://www.wei93.com/tag/%e7%bf%b0%e7%a5%a5/" class="tag-cloud-link tag-link-91 tag-link-position-35" style="font-size: 10pt;">翰祥</a>
<a href="https://www.wei93.com/tag/%e9%9d%99%e6%ac%a3/" class="tag-cloud-link tag-link-90 tag-link-position-36" style="font-size: 10pt;">静欣</a>
<a href="https://www.wei93.com/tag/%e6%96%b0%e5%8a%a0%e5%9d%a1/" class="tag-cloud-link tag-link-80 tag-link-position-37" style="font-size: 10pt;">新加坡</a>
<a href="https://www.wei93.com/tag/%e6%89%bf%e5%a8%81/" class="tag-cloud-link tag-link-72 tag-link-position-38" style="font-size: 10pt;">承威</a>
<a href="https://www.wei93.com/tag/%e8%8a%9d%e7%8f%ba/" class="tag-cloud-link tag-link-51 tag-link-position-39" style="font-size: 10pt;">芝珺</a>
<a href="https://www.wei93.com/tag/%e5%90%9b%e8%8c%b9/" class="tag-cloud-link tag-link-40 tag-link-position-40" style="font-size: 10pt;">君茹</a>
<a href="https://www.wei93.com/tag/%e6%ad%a3%e8%bf%90/" class="tag-cloud-link tag-link-32 tag-link-position-41" style="font-size: 10pt;">正运</a>
<a href="https://www.wei93.com/tag/%e4%b8%b9%e7%bb%92%e9%a9%ac%e6%9e%97/" class="tag-cloud-link tag-link-26 tag-link-position-42" style="font-size: 10pt;">丹绒马林</a>
<a href="https://www.wei93.com/tag/%e9%82%a6%e5%90%84%e5%b2%9b/" class="tag-cloud-link tag-link-19 tag-link-position-43" style="font-size: 10pt;">邦各岛</a>
<a href="https://www.wei93.com/tag/%e5%bf%97%e5%a8%81/" class="tag-cloud-link tag-link-47 tag-link-position-44" style="font-size: 10pt;">志威</a>
<a href="https://www.wei93.com/tag/%e4%b9%83%e4%b9%89/" class="tag-cloud-link tag-link-33 tag-link-position-45" style="font-size: 10pt;">乃义</a>
<a href="https://www.wei93.com/tag/%e9%9b%aa%e4%bb%aa/" class="tag-cloud-link tag-link-35 tag-link-position-46" style="font-size: 10pt;">雪仪</a>
<a href="https://www.wei93.com/tag/%e7%a7%80%e5%87%a4/" class="tag-cloud-link tag-link-41 tag-link-position-47" style="font-size: 10pt;">秀凤</a>
<a href="https://www.wei93.com/tag/%e5%85%86%e8%be%89/" class="tag-cloud-link tag-link-46 tag-link-position-48" style="font-size: 10pt;">兆辉</a>
<a href="https://www.wei93.com/tag/%e5%b7%b1%e9%a1%ba/" class="tag-cloud-link tag-link-52 tag-link-position-49" style="font-size: 10pt;">己顺</a>
<a href="https://www.wei93.com/tag/%e9%9b%af%e9%a2%90/" class="tag-cloud-link tag-link-63 tag-link-position-50" style="font-size: 10pt;">雯颐</a>		</div-->
								<div id="post-7803" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2019/12/06/%e3%80%90%e8%b5%b0%e8%bf%87%e5%9b%9b%e7%a6%8f%e9%9f%b3%e3%80%91%e9%87%91%e5%8f%a5%e7%8c%9c%e5%ad%97%e6%b8%b8%e6%88%8f/" title="【走过四福音】金句猜字游戏"><span><b>【走过四福音】金句猜字游戏</b><br/><small><div style="float:right">浏览:14人 喜欢:0人</div>2019 年 12 月 06 日(星期五)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2019/12/Screenshot-2020-12-01-at-6.26.50-PM-1024x453.png&amp;w=285&amp;zc=1" width="285" height="126.0791015625" /></a>
			</div>
	<div class="post-info">
		<div class="views">14</div>
		<div class="comments"><span>0</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>								<div id="post-7790" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2016/11/22/%e6%95%b0%e7%8b%ac%e7%a0%b4%e8%a7%a3%e7%a8%8b%e5%ba%8f/" title="数独破解程序"><span><b>数独破解程序</b><br/><small><div style="float:right">浏览:94人 喜欢:0人</div>2016 年 11 月 22 日(星期二)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2016/11/sudoku-crack.jpg&amp;w=285&amp;zc=1" width="285" height="377.7032967033" /></a>
			</div>
	<div class="post-info">
		<div class="views">94</div>
		<div class="comments"><span>0</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>								<div id="post-7744" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2016/05/05/muet-%e7%bb%88%e4%ba%8e%e6%90%9e%e5%ae%9a%e4%bd%a0%e4%ba%86/" title="MUET 终于搞定你了"><span><b>MUET 终于搞定你了</b><br/><small><div style="float:right">浏览:348人 喜欢:0人</div>2016 年 05 月 05 日(星期四)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2016/05/muet.jpg&amp;w=285&amp;zc=1" width="285" height="285" /></a>
			</div>
	<div class="post-info">
		<div class="views">348</div>
		<div class="comments"><span>0</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>								<div id="post-7769" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2016/02/18/%e4%ba%ba%e7%94%9f%e7%9a%84%e7%ac%ac%e4%b8%80%e4%bb%bd%e5%b7%a5%e4%bd%9c/" title="人生的第一份工作"><span><b>人生的第一份工作</b><br/><small><div style="float:right">浏览:119人 喜欢:0人</div>2016 年 02 月 18 日(星期四)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2016/02/IMG_20160218_090147.jpg&amp;w=285&amp;zc=1" width="285" height="506.66666666667" /></a>
			</div>
	<div class="post-info">
		<div class="views">119</div>
		<div class="comments"><span>0</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>								<div id="post-7753" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2016/02/08/%e7%ac%ac%e4%b8%80%e6%ac%a1%e5%81%9a%e7%9a%84%e9%9f%b3%e4%b9%90%e5%bd%b1%e7%89%87-%e6%96%b0%e5%b9%b4%e6%96%b0%e6%96%b9%e5%90%91/" title="第一次做的音乐影片 &#8211; 新年新方向"><span><b>第一次做的音乐影片 &#8211; 新年新方向</b><br/><small><div style="float:right">浏览:50人 喜欢:0人</div>2016 年 02 月 08 日(星期一)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2016/02/mvimg-1024x576.jpg&amp;w=285&amp;zc=1" width="285" height="160.3125" /></a>
			</div>
	<div class="post-info">
		<div class="views">50</div>
		<div class="comments"><span>0</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>								<div id="post-7749" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2015/10/12/%e4%bc%9f%e4%bc%9f%e5%bc%b9%e5%a5%8f-secret-%e4%b8%8d%e8%83%bd%e8%af%b4%e7%9a%84%e7%a7%98%e5%af%86/" title="伟伟弹奏 – Secret(不能说的秘密)"><span><b>伟伟弹奏 – Secret(不能说的秘密)</b><br/><small><div style="float:right">浏览:48人 喜欢:0人</div>2015 年 10 月 12 日(星期一)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2015/10/secret.jpg&amp;w=285&amp;zc=1" width="285" height="115.14" /></a>
			</div>
	<div class="post-info">
		<div class="views">48</div>
		<div class="comments"><span>0</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>								<div id="post-7710" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2015/07/10/%e5%9b%9b%e4%ba%ba%e8%81%94%e7%ba%bf%e9%94%84%e5%a4%a7%e5%bc%9f/" title="四人联线锄大弟"><span><b>四人联线锄大弟</b><br/><small><div style="float:right">浏览:50人 喜欢:0人</div>2015 年 07 月 10 日(星期五)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2015/07/weilabs-1024x575.png&amp;w=285&amp;zc=1" width="285" height="160.0341796875" /></a>
			</div>
	<div class="post-info">
		<div class="views">50</div>
		<div class="comments"><span>0</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>								<div id="post-7721" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2015/03/17/%e4%bc%9f%e4%bc%9f%e5%bc%b9%e5%a5%8f-when-i-have-money/" title="伟伟弹奏 – When I have money"><span><b>伟伟弹奏 – When I have money</b><br/><small><div style="float:right">浏览:71人 喜欢:0人</div>2015 年 03 月 17 日(星期二)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2015/03/IMG_20150317_114433.jpg&amp;w=285&amp;zc=1" width="285" height="160.56338028169" /></a>
			</div>
	<div class="post-info">
		<div class="views">71</div>
		<div class="comments"><span>0</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>								<div id="post-7820" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2015/01/24/%e4%bc%9f%e4%bc%9f%e3%81%ae%e5%9c%b0%e5%8c%85%e5%a4%a9-%e6%89%8b%e6%9c%af%e7%af%87/" title="伟伟の地包天.手术篇"><span><b>伟伟の地包天.手术篇</b><br/><small><div style="float:right">浏览:46人 喜欢:0人</div>2015 年 01 月 24 日(星期六)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2015/01/IMG_20150118_054501-1024x576.jpg&amp;w=285&amp;zc=1" width="285" height="160.3125" /></a>
			</div>
	<div class="post-info">
		<div class="views">46</div>
		<div class="comments"><span>0</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>								<div id="post-7690" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2015/01/12/%e4%bc%9f%e4%bc%9f%e3%81%ae%e5%9c%b0%e5%8c%85%e5%a4%a9-%e7%ad%be%e5%ad%97%e7%af%87/" title="伟伟の地包天.签字篇"><span><b>伟伟の地包天.签字篇</b><br/><small><div style="float:right">浏览:452人 喜欢:0人</div>2015 年 01 月 12 日(星期一)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2015/01/IMG_20150112_100836.jpg&amp;w=285&amp;zc=1" width="285" height="506.66666666667" /></a>
			</div>
	<div class="post-info">
		<div class="views">452</div>
		<div class="comments"><span>0</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>								<div id="post-7680" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2014/12/23/%e4%bc%9f%e4%bc%9f%e3%81%ae%e5%9c%b0%e5%8c%85%e5%a4%a9-%e5%8d%b0%e6%a8%a1%e7%af%87/" title="伟伟の地包天.印模篇"><span><b>伟伟の地包天.印模篇</b><br/><small><div style="float:right">浏览:646人 喜欢:0人</div>2014 年 12 月 23 日(星期二)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2014/12/IMG_20141222_121823-169x300.jpg&amp;w=285&amp;zc=1" width="285" height="505.917159763" /></a>
			</div>
	<div class="post-info">
		<div class="views">646</div>
		<div class="comments"><span>1</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>								<div id="post-7701" class="post-home">
	<div class="post-thumbnail">
					<a class="img" href="https://www.wei93.com/2014/12/19/%e7%ac%ac%e4%b8%80%e4%b8%aa%e7%bd%91%e9%a1%b5%e5%8f%8c%e4%ba%ba%e8%81%94%e7%ba%bf%e6%b8%b8%e6%88%8f%e4%bd%9c%e5%93%81/" title="第一个网页双人联线游戏作品"><span><b>第一个网页双人联线游戏作品</b><br/><small><div style="float:right">浏览:66人 喜欢:0人</div>2014 年 12 月 19 日(星期五)</small></span><img src="https://www.wei93.com/wp-content/themes/iphoto/timthumb.php?src=http://www.wei93.com/wp-content/uploads/2014/12/weilabs.jpg&amp;w=285&amp;zc=1" width="285" height="186.67315175097" /></a>
			</div>
	<div class="post-info">
		<div class="views">66</div>
		<div class="comments"><span>0</span></div>
		<div class="fblike"><span>0</span></div>
	</div>
</div>			</div>
	<div id="pagenavi">
		<span class='page-numbers current' data-pre='4'>1</span> <a class='page-numbers' href='https://www.wei93.com/page/2/' title='第2页'>2</a> <a class='page-numbers' href='https://www.wei93.com/page/3/' title='第3页'>3</a> <span class="page-numbers">...</span><a class='page-numbers' href='https://www.wei93.com/page/11/' title='最末页'>11</a> <a class='page-numbers' href='https://www.wei93.com/page/2/' title='下一页'>下一页</a> 	</div>
</div>
<div id="footer">
	<p>Copyright © 1993 - 2013 <a href="https://www.wei93.com/" title="德伟の部落格">德伟の部落格</a> All rights reserved</p>
</div>
<!--[if IE 6]><script src="https://www.wei93.com/wp-content/themes/iphoto/includes/jQuery.autoIMG.min.js"></script><![endif]-->
<div id="iphotoAnalytics"><script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-32130621-1']);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
</script></div>
<script type="text/javascript" src="https://www.wei93.com/wp-content/plugins/phzoom/phzoom.js?ver=1.2.92"></script><script type="text/javascript">jQuery(document).ready(function($) {$("body a").filter(function(){return/\.(?:jpe?g|png|gif)/i.test(this.href)}).phzoom({layOpacity:0.7,layDur:400,animDurA:400,animDurB:400,navColor:"#fff",capColor:"#fff",prevText:"上一张",nextText:"下一张",returnOrigin:false});});</script><script type='text/javascript' src='https://www.wei93.com/wp-includes/js/wp-embed.min.js?ver=5.5.15' id='wp-embed-js'></script>
<script type='text/javascript' src='https://www.wei93.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp' id='jquery-core-js'></script>
</body>
</html>                               

Whois info of domain

Domain Name: WEI93.COM
Registry Domain ID: 1681255596_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.webnic.cc
Registrar URL: http://www.webnic.cc
Updated Date: 2024-10-03T20:13:36Z
Creation Date: 2011-10-09T14:37:14Z
Registry Expiry Date: 2025-10-09T14:37:14Z
Registrar: Web Commerce Communications Limited dba WebNic.cc
Registrar IANA ID: 460
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +60.189836788
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: LANA.NS.CLOUDFLARE.COM
Name Server: MILES.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T03:58:41Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass