Notice: Trying to access array offset on value of type null in /var/www/colorilla/data/www/httpstatuscodes.info/users/boot.php on line 88
hosk sunucusunun yanıtını ve yönlendirmelerini kontrol edin

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 - hosk.com
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Date: Thu, 22 May 2025 02:11:42 GMT
Server: Apache/2.4.37 (centos) OpenSSL/1.1.1k
X-Powered-By: PHP/7.4.19
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

HTTP Kodu 200 OK

200 OK, 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: hosk.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
<!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="stylesheet" href="/css/style.css">
    </head>
    <body>
        <div class="container"><div class="domain-container"><div id="domain-name" class="domain-name">Hosk.com</div><title> - Site Name Reserved</title>
      <div class="available-text">Site Name Reserved</div>

<div class="whatsapp-container">

<div class="modal">
<div class="subject-modal">
<input id="whatsAppDomainName" type="text" name="domainName" placeholder="Subject Site Name" style="display: none;" pattern="^[a-zA-Z0-9\.\-]+$" >
</div>
</div>

<div class="whatsapp-container1" onclick="whatsAppClick(3007, '', 'Dear SyncPoint, I\'m contacting you regarding the Hosk.com site name because I would like to _');" style="display: inline-flex; align-items: center;">
  Contact via WhatsApp <img src="images/whatsapp-24.jpg" style="margin-left: 10px;">
</div>

</div>

</div><div class="show-case-domains-container"><a href="http://B2BCommerce.com" target="_new" class="show-case-domain"><span class="show-case-domain-name">B2BCommerce.com</span><span>34,700 USD</span></a><a href="http://BingBangBoom.com" target="_new" class="show-case-domain"><span class="show-case-domain-name">BingBangBoom.com</span><span>18,400 USD</span></a><a href="http://Klu.com" target="_new" class="show-case-domain"><span class="show-case-domain-name">Klu.com</span><span>364,700 USD</span></a><a href="http://MindSafe.com" target="_new" class="show-case-domain"><span class="show-case-domain-name">MindSafe.com</span><span>84,700 USD</span></a><a href="http://MissionArts.com" target="_new" class="show-case-domain"><span class="show-case-domain-name">MissionArts.com</span><span>14,700 USD</span></a><a href="http://MoldPlastic.com" target="_new" class="show-case-domain"><span class="show-case-domain-name">MoldPlastic.com</span><span>8,400 USD</span></a><a href="http://PrestigeMarine.com" target="_new" class="show-case-domain"><span class="show-case-domain-name">PrestigeMarine.com</span><span>43,700 USD</span></a><a href="http://TelCam.com" target="_new" class="show-case-domain"><span class="show-case-domain-name">TelCam.com</span><span>64,700 USD</span></a><a href="http://ThermaLife.com" target="_new" class="show-case-domain"><span class="show-case-domain-name">ThermaLife.com</span><span>12,700 USD</span></a></div></div></body></html><script type="text/javascript">

function escrowClick(domainId, referer) {
    console.log('DomainID: ' + domainId);
    // Show the modal
    const modal = document.querySelector('.escrow-subject-modal');
    modal.style.display = 'flex';

    const domainName = "Hosk.com";

    const inputBox = document.getElementById('escrowInput');

    if (inputBox === null) {
        return false;
    }

    inputBox.style.display = 'block';

    const form = document.querySelector('#escrow-form'); // Get the form element

    if (!form) {
        console.error('Form element not found!');
        return false;
    }

    inputBox.addEventListener('keydown', function(event) {
        if (event.key === 'Enter') {
            event.preventDefault();
            const sld = "Hosk";
            const urlPattern = new RegExp(`^(https?:\\/\\/)?(www\\.)?${sld}(\\.com)?$`, 'i');
            // if (!urlPattern.test(inputBox.value.trim())) {
                // alert('Invalid Subject');

                // return false;
            // }

            logEscrowClick(domainId, referer);
            console.log(form);
            form.submit();
            return true;
        }
    }); 
    console.log('Should not get here');
    return false;
}
function whatsAppClick(domainId, referer, whatsappMessage) {

    // Show the modal
    const modal = document.querySelector('.subject-modal');
    modal.style.display = 'flex';

    const domainName = "Hosk.com";

    const inputBox = document.getElementById('whatsAppDomainName');

    if (inputBox === null) {
        return;
    }

    inputBox.style.display = 'block';


    inputBox.addEventListener('keydown', function(event) {
        if (event.key === 'Enter') {
            event.preventDefault();
            const sld = "Hosk";
            const urlPattern = new RegExp(`^(https?:\\/\\/)?(www\\.)?${sld}(\\.com)?$`, 'i');
            // if (!urlPattern.test(inputBox.value.trim())) {
                // alert('Invalid Subject');

                // return;
            // }

            logWhatsAppClick(domainId, referer);

            // Get the WhatsApp number and message
        const whatsappNo = "17144775000";
        console.log('WhatsAppNo:: ' + whatsappNo);

        // Construct the WhatsApp URL
        const whatsappURL = `https://wa.me/${whatsappNo}?text=${whatsappMessage}`;

        // Open the WhatsApp URL in a new tab
        window.open(whatsappURL, '_blank');
        }
    });
}

function logWhatsAppClick(domainId, referer) {
    var xhr = new XMLHttpRequest();
    xhr.open("POST", "log_whatsapp.php", true);
    xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");

    // Set up a callback for when the request completes
    xhr.onload = function() {
        if (xhr.status >= 200 && xhr.status < 300) {
            // Request was successful, handle response
            console.log("Response:", xhr.responseText);
        } else {
            // Handle error responses (4xx and 5xx)
            console.error("Error:", xhr.status, xhr.statusText, xhr.responseText);
        }
    };

    // Set up a callback for when the request fails
    xhr.onerror = function() {
        console.error("Request failed:", xhr.statusText);
    };

    // Send the request with parameters
    xhr.send("domain_id=" + encodeURIComponent(domainId) + "&referer=" + encodeURIComponent(referer));

}

function logEscrowClick(domainId, referer) {
    console.log('DomainId: ' , domainId);
    console.log('Referer: ' , referer);

    var xhr = new XMLHttpRequest();
    xhr.open("POST", "log_escrow.php", true);
    xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");

    // Set up a callback for when the request completes
    xhr.onload = function() {
        if (xhr.status >= 200 && xhr.status < 300) {
            // Request was successful, handle response
            console.log("Response:", xhr.responseText);
        } else {
            // Handle error responses (4xx and 5xx)
            console.error("Error:", xhr.status, xhr.statusText, xhr.responseText);
        }
    };

    // Set up a callback for when the request fails
    xhr.onerror = function() {
        console.error("Request failed:", xhr.statusText);
    };

    // Send the request with parameters
    xhr.send("domain_id=" + encodeURIComponent(domainId) + "&referer=" + encodeURIComponent(referer));

}

const adjustFontSize = () => {
    const domainName = document.getElementById('domain-name');

    if (domainName === null) {
        return;
    }

    const text = domainName.textContent;
    const isMobile = window.innerWidth <= 768;

    // Only apply adjustments if in mobile view
    if (isMobile) {
        // Reset to default font size for recalculation
        domainName.style.fontSize = ''; // Optional: set a default font size in CSS

        // Get the available width of the container and subtract padding and borders
        const computedStyle = window.getComputedStyle(domainName);
        const padding = parseFloat(computedStyle.paddingLeft) + parseFloat(computedStyle.paddingRight);
        const border = parseFloat(computedStyle.borderLeftWidth) + parseFloat(computedStyle.borderRightWidth);
        const containerWidth = domainName.clientWidth - padding - border; // Adjust for padding and borders
        console.log('ContainerWidth: ', containerWidth);
        // Start with a base font size
        let fontSize = 36; // Start with your desired font size
        domainName.style.fontSize = `${fontSize}px`; // Set initial font size

        // Create a temporary canvas element to measure text width
        const canvas = document.createElement('canvas');
        const context = canvas.getContext('2d');
        context.font = `${fontSize}px sans-serif`; // Use the same font as in your CSS

        // Measure the text width
        let textWidth = context.measureText(text).width;

        // Add a buffer for comparison (e.g., 2 pixels)
        const buffer = 2;

        // Decrease font size until the text fits within the container
        while (textWidth > containerWidth - buffer && fontSize > 10) { // Minimum font size threshold
            fontSize -= 1; // Decrease font size by 1px
            domainName.style.fontSize = `${fontSize}px`;
            context.font = `${fontSize}px sans-serif`; // Update font in context
            textWidth = context.measureText(text).width; // Re-measure text width
        }
        console.log('Font size: ', fontSize);
    } else {
        // Reset to default if not mobile
        domainName.style.fontSize = ''; // Reset to default
    }
};

// Initial check on DOMContentLoaded
document.addEventListener('DOMContentLoaded', adjustFontSize);

// Add resize event listener
window.addEventListener('resize', adjustFontSize);
</script>
                               

Alan adının whois bilgisi

Domain Name: HOSK.COM
Registry Domain ID: 147653452_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.dynadot.com
Registrar URL: http://www.dynadot.com
Updated Date: 2025-03-09T08:24:43Z
Creation Date: 2005-03-24T19:00:26Z
Registry Expiry Date: 2026-03-24T18:00:26Z
Registrar: Dynadot Inc
Registrar IANA ID: 472
Registrar Abuse Contact Email: abuse@dynadot.com
Registrar Abuse Contact Phone: +16502620100
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS1.GRIDHOST.COM
Name Server: NS2.GRIDHOST.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-22T02:11:25Z <<<
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