Sunucu yanıtını kontrol edin

Sunucu yanıtı
NS kayıtları
Whois alanı
Yanıt başlıkları
İstek başlıkları
Ham HTML kodu
301 Moved Permanently - tttwo.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Wed, 28 May 2025 01:10:45 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Wed, 28 May 2025 02:10:44 GMT
Location: https://tttwo.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=5T0FNb7VGoWyBNOkCJHxzuLNJOJTremPWtc%2FQdq%2FukG40kheUNZIzFVBTy%2BEXnM179TCWhkK8oVg5a976Et6bPLIMF2DquLT7BAG2XSeNVVHCqKL74BxUQqY6WYtBWZcIrRdPP%2F%2BzhQ%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 9469dfc32e109902-ARN
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=7489&min_rtt=7489&rtt_var=3744&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"
date: Wed, 28 May 2025 01:10:45 GMT
content-type: text/html
server: cloudflare
last-modified: Wed, 18 Dec 2024 06:40:27 GMT
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XzeNNkgm2FbUdey8RWXldn1%2FlsKScve0QtGxJT8sGciNNUwURGYE%2Bf3qxPxR1BOUMhvzcqrd7ewNlxiMTcS2qPs1%2F%2FOnFcTZykheHIke4E%2FSxtY%3D"}]}
vary: accept-encoding
cf-cache-status: DYNAMIC
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
cf-ray: 9469dfc37dbe82ac-ARN
alt-svc: h3=":443"; ma=86400

HTTP Kodu 301 Kalıcı Olarak Taşındı

301 Moved Permanently, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.

Kod 301 ne zaman kullanılır?

  • Bir web sitesi alan adını değiştirirken
  • URL yapılarını değiştirirken
  • SEO için yönlendirmeleri ayarlarken

Kod 301 kullanıcı için ne anlama geliyor?

Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.

GET / HTTP/1.1
Host: tttwo.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE HTML>
<html>
	<head>
		<meta charset="UTF-8" />
		<title>月光小站</title>
		<script src="jquery.min.js"></script>
		<script type="text/javascript">
			$(document).ready(function(){
			var w=w||window;
			var e=e||event;
			var angle=0;
			var mouseLimit=52;
			var mouse={};
			var windowHalf={};
				 windowHalf.x=$(w).width()/2;
				 windowHalf.y=$(w).height()/2;
				
				document.addEventListener( 'mousemove', mouseMove, false );
			//	window.addEventListener( 'resize', getWindowResize, false );
				
			function mouseMove(){
					var e=e||event;
					
				
				setTimeout(function(){
						mouse.y=(e.clientY - windowHalf.y) * -1
					mouse.x=(e.clientX - windowHalf.x) * -1
					
				angle= (Math.atan2( mouse.y, mouse.x)  / Math.PI *180) +180
					$("#rotate").css("-webkit-transform","rotate("+angle+"deg)");
				},100)
				
					
				  // console.log(mouse)
				//  console.log(angle)
				   //  console.log(windowHalf)
					
					var th
					if(angle<mouseLimit)
					{
						th = $("#green");
						showRight(th);
					}
					else if(angle<mouseLimit*2){
						th = $("#red");
						showRight(th);
					}
					else if(angle<mouseLimit*3){
						th = $("#gray");
						showRight(th);
					}
					else if(angle<mouseLimit*4){
						th = $("#blue");
						showRight(th);
					}
					else if(angle<mouseLimit*5){
						th = $("#marine");
						showRight(th);
					}
					else if(angle<mouseLimit*6){
						th = $("#purple");
						showRight(th);
					}
					else if(angle<mouseLimit*7){
						th = $("#orange");
						showRight(th);
					}
					
					function showRight(th){
						$("#rotate div").css("opacity",0);
						th.css({
							opacity:1
						});
					}
				}
								
				function childAnimate(){
					
					var ps=new Array;
					ps[0]=new Array;       // y   
					ps[1]=new Array;      //  x 最终定位值
					
					var base={}
					base.x=20;
					base.y=0;
					
					var psM={}
					psM.x=261;   //移动值
					psM.y=311;
					var cd=$("#child")
					var limit={x:6,y:5}			
					
					
						
						for(var i=0;i<limit.y;i++)
						{

						//	if(i==0||i==1)limit.x=7;
						//	else limit.x=6;
							
														
							for(var k=0;k<limit.x;k++)
							{
							var tempY = psM.y * i + base.y
							var tempX=psM.x * k + base.x
						   ps[0].push(tempY)
						   ps[1].push(tempX)
							}
							
						}
						
					//	setTimeout(childAnimate,200)
					
					var k=ps[1].length-1;
					setInterval(function(){
						if(k<1)k=ps[1].length-1;
						else k--;
						
						cd.css("background-position",ps[1][k]*-1+"px "+ps[0][k]*-1 +"px")
						//console.log(ps[1][k]+" "+ps[0][k]+" k="+k);
						
					},35)
					
					
					
					}
					childAnimate();
					
					
					
			
		
			function getWindowResize(){
				windowHalf.x=$(w).height()/2;
				windowHalf.y=$(w).width()/2;
				var e=e||event;
				
			}
		/*
			 var css3="http://css3.moonner.com"
			 var html5="http://html5.moonner.com"
			 var games="http://games.moonner.com"
			 var idea="http://idea.moonner.com"
			 var js="http://js.moonner.com"
		     var lib="http://lib.moonner.com"
		 $("#quote1").click(function(){
				window.location=css3;
		 })
		 $("#quote2").click(function(){
				window.location=html5;
		 })
		 $("#quote3").click(function(){
				window.location=games;
		 })
		 $("#quote4").click(function(){
				window.location=idea;
		 })
		 $("#quote5").click(function(){
				window.location=js;
		 })
		 $("#quote6").click(function(){
				window.location=lib;
		 })
		 */
			 })

		</script>
		<style type="text/css">
		@-webkit-keyframes rotate {
			0%{-webkit-transform:rotateZ(0deg);}
			100%{-webkit-transform:rotateZ(360deg);}
			
			}
		*{
			margin:0;
			padding:0;
		}
		body{
			width:100%;
			height:100%;
			background-color:#f4f0ef;
			overflow:hidden;
		}
		
		#stage{
			width:450px;
			height:450px;
			margin:-225px -225px;
			top:50%;
			left:50%;
			position:absolute;
			background:url("gray.png") no-repeat;
		}
		
		#child{
			width:50%;
			height:60%;
			top:50%;
			left:50%;
			margin:-25% -25%;
			position:absolute;
			background:url("child-sprite4.png") no-repeat;
			background-position:-20px 0px;
		}
		#rotate{
			width:430px;
			height:430px;
			top:10px;
			left:0;
			
			/*
			 * 
			 * -webkit-animation:rotate 2s  linear infinite; 
			 * 
			 */
			
			position:absolute;
		}
		.show{
			opacity:1;
		}
		#green,#red,#gray,#orange,#purple,#blue,#marine{
			width:100%;
			height:100%;
			top:0;
			left:0;
			position:absolute;			
			background:url("green-right2.png") no-repeat;
			background-position:200px -5px;
			opacity:0;
			-webkit-transition:opacity .3s;
		}
		
		#red{
			background:url("red-right2.png") no-repeat;
			background-position:200px -5px;
		}
		#gray{
			background:url("gray-right2.png") no-repeat;
			background-position:200px -5px;
		}
		#blue{
			background:url("blue-right2.png") no-repeat;
			background-position:200px -5px;
		}
		#orange{
			background:url("orange-right2.png") no-repeat;
			background-position:200px -5px;
		}
		#purple{
			background:url("purple-right2.png") no-repeat;
			background-position:200px -5px;
		}
		#marine{
			background:url("marine-right2.png") no-repeat;
			background-position:200px -5px;
		}
		
		#quote1{
			width:105px;
			height:105px;
			top:45%;
			left:25%;
			margin:-55px -55px;
			position:absolute;
		}
		#quote2{
			width:105px;
			height:105px;
			top:90%;
			left:50%;
			margin:-55px -55px;
			position:absolute;
		}
		#quote3{
			width:105px;
			height:105px;
			top:80%;
			left:30%;
			margin:-55px -55px;
			position:absolute;
		}
		#quote4{
			width:105px;
			height:105px;
			top:10%;
			left:55%;
			margin:-55px -55px;
			position:absolute;
		}
		#quote5{
			width:105px;
			height:105px;
			top:20%;
			left:80%;
			margin:-55px -55px;
			position:absolute;
		}
		#quote6{
			width:105px;
			height:105px;
			top:65%;
			left:80%;
			margin:-55px -55px;
			position:absolute;
		}
		#quote7{
			width:105px;
			height:105px;
			top:15%;
			left:30%;
			margin:-55px -55px;
			position:absolute;
		}
		.quote{
			cursor:pointer;
		}
		.quote  img:first-child{
			top:0;
			left:0;
			z-index:9;
			position: absolute;
			
		}
		.quote  img:last-child{
			top:0;
			left:0;
			z-index:99;
			opacity:0;
			position: absolute;
			-webkit-transition:opacity .3s;
		}
		.quote:hover img:last-child{
			opacity:1;
		}


		.footer {
			position: fixed;
			bottom: 0;
			width: 100%;
			padding:10px 10px;
			text-align: center;
			background-color: #888;
		}
		.footer a {
			color: #fff;
			font-size: 16px;
			text-decoration: none;
		}
		</style>
		
	</head>
	<body>
		
		<div id="stage">
			<div id="bg"></div>
			<div id="child"></div>
			<div id="rotate">
				<div id="green"></div>
				<div id="red"></div>
				<div id="gray"></div>
				<div id="orange"></div>
				<div id="purple"></div>
				<div id="blue"></div>
				<div id="marine"></div>
			</div>
		</div>
		<div id="quote1" class="quote">
			<img src="quote1.png" />
			<img src="quote1_hover.png" />
		</div>
		<div id="quote2" class="quote">
			<img src="quote2.png" />
			<img src="quote2_hover.png" />
		</div>
		<div id="quote3" class="quote">
			<img src="quote3.png" />
			<img src="quote5_hover.png" />
		</div>
		<div id="quote4" class="quote">
			<img src="quote4.png" />
			<img src="quote4_hover.png" />
		</div>
		<div id="quote5" class="quote">
			<img src="quote5.png" />
			<img src="quote5_hover.png" />
		</div>
		<div id="quote6" class="quote">
			<img src="quote6.png" />
			<img src="quote5_hover.png" />
		</div>
		<div id="quote7" class="quote">
			<img src="quote7.png" />
			<img src="quote7_hover.png" />
		</div>
		<div class="footer">
			<a href="https://beian.miit.gov.cn/" target="_blank">桂ICP备2024048443号-1</a>
		</div>
	</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: TTTWO.COM
Registry Domain ID: 1892359270_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cloudflare.com
Registrar URL: http://www.cloudflare.com
Updated Date: 2025-01-14T05:16:25Z
Creation Date: 2014-12-25T19:17:21Z
Registry Expiry Date: 2026-12-25T19:17:21Z
Registrar: Cloudflare, Inc.
Registrar IANA ID: 1910
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6503198930
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: ASHLEY.NS.CLOUDFLARE.COM
Name Server: NOAH.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-28T01:10:31Z <<<
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