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
200 OK - xmr6.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: Sun-ONE-Web-Server/6.1
Date: Wed, 28 May 2025 23:21:37 GMT
Content-length: 19024
Content-type: text/html
Last-modified: Wed, 30 Oct 2002 19:46:41 GMT
Etag: "4a50-3dc03721"
Accept-ranges: bytes

HTTP Kodu 200 OK

200 yanıt kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.

Kod 200 ne zaman kullanılır?

  • Bir web sayfası yüklenirken
  • Bir API yanıtı başarıyla alındığında
  • Bir form veya başka bir HTTP isteği işlenirken

Kod 200 kullanıcı için ne anlama gelir?

Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.

GET / HTTP/1.1
Host: xmr6.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<html>

	<head>
		<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
		<meta name="generator" content="Adobe GoLive 5">
		<META NAME="keywords" CONTENT="advertising, broadcast email, broadcast e-mail, bulk email, bulk e-mail, business automation, campaign analysis, Campaign Management, CRM, customer loyalty, customer relationship management, customer retention, direct email, direct e-mail, direct marketing, direct response, direct response marketing, document delivery, document distribution, e-commerce, electronic commerce,	electronic confirmations, electronic invoicing, electronic marketing, electronic messaging, email, e-mail, email automation, email management, email marketing, e-mail marketing, emarketing, e-marketing, emessaging, e-messaging, enhanced information distribution, enhanced messaging, etail, e-tail, fastback forms, fastBACK forms, high volume email, high volume delivery, high volume email delivery, html email, html e-mail, information broadcasting, intellisend, intelliSEND, intelliSEND wizard, interactive, interactive advertising, interactive email, interactive e-mail, interactive surveys, message delivery, messaging, multimedia messaging, 1to1, one-to-one, online advertising, online marketing, opt-in, outsource service provider, permission based, permission based email, permission based e-mail, permission based marketing, permission marketing, personalization, personalized email marketing, personalized e-mail marketing, privacy, real time reporting, real time tracking, relationship marketing, response collection, reply collection, rich media, ROI, service bureau, streaming media, surveys, targeted email, targeted e-mail, targeted email marketing, target marketing, targeted marketing, telecommunications, transactional messaging">
		<title>Welcome to messageREACH</title>
		<script LANGUAGE="javascript">
		function blank(form) {

			if (form.email.value == "") {

				alert("Please enter your email address");

				return (false);

			}

			return (true);

		}

      function validate()
      {
	if(document.loginform.elements["uid"].value == "")
	  {
	    msg = "Please enter userid";
	    // + document.loginform.elements["uid"].value;
	    window.alert(msg);
		return false;
	  }
	else
	  if(document.loginform.elements["password"].value == "")
	    {
	      msg = "Please enter password\n";
	      window.alert(msg);
		  return  false;
	    }
	  else
	    document.loginform.submit();
      }


		</script>

		<csscriptdict>

			<script><!--

CSInit = new Array;

function CSScriptInit() {

if(typeof(skipPage) != "undefined") { if(skipPage) return; }

idxArray = new Array;

for(var i=0;i<CSInit.length;i++)

	idxArray[i] = i;

CSAction2(CSInit, idxArray);}

CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);

function IsIE() { return CSAg.indexOf("MSIE") > 0;}

function CSIEStyl(s) { return document.all.tags("div")[s].style; }

function CSNSStyl(s) { return CSFindElement(s,0); }

function CSFindElement(n,ly) { if (CSBVers < 4) return document[n];

	var curDoc = ly ? ly.document : document; var elem = curDoc[n];

	if (!elem) { for (var i=0;i<curDoc.layers.length;i++) {

		elem = CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}

	return elem;

}



function CSClickReturn () {

	var bAgent = window.navigator.userAgent;

	var bAppName = window.navigator.appName;

	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))

		return true; // dont follow link

	else return false; // dont follow link

}



function CSButtonReturn () {

	var bAgent = window.navigator.userAgent;

	var bAppName = window.navigator.appName;

	if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))

		return false; // follow link

	else return true; // follow link

}



CSIm = new Object();

function CSIShow(n,i) {

	if (document.images) {

		if (CSIm[n]) {

			var img = (!IsIE()) ? CSFindElement(n,0) : document[n];

			if (img && typeof(CSIm[n][i].src) != "undefined") {img.src = CSIm[n][i].src;}

			if(i != 0)

				self.status = CSIm[n][3];

			else

				self.status = " ";

			return true;

		}

	}

	return false;

}

function CSILoad(action) {

	im = action[1];

	if (document.images) {

		CSIm[im] = new Object();

		for (var i=2;i<5;i++) {

			if (action[i] != '') { CSIm[im][i-2] = new Image(); CSIm[im][i-2].src = action[i]; }

			else CSIm[im][i-2] = 0;

		}

		CSIm[im][3] = action[5];

	}

}

CSStopExecution = false;

function CSAction(array) {

	return CSAction2(CSAct, array);

}

function CSAction2(fct, array) {

	var result;

	for (var i=0;i<array.length;i++) {

		if(CSStopExecution) return false;

		var actArray = fct[array[i]];

		if(actArray == null) return false;

		var tempArray = new Array;

		for(var j=1;j<actArray.length;j++) {

			if((actArray[j] != null) && (typeof(actArray[j]) == "object") && (actArray[j].length == 2)) {

				if(actArray[j][0] == "VAR") {

					tempArray[j] = CSStateArray[actArray[j][1]];

				}

				else {

					if(actArray[j][0] == "ACT") {

						tempArray[j] = CSAction(new Array(new String(actArray[j][1])));

					}

				else

					tempArray[j] = actArray[j];

				}

			}

			else

				tempArray[j] = actArray[j];

		}

		result = actArray[0](tempArray);

	}

	return result;

}

CSAct = new Object;





// --></script>

		</csscriptdict>

		<csactiondict>

			<script><!--

CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'menu_01',/*URL*/'/images/menu_01.gif',/*URL*/'/images/menu_01-over.gif',/*URL*/'','');

CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'menu_02',/*URL*/'/images/menu_02.gif',/*URL*/'/images/menu_02-over.gif',/*URL*/'','');

CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'menu_03',/*URL*/'/images/menu_03.gif',/*URL*/'/images/menu_03-over.gif',/*URL*/'','');

CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'menu_04',/*URL*/'/images/menu_04.gif',/*URL*/'/images/menu_04-over.gif',/*URL*/'','');

CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'menu_05',/*URL*/'/images/menu_05.gif',/*URL*/'/images/menu_05-over.gif',/*URL*/'','');

CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'menu_06',/*URL*/'/images/menu_06.gif',/*URL*/'/images/menu_06-over.gif',/*URL*/'','');

CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'menu_07',/*URL*/'/images/menu_07.gif',/*URL*/'/images/menu_07-over.gif',/*URL*/'','');

CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'menu_08',/*URL*/'/images/menu_08.gif',/*URL*/'/images/menu_08-over.gif',/*URL*/'','');

CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button',/*URL*/'/images/box_06.gif',/*URL*/'/images/box_06-over.gif',/*URL*/'','');

CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button2',/*URL*/'/images/box_14.gif',/*URL*/'/images/box_14-over.gif',/*URL*/'','');



// --></script>

		</csactiondict>

	</head>



	<body bgcolor="#f1f1f1" background="/images/bg.gif" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" onload="CSScriptInit();" link="#02359a" vlink="#718dc3">

			<table cool width="755" height="579" showgridx gridx="16" gridy="16" border="0" cellpadding="0" cellspacing="0" showgridy>

				<tr height="2">

					<td width="754" height="2" colspan="10"></td>

					<td width="1" height="2"><spacer type="block" width="1" height="2"></td>

				</tr>

				<tr height="27">

					<td width="1" height="78" rowspan="2"></td>

					<td width="232" height="78" colspan="4" rowspan="2" valign="top" align="left" xpos="1"><a href="index.html" target="_parent"><img src="/images/logo2.gif" width="206" height="66" border="0"></a></td>

					<td width="521" height="27" colspan="5"></td>

					<td width="1" height="27"><spacer type="block" width="1" height="27"></td>

				</tr>

				<tr height="51">

					<td width="521" height="51" colspan="5" valign="top" align="left" xpos="233">

						<TABLE WIDTH=500 BORDER=0 CELLPADDING=0 CELLSPACING=0 height="23">

							<TR>

								<TD><csobj w="100" h="29" t="Button" ht="/images/menu_01-over.gif"><a href="/MessageReach/business_solutions.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'menu_01',1)" onmouseout="return CSIShow(/*CMP*/'menu_01',0)" onclick="return CSButtonReturn()"><img src="/images/menu_01.gif" width="100" height="29" name="menu_01" border="0"></a></csobj></TD>

								<TD width="51"><csobj w="51" h="29" t="Button" ht="/images/menu_02-over.gif"><a href="/MessageReach/about_us.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'menu_02',1)" onmouseout="return CSIShow(/*CMP*/'menu_02',0)" onclick="return CSButtonReturn()"><img src="/images/menu_02.gif" width="51" height="29" name="menu_02" border="0"></a></csobj></TD>

								<TD><csobj w="82" h="29" t="Button" ht="/images/menu_03-over.gif"><a href="/MessageReach/customer_care.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'menu_03',1)" onmouseout="return CSIShow(/*CMP*/'menu_03',0)" onclick="return CSButtonReturn()"><img src="/images/menu_03.gif" width="82" height="29" name="menu_03" border="0"></a></csobj></TD>

								<TD><csobj w="38" h="29" t="Button" ht="/images/menu_04-over.gif"><a href="/MessageReach/pr_ir.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'menu_04',1)" onmouseout="return CSIShow(/*CMP*/'menu_04',0)" onclick="return CSButtonReturn()"><img src="/images/menu_04.gif" width="38" height="29" name="menu_04" border="0"></a></csobj></TD>

								<TD width="68"><csobj w="68" h="29" t="Button" ht="/images/menu_05-over.gif"><a href="/MessageReach/employment.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'menu_05',1)" onmouseout="return CSIShow(/*CMP*/'menu_05',0)" onclick="return CSButtonReturn()"><img src="/images/menu_05.gif" width="68" height="29" name="menu_05" border="0"></a></csobj></TD>

								<TD><csobj w="56" h="29" t="Button" ht="/images/menu_06-over.gif"><a href="/MessageReach/locations.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'menu_06',1)" onmouseout="return CSIShow(/*CMP*/'menu_06',0)" onclick="return CSButtonReturn()"><img src="/images/menu_06.gif" width="56" height="29" name="menu_06" border="0"></a></csobj></TD>

								<TD><csobj w="49" h="29" t="Button" ht="/images/menu_07-over.gif"><a href="/MessageReach/site_map.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'menu_07',1)" onmouseout="return CSIShow(/*CMP*/'menu_07',0)" onclick="return CSButtonReturn()"><img src="/images/menu_07.gif" width="49" height="29" name="menu_07" border="0"></a></csobj></TD>

								<TD><csobj w="57" h="29" t="Button" ht="/images/menu_08-over.gif"><a href="/MessageReach/contact_us.html" target="_parent" onmouseover="return CSIShow(/*CMP*/'menu_08',1)" onmouseout="return CSIShow(/*CMP*/'menu_08',0)" onclick="return CSButtonReturn()"><img src="/images/menu_08.gif" width="57" height="29" name="menu_08" border="0"></a></csobj></TD>

							</TR>

						</TABLE>

					</td>

					<td width="1" height="51"><spacer type="block" width="1" height="51"></td>

				</tr>

				<tr height="65">

					<td width="16" height="65" colspan="3"></td>

					<td width="217" height="65" colspan="2" valign="top" align="left" xpos="16"><a href="http://www.xpedite.com/" target="new"><img src="/images/serviceof.gif" width="142" height="16" border="0"></a></td>

					<td width="521" height="65" colspan="5"></td>

					<td width="1" height="65"><spacer type="block" width="1" height="65"></td>

				</tr>

				<tr height="183">

					<td width="17" height="183" colspan="4"></td>

					<td width="216" height="183" valign="top" align="left" xpos="17">



						<table width=134 border=0 cellpadding=0 cellspacing=0 bgcolor="#d9dee8">

						<form NAME="loginform" ACTION="/cgi-bin/me/logincgi" METHOD="POST" ENCTYPE="multipart/form-data" onsubmit="return validate();">



							<tr>

								<td width="134"><img src="/images/box_01.gif" width=134 height=18></td>

							</tr>

							<tr>

								<td width="134"><p><font size="2" face="Verdana"><A HREF="https://www.mrqatest.com/index.secure.html">Secure Server</A><BR><A HREF="http://www.mrqatest.com">Regular Server</A><BR>

								<input type="hidden" name="success_url" value="welcome"><input type="hidden" name="failure_url" value="login_failure"><input type="hidden" name="language" value="en"></td>

							</tr>

							<tr>

								<td width="134"><img src="/images/box_02.gif" width=134 height=24></td>

							</tr>

							<tr>

								<td width="134">

									<div align="center">

										<input TYPE="text" NAME="uid" SIZE="15"></div>

								</td>

							</tr>

							<tr>

								<td width="134"><img src="/images/box_04.gif" width=134 height=23></td>

							</tr>

							<tr>

								<td width="134">

									<div align="center">

										<input TYPE="password" NAME="password" SIZE="15"></div>

								</td>

							</tr>

							<tr>

								<td width="134"><input type="image" src="/images/box_07.gif" border="0"></td>

							</tr>

							<tr>

								<td width="134"><input type="image" src="/images/box_06.gif" value="Login" border="0"  onmouseover="this.src='/images/box_06-over.gif'" onmouseout="this.src='/images/box_06.gif'"></td>

							</tr>

							<tr>

								<td width="134"><img src="/images/box_07.gif" width=134 height=11></td>

							</tr>

							<tr>

								<td width="134"><p><font size="2" face="Verdana"><a HREF="/me/help.html">Need Help?</a></td>

							</tr>

						</table>

						</FORM>

					</td>

					<td width="2" height="224" rowspan="2"></td>

					<td width="519" height="224" colspan="4" rowspan="2" align="left" xpos="235" content valign="top" csheight="222"><b><font face="Verdana" color="#02359a" size="4">The messageREACH</font><font color="#02359a" size="2" face="Verdana"><sup>SM</sup></font><font face="Verdana" color="#02359a" size="4"> Story</font></b>

						<p><font size="2" face="Verdana">As specialists in managed e-mail delivery and reporting, messageREACH offers all of the features and technological advancements of communication over the Internet without the effort. Our advanced e-mail delivery, collection and tracking service is designed for high-volume broadcast and transactional applications&#151;newsletters, promotions, confirmations or statements.  We manage all inbound replies, removal requests and bad addresses. Our delivery reports are available on demand.<br>

								<br>



								<font size="2" face="Verdana" color="#02359a">With messageREACH you're always in control. We just make it easy.</font><br>

								<br><font size="2" face="Verdana">

								We offer <a href="/MessageReach/business_solutions.html">Business Solutions</a> across all industries for all applications.</font>

						</p>

					</td>

					<td width="1" height="183"><spacer type="block" width="1" height="183"></td>

				</tr>

				</form>
				<tr height="41">

					<td width="15" height="169" colspan="2" rowspan="2"></td>

					<td width="218" height="169" colspan="3" rowspan="2" valign="top" align="left" xpos="15">

						<table width=134 border=0 cellpadding=0 cellspacing=0 bgcolor="#d9dee8">

						<form NAME="optin" ACTION="http://forms.mrqatest.com/cgi-bin/mrform" METHOD="post" onsubmit="return blank(optin)">

						<input type="hidden" name="XSI-form" value="MR-OPTIN">

						<input type="hidden" name="XSI-db" value="xsi/priscilla">

							<tr>

								<td><img src="/images/box_09.gif" width=134 height=17></td>

							</tr>

							<tr>

								<td><img src="/images/box_12.gif" width=134 height=23></td>

							</tr>

							<tr>

								<td>

									<div align="center">

										<input type="text" name="name" size="15"></div>

								</td>

							</tr>

							<tr>

								<td><img src="/images/box_11.gif" width=134 height=23></td>

							</tr>


							<tr>

								<td>

									<div align="center">

										<input type="text" name="email" size="15"></div>

								</td>

							</tr>

							<tr>

								<td><input type="image" src="/images/box_07.gif" border="0"></td>

							</tr>

							<tr>

								<td><input type="image" name="submit" value="submit" src="/images/box_14.gif" onmouseover="this.src='/images/box_14-over.gif'" onmouseout="this.src='/images/box_14.gif'" border="0"></td>

							</tr>

							<tr>

								<td><img src="/images/box_07.gif" width=134 height=11></td>

							</tr>

						</table>

						</form>

					</td>

					<td width="1" height="41"><spacer type="block" width="1" height="41"></td>

				</tr>

				<tr height="128">

					<td width="4" height="128" colspan="2"></td>

					<td width="517" height="128" colspan="3" valign="top" align="left" xpos="237">

						<table border="0" cellpadding="0" cellspacing="0" width="506" bgcolor="#d9dee8">

							<tr>

								<td width="4"><img src="/images/blueline.gif" width="1" height="60" border="0"></td>

								<td width="504"><font face="Verdana" color="#02359a" size="2"><b>Chances are, you are already using e-mail for everyday communications.  But, are you using the full power and reach of the Internet that messageREACH can give you?</b></font><br>

								</td>

								<td>

									<div align="right">

										<img src="/images/blueline.gif" width="1" height="60" border="0"></div>

								</td>

							</tr>

						</table>

					</td>

					<td width="1" height="128"><spacer type="block" width="1" height="128"></td>

				</tr>

				<tr height="81">

					<td width="347" height="81" colspan="8"></td>

					<td width="273" height="81" align="left" xpos="347" content valign="top" csheight="72">

						<div align="center">

							<font size="1" face="Verdana"><a href="/MessageReach/Policies.html" target="_parent">Policies</a> | <a href="/MessageReach/sign_up.html" target="_parent">Ways to Sign up</a> | <a href="/MessageReach/disclaimer.html" target="_parent">Disclaimer</a><br>















								&copy; messageREACH 2001. All Rights Reserved.<br>

								<br>

								<br></font></div>

					</td>

					<td width="134" height="81"></td>

					<td width="1" height="81"><spacer type="block" width="1" height="81"></td>

				</tr>

				<tr height="1" cntrlrow>

					<td width="1" height="1"><spacer type="block" width="1" height="1"></td>

					<td width="14" height="1"><spacer type="block" width="14" height="1"></td>

					<td width="1" height="1"><spacer type="block" width="1" height="1"></td>

					<td width="1" height="1"><spacer type="block" width="1" height="1"></td>

					<td width="216" height="1"><spacer type="block" width="216" height="1"></td>

					<td width="2" height="1"><spacer type="block" width="2" height="1"></td>

					<td width="2" height="1"><spacer type="block" width="2" height="1"></td>

					<td width="110" height="1"><spacer type="block" width="110" height="1"></td>

					<td width="273" height="1"><spacer type="block" width="273" height="1"></td>

					<td width="134" height="1"><spacer type="block" width="134" height="1"></td>

					<td width="1" height="1"></td>

				</tr>

			</table>

			<p></p>

</body>



</html>

                               

Alan adının whois bilgisi

Domain Name: XMR6.COM
Registry Domain ID: 21736300_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.safenames.net
Registrar URL: http://www.safenames.net
Updated Date: 2025-03-08T00:58:52Z
Creation Date: 2000-03-07T15:39:31Z
Registry Expiry Date: 2026-03-07T15:39:31Z
Registrar: SafeNames Ltd.
Registrar IANA ID: 447
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +44.1908200022
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: NS1.OPNTXTDNS.COM
Name Server: NS2.OPNTXTDNS.COM
Name Server: NS4.OPNTXTDNS.COM
Name Server: NS5.OPNTXTDNS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-29T01:23:30Z <<<
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