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 - lmime.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Mon, 26 May 2025 04:02:33 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 60
Connection: keep-alive
Location: https://www.liapustin.com
Server: ip-100-74-4-104.eu-west-2.compute.internal
Vary: Accept-Encoding
X-Request-Id: 0e1def03-6a96-41af-9e0b-197ee750bbb3

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

301 yanıt kodu, 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.

200 OK - https://www.liapustin.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Mon, 26 May 2025 04:02:34 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
X-Powered-By: PHP/8.0.22
Set-Cookie: PHPSESSID=3c628274673ead030ff457d3eaf9d63a; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: lang=en
Strict-Transport-Security: max-age=3600

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: lmime.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<script>location.reload();</script><script>
				document.cookie = 'screenWidth='+screen.width;
				document.cookie = 'screenHeight='+screen.height;
				location.reload();
				</script><!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
    <meta http-equiv="Content-Type" content="text/html" charset="utf-8">
    <meta http-equiv="Content-Language" content="en" dir="ltr">
    <title> * * * Welcome to Liapustin's Home Family Page * * * </title>
    <link href="/style/style.css" rel="stylesheet" type="text/css" />
    <meta name="Author" content="Evgeni Liapustin">
    <script type="text/javascript" src="/js/en-highslide.js"></script>
    <script type="text/javascript" src="/js/highslide-video.js"></script>
    <link rel="stylesheet" type="text/css" href="/js/highslide.css" />
    <link rel="stylesheet" type="text/css" href="/js/highslide-ie6.css" />
    <script type="text/javascript">
        hs.graphicsDir = '/js/graphics/';
        hs.align = 'center';
        hs.transitions = ['expand', 'crossfade'];
        hs.outlineType = 'rounded-white';
        hs.fadeInOut = true;
        hs.dimmingOpacity = 0.75;

        // Add the controlbar
        hs.addSlideshow({
            //slideshowGroup: 'group1',
            interval: 5000,
            repeat: false,
            useControls: true,
            fixedControls: 'fit',
            overlayOptions: {
                opacity: .75,
                position: 'bottom center',
                hideOnMouseOut: true
            }
        });
    </script>
</head>
<body background="/pictures/img/webfon.jpg" dir="ltr">

    <script>
        function setLangCookie(lang) {
            document.cookie = 'lang=' + lang;
            location.reload();
        }
    </script>

<br /><br />
<table width="1120" align="center">
    <tr>
        <td valign="middle">
            <img border="0" src="./pictures/img/1.jpg" width="225" height="150"> &nbsp; <img border="0" src="./pictures/img/lmimecom.jpg" width="750" height="150"> &nbsp; <img border="0" src="./pictures/img/lmimecommedal.png" height="150">
        </td>
    </tr>
</table>
<table align="center">
    <tr>
        <td valign="middle" align="center">
            <a></a>        </td>
        <td valign="middle" align="center" width="180">
            <h4>
    <span id="tick2"></span>
    <script>
        function show2()
        {
            var Digital=new Date()
            var hours=Digital.getHours()
            if (hours < 10)  hours = '0'+hours;
            var minutes=Digital.getMinutes()
            if (minutes < 10)  minutes = '0'+minutes;
            var seconds=Digital.getSeconds()
            if (seconds < 10)  seconds = '0'+seconds;
            var ctime="<b><a face='Arial' color='#000000'>"+hours+":"+minutes+":"+seconds+"</a></b>"
            tick2.innerHTML=ctime
        }

        function loadclock()
        {
            show2();
            setInterval(function () {
                show2();
            },1000);
        }

        document.addEventListener('DOMContentLoaded', function () { loadclock(); });
    </script>
    <br />
    <script type="text/javascript">
        <!--   // Array ofmonth Names
        var monthNames = new Array( "January","February","March","April","May","June","July","August","September","October","November","December" );
        var now = new Date();
        thisYear = now.getYear();
        if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problem
        document.write( now.getDate() + " " +  monthNames[now.getMonth()] + " " + thisYear);
        // -->
    </script>
</h4>        </td>
        <td width="120" valign="center" align="center">
            <p align="center">
            <a title="Send me mail" href="mailto:[email protected]">
            <img border="0" src="./pictures/img/Great_button.gif" width="117" height="72"></a><span lang="en-us">
        </td>
        <td width="90" valign="center" align="center">
            <a title="English" href="" onclick="setLangCookie('en')">
            <img border="0" src="./pictures/img/usaflag.gif" width="84" height="57"></a>
        </td>
        <td width="90" valign="center" align="center">
            <a title="עברית" href="" onclick="setLangCookie('he')">
            <img border="0" src="./pictures/img/hebflag.gif" width="79" height="57"></a>
        </td>
        <td width="90" valign="center" align="center">
            <a title="Русский" href="" onclick="setLangCookie('ru')">
            <img border="0" src="./pictures/img/rusflag.gif" width="84" height="57"></a></span>
        </td>
        <td>
            <div align="center" id="main" class="caption"></div>
            <div id="main" align="center">
                Hello Guest<br/>
<p align="center">&nbsp;&nbsp;
            <a title="Login" href="/login.php"><img border="0" src="/pictures/img/login.png"></a>&emsp;&emsp;<a title="Sign up" href="/register.php"><img border="0" src="../pictures/img/sign-up.png"></a>
    </p>

            </div>
        </td>
    </tr>
</table>
<div align="center"><table><tr><td width="280" valign="top"><br /><h4> <p style="text-align: left"><sub><img border="0" src="./pictures/img/mark.png"></sub>&nbsp;-&nbsp;<a title="Welcome to Liapustin's Home Family Page" href="./index.php">HOME PAGE</a></p> <p style="text-align: left"><sub><img border="0" src="./pictures/img/foto.png"></sub>&nbsp;-&nbsp;<a title="Welcome to Liapustin's Pictures" href="./pictures.php">PICTURES</a></p> <p style="text-align: left"><sub><img border="0" src="./pictures/img/video.png"></sub>&nbsp;-&nbsp;<a title="Welcome to Liapustin's Video" href="./video.php">VIDEO</a></p></h4><br /><br /><img border="0" src="./pictures/img/golivud.gif"></td><td></td><td valign="top"><div style="text-align:center"><h1>Random Pictures</h1><table border="1"><tr><td width="170" align="center" valign="top"><a title="OPEN PICTURE " href="pictures/medium/220305161945NbeNn7.jpg" class="highslide" onclick="return hs.expand(this)"><img src="pictures/small/220305161945NbeNn7.jpg"></a><br /><br /><b>02/03/2022</b></td><td width="170" align="center" valign="top"><a title="OPEN PICTURE " href="pictures/medium/101006183837ZV0T7P.jpg" class="highslide" onclick="return hs.expand(this)"><img src="pictures/small/101006183837ZV0T7P.jpg"></a><br /><br /><b>03/11/2007</b></td><td width="170" align="center" valign="top"><a title="OPEN PICTURE " href="pictures/medium/131002090209S1qj01.jpg" class="highslide" onclick="return hs.expand(this)"><img src="pictures/small/131002090209S1qj01.jpg"></a><br /><br /><b>27/09/2013</b></td><td width="170" align="center" valign="top"><a title="OPEN PICTURE " href="pictures/medium/160327062340WdRYjL.jpg" class="highslide" onclick="return hs.expand(this)"><img src="pictures/small/160327062340WdRYjL.jpg"></a><br /><br /><b>19/09/2015</b></td></tr></table><h1>Latest Uploaded Pictures</h1><table border="1"><tr><td width="170" align="center" valign="top"><a title="OPEN PICTURE " href="pictures/medium/240423173927qLiHFt.jpg" class="highslide" onclick="return hs.expand(this)"><img src="pictures/small/240423173927qLiHFt.jpg"></a><br /><br /><b>23/04/2024</b></td><td width="170" align="center" valign="top"><a title="OPEN PICTURE " href="pictures/medium/240126214848YD70zV.jpg" class="highslide" onclick="return hs.expand(this)"><img src="pictures/small/240126214848YD70zV.jpg"></a><br /><br /><b>24/01/2024</b></td><td width="170" align="center" valign="top"><a title="OPEN PICTURE " href="pictures/medium/231228085913AwuBBz.jpg" class="highslide" onclick="return hs.expand(this)"><img src="pictures/small/231228085913AwuBBz.jpg"></a><br /><br /><b>13/12/2023</b></td><td width="170" align="center" valign="top"><a title="OPEN PICTURE " href="pictures/medium/230812130825oVftzy.jpg" class="highslide" onclick="return hs.expand(this)"><img src="pictures/small/230812130825oVftzy.jpg"></a><br /><br /><b>10/08/2023</b></td></tr></table><h1>Random Videos</h1><table border="1"><tr><td width="170" align="center" valign="top"><a title="OPEN VIDEO" href="hlsPlayer.php?idVideo=1789" class="highslide" onclick="return hs.htmlExpand(this, {objectType: 'iframe', width: 376, height: 683, align: 'center', allowSizeReduction: false, wrapperClassName: 'draggable-header no-footer', preserveContent: false,  objectLoadTime: 'after'})" ><img src="video/pictures/210523102314KEyrvU.jpg"></a><br /><br /><b>18/05/2021</b></td><td width="170" align="center" valign="top"><a title="OPEN VIDEO" href="hlsPlayer.php?idVideo=1012" class="highslide" onclick="return hs.htmlExpand(this, {objectType: 'iframe', width: 376, height: 683, align: 'center', allowSizeReduction: false, wrapperClassName: 'draggable-header no-footer', preserveContent: false,  objectLoadTime: 'after'})" ><img src="video/pictures/190330150208IbexGr.jpg"></a><br /><br /><b>11/01/2019</b></td><td width="170" align="center" valign="top"><a title="OPEN VIDEO" href="hlsPlayer.php?idVideo=1004" class="highslide" onclick="return hs.htmlExpand(this, {objectType: 'iframe', width: 376, height: 683, align: 'center', allowSizeReduction: false, wrapperClassName: 'draggable-header no-footer', preserveContent: false,  objectLoadTime: 'after'})" ><img src="video/pictures/190330150000EzYRKV.jpg"></a><br /><br /><b>23/12/2018</b></td><td width="170" align="center" valign="top"><a title="OPEN VIDEO" href="hlsPlayer.php?idVideo=860" class="highslide" onclick="return hs.htmlExpand(this, {objectType: 'iframe', width: 376, height: 683, align: 'center', allowSizeReduction: false, wrapperClassName: 'draggable-header no-footer', preserveContent: false,  objectLoadTime: 'after'})" ><img src="video/pictures/190327212649cixxIy.jpg"></a><br /><br /><b>27/06/2018</b></td></tr></table><h1>Latest Uploaded Videos</h1><table border="1"><tr><td width="170" align="center" valign="top"><a title="OPEN VIDEO" href="hlsPlayer.php?idVideo=2273" class="highslide" onclick="return hs.htmlExpand(this, {objectType: 'iframe', width: 376, height: 683, align: 'center', allowSizeReduction: false, wrapperClassName: 'draggable-header no-footer', preserveContent: false,  objectLoadTime: 'after'})" ><img src="video/pictures/221214103432AG3DGq.jpg"></a><br /><br /><b>03/12/2022</b></td><td width="170" align="center" valign="top"><a title="OPEN VIDEO" href="hlsPlayer.php?idVideo=2252" class="highslide" onclick="return hs.htmlExpand(this, {objectType: 'iframe', width: 658, height: 403, align: 'center', allowSizeReduction: false, wrapperClassName: 'draggable-header no-footer', preserveContent: false,  objectLoadTime: 'after'})" ><img src="video/pictures/221214100412fH6Vh3.jpg"></a><br /><br /><b>01/12/2022</b></td><td width="170" align="center" valign="top"><a title="OPEN VIDEO" href="hlsPlayer.php?idVideo=1931" class="highslide" onclick="return hs.htmlExpand(this, {objectType: 'iframe', width: 376, height: 683, align: 'center', allowSizeReduction: false, wrapperClassName: 'draggable-header no-footer', preserveContent: false,  objectLoadTime: 'after'})" ><img src="video/pictures/211128123439ZBC3XC.jpg"></a><br /><br /><b>27/11/2021</b></td><td width="170" align="center" valign="top"><a title="OPEN VIDEO" href="hlsPlayer.php?idVideo=1851" class="highslide" onclick="return hs.htmlExpand(this, {objectType: 'iframe', width: 376, height: 683, align: 'center', allowSizeReduction: false, wrapperClassName: 'draggable-header no-footer', preserveContent: false,  objectLoadTime: 'after'})" ><img src="video/pictures/210528101811xTsgDd.jpg"></a><br /><br /><b>07/01/2021</b></td></tr></table></td></tr></table></div><br /><br />
<h4>
    <div id='footer'>
        Designed by Evgeni Liapustin | Copyright &copy; 2004 - 2025 Liapustin  | This page is created 0.153 seconds.    </div>
</h4>
<br />
</body>
</html>
                               

Alan adının whois bilgisi

Domain Name: LMIME.COM
Registry Domain ID: 890271230_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-03-24T14:14:43Z
Creation Date: 2007-03-23T19:55:11Z
Registry Expiry Date: 2026-03-23T19:55:11Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS55.DOMAINCONTROL.COM
Name Server: NS56.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-26T04:02:19Z <<<
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