Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - img30.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Location: https://www.img30.com/
Content-Type: text/html; charset=UTF-8
Date: Tue, 29 Apr 2025 15:09:58 GMT
Expires: Tue, 29 Apr 2025 15:09:58 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
X-XSS-Protection: 1; mode=block
Server: GSE
Accept-Ranges: none
Vary: Accept-Encoding
Transfer-Encoding: chunked

HTTP Code 301 Moved Permanently

http status code 301 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 - http://www.img30.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Expires: Tue, 29 Apr 2025 15:09:59 GMT
Date: Tue, 29 Apr 2025 15:09:59 GMT
Cache-Control: private, max-age=0
Last-Modified: Thu, 23 Jan 2025 14:36:28 GMT
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Server: GSE
Accept-Ranges: none
Vary: Accept-Encoding
Transfer-Encoding: chunked

HTTP Code 200 OK

http status code 200 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: img30.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])


<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Chained Together</title>

  
    <link rel="shortcut icon" type="image/png" href="https://moddos.site/assets/img/favicon.ico">
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Kanit&display=swap" rel="stylesheet">

    
<style>
    /* @import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&amp;display=swap'); */
    body {background-color: #222736;font-family: 'Kanit', sans-serif;}
    * {box-sizing: border-box;}
    .bg {padding: 20px;}
    .main {box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);background: #2a3042;padding: 25px;max-width: 420px;margin: 20px auto;border-radius: 15px;text-align: center;}
    .logo {width: 120px;height: 120px;border-radius: 10px;}
    h1 {font-weight: bold;color: #f6f6f6;margin: 0;}
    h2 {color: #1ac6ff;}
    button {all: unset;background-color: #1ac6ff;color: #fff;padding: 10px 30px;border-radius: 20px;animation: zoom-in-zoom-out 1s ease infinite;margin-top: 15px;}
    p {color: #a6b0cf;margin: 0;}
    .br {border-top: 2px solid rgba(0, 0, 0, 0.15);margin: 16px 0;}
    .app-step-pr {display: flex;justify-content: center;color: #a6b0cf;align-items: center;margin: 10px 0 5px 0;}
    .aspr-sep {background-color: rgba(0, 0, 0, 0.3); height: 15px;width: 1px;margin: 0 10px;}
    .d-none {display: none;}
    .w-100 {width: 100%;}

    .covers {position: fixed;background: rgba(0, 0, 0, .4);width: 100%;top: 0;left: 0;bottom: 0;right: 0;padding: 20px;overflow: scroll;z-index:9999999}
.locker {max-width: 500px;background-color: #fff;margin: 5px auto;text-align: center;border-radius: 15px;}
.locker img {border-radius:15px 15px 0 0;} 
.locker .body {padding: 5px 20px 20px 20px;}
.locker .body p {font-size: 1.2rem;font-weight: bold;color: #000;margin: 0;}
h2 {margin: 0;}
.offers {padding:10px 0;}
.locker .offer {position: relative;display: flex;background-color: #088395;padding: 10px;border-radius: 4px;margin: 13px 0;text-align: left;align-items: center;}
.locker .offer .easy {position: absolute;right: 15px;top: -16px;background-color: #FFBB5C;display: none;font-size: .9rem;padding: 2px 12px;border-radius: 5px;}
.locker a {color: #fff;text-decoration: none;}
.locker a:first-child .offer .easy {display: block;}
.num div {width: 25px;height: 25px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background-color: #fff;color: #000;font-size: .8rem;font-weight: bold;}
.offer .text {padding-left: 12px;}
.time-c {font-size:.8rem;margin-top:2px;color:#ddd;}
.time-c i {margin-right:5px;}

    @keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
  </style>
<link rel="me" href="https://www.blogger.com/profile/15847917379405574009" />
<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>
<link rel="me" href="https://www.blogger.com/profile/15847917379405574009" />
<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>
<link rel="me" href="https://www.blogger.com/profile/06342434755447888633" />
<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>
<link rel="me" href="https://www.blogger.com/profile/15847917379405574009" />
<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>

<script type="text/javascript" language="javascript">
  // Supply ads personalization default for EEA readers
  // See https://www.blogger.com/go/adspersonalization
  adsbygoogle = window.adsbygoogle || [];
  if (typeof adsbygoogle.requestNonPersonalizedAds === 'undefined') {
    adsbygoogle.requestNonPersonalizedAds = 1;
  }
</script>

<link rel="me" href="https://www.blogger.com/profile/13352098174987066178" />
<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>

<script type="text/javascript" language="javascript">
  // Supply ads personalization default for EEA readers
  // See https://www.blogger.com/go/adspersonalization
  adsbygoogle = window.adsbygoogle || [];
  if (typeof adsbygoogle.requestNonPersonalizedAds === 'undefined') {
    adsbygoogle.requestNonPersonalizedAds = 1;
  }
</script>

<link rel="me" href="https://www.blogger.com/profile/00079553943405624953" />
<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>
<link rel="me" href="https://www.blogger.com/profile/00079553943405624953" />
<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>
<link rel="me" href="https://www.blogger.com/profile/00035494237237690428" />
<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>

<script type="text/javascript" language="javascript">
  // Supply ads personalization default for EEA readers
  // See https://www.blogger.com/go/adspersonalization
  adsbygoogle = window.adsbygoogle || [];
  if (typeof adsbygoogle.requestNonPersonalizedAds === 'undefined') {
    adsbygoogle.requestNonPersonalizedAds = 1;
  }
</script>

</head>
<body>



    <div class="bg">
        <div class="main">
            <img class="logo" src="https://i.ibb.co/fdSZC4K/rika.png">
                <div class="app-step-pr">
                <div class="app-step-platforms"><i class="bi bi-android2"></i> <i class="bi bi-apple"></i></div>
                <div class="aspr-sep"></div>
                <div class="app-step-rating">
                  <i class="bi bi-star"></i>
                  <span id="app-step-rating-val">4.5</span>
                </div>
                <div class="aspr-sep aspr-sep-2"></div>
                <div class="app-step-downloads">
                    <i class="bi bi-cloud-arrow-down"></i>
                <span id="app-step-downloads-val">9M+</span>
                </div>
            </div>
            <h1>TOUCH IT RIKKA</h1>
            <p>TOUCH IT RIKKA </p>
            <div class="br"></div>
            <h2>App is ready</h2>
            <p></p>
            <button class="btn-down" onclick="_JW()">DOWNLOAD NOW</button>
        </div>
    </div>


    <div class="covers d-none" id="cover">
        <div class="locker animate_animated animate_fadeInDown">
            <div class="header"><img src="https://imag.malavida.com/mvimgbig/download-fs/college-brawl-36104-3.jpg" class="w-100"></div>
            <div class="body">
                <h2><b>Last Step!</b></h2>
                <p>Just complete 1 Offer down below, this page will automatically unlock </p>
                <div class="offers">
                    
                </div>
               <div><b>NOTE : </b> if you do not finish the offer, the game will not be download</div>
            </div>
        </div>
    </div>



    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
    <script src="https://abadaoucht.com/viewProject/assets/speedloadpages.js"></script>
    <script type="text/javascript">
    $(".btn-down").on("click", function(){
        $("#cover").removeClass("d-none");
        window.location.href = "https://appslocked.com/cl/i/dvg731";
    });
    
    function getRandomIntInclusive(min, max) {
  min = Math.ceil(min);
  max = Math.floor(max);
  return Math.floor(Math.random() * (max - min + 1) + min); // The maximum is inclusive and the minimum is inclusive
}
    
    
    setInterval(checkLeads, 15000); //Check for leads every 15 seconds
    function checkLeads() 
    </script>

  <script type="text/javascript">
    var Miiwv_QGN_gBwAOc={"it":4373709,"key":"e5d9f"};
</script>
<script src="https://d1mikxzr3lp4va.cloudfront.net/0b3ec2f.js"></script>



<!-- 'Du er ansvarlig for å melde fra til besøkende om informasjonskapslene som brukes og data som samles inn på bloggen din. Du finner et standardvarsel i Blogger som du kan bruke på bloggen din, og du kan enten tilpasse dette varselet eller erstatte det med din egen merknad. Se http://www.blogger.com/go/cookiechoices for flere detaljer.' -->
<script src="/js/cookienotice.js" defer></script>
<script>
  document.addEventListener('DOMContentLoaded', function(event) {
    window.cookieChoices && cookieChoices.showCookieConsentBar && cookieChoices.showCookieConsentBar(
        (window.cookieOptions && cookieOptions.msg) || 'Dette nettstedet bruker informasjonskapsler fra Google for å levere tjenester og analysere trafikk. IP-adressen og brukeragenten din deles med Google sammen med ytelses- og sikkerhetsstatistikk for å sikre tjenestekvalitet, generere bruksstatistikk samt oppdage og håndtere uriktig bruk.',
        (window.cookieOptions && cookieOptions.close) || 'Den er grei',
        (window.cookieOptions && cookieOptions.learn) || 'Mer informasjon',
        (window.cookieOptions && cookieOptions.link) || 'https://www.blogger.com/go/blogspot-cookies');
  });
</script>



<!-- 'It is your responsibility to notify your visitors about cookies used and data collected on your blog. Blogger makes a standard notification available for you to use on your blog, and you can customise it or replace it with your own notice. See http://www.blogger.com/go/cookiechoices for more details.' -->
<script src="/js/cookienotice.js" defer></script>
<script>
  document.addEventListener('DOMContentLoaded', function(event) {
    window.cookieChoices && cookieChoices.showCookieConsentBar && cookieChoices.showCookieConsentBar(
        (window.cookieOptions && cookieOptions.msg) || 'This site uses cookies from Google to deliver its services and to analyse traffic. Your IP address and user agent are shared with Google, together with performance and security metrics, to ensure quality of service, generate usage statistics and to detect and address abuse.',
        (window.cookieOptions && cookieOptions.close) || 'Got it',
        (window.cookieOptions && cookieOptions.learn) || 'Learn more',
        (window.cookieOptions && cookieOptions.link) || 'https://www.blogger.com/go/blogspot-cookies');
  });
</script>



<!-- 'Es liegt in deiner Verantwortung, deine Besucher über die in deinem Blog verwendeten Cookies und die dort erfassten Daten zu informieren. Blogger stellt dafür eine Standardbenachrichtigung zur Verfügung, die du übernehmen, anpassen oder durch deine eigene Mitteilung ersetzen kannst. Weitere Informationen findest du unter http://www.blogger.com/go/cookiechoices.' -->
<script src="/js/cookienotice.js" defer></script>
<script>
  document.addEventListener('DOMContentLoaded', function(event) {
    window.cookieChoices && cookieChoices.showCookieConsentBar && cookieChoices.showCookieConsentBar(
        (window.cookieOptions && cookieOptions.msg) || 'Diese Website verwendet Cookies von Google, um Dienste anzubieten und Zugriffe zu analysieren. Deine IP-Adresse und dein User-Agent werden zusammen mit Messwerten zur Leistung und Sicherheit für Google freigegeben. So können Nutzungsstatistiken generiert, Missbrauchsfälle erkannt und behoben und die Qualität des Dienstes gewährleistet werden.',
        (window.cookieOptions && cookieOptions.close) || 'Ok',
        (window.cookieOptions && cookieOptions.learn) || 'Weitere Informationen',
        (window.cookieOptions && cookieOptions.link) || 'https://www.blogger.com/go/blogspot-cookies');
  });
</script>

</body>
<!-- Statcounter code for PIC https://www.pic75.com/ on Blogger -->
<script type="text/javascript">
//<![CDATA[
var sc_project=13069482; 
var sc_invisible=1; 
var sc_security="d047a6be"; 
//]]>
</script>
<script type="text/javascript" src="https://www.statcounter.com/counter/counter_xhtml.js" async></script>
<noscript><div class="statcounter"><a title="Web Analytics" href="https://statcounter.com/" class="statcounter"><img class="statcounter" src="https://c.statcounter.com/13069482/0/d047a6be/1/" alt="Web Analytics" referrerPolicy="no-referrer-when-downgrade" /></a></div></noscript>
<!-- End of Statcounter Code -->
</html>
                               

Whois info of domain

Domain Name: IMG30.COM
Registry Domain ID: 2918698278_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-09-20T21:41:33Z
Creation Date: 2024-09-20T21:41:30Z
Registry Expiry Date: 2025-09-20T21:41:30Z
Registrar: NameCheap, Inc.
Registrar IANA ID: 1068
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6613102107
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS1.REGISTRAR-SERVERS.COM
Name Server: DNS2.REGISTRAR-SERVERS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-29T15:09:45Z <<<
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