Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - imgiu.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 29 Apr 2025 15:11:03 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Tue, 29 Apr 2025 16:11:03 GMT
Location: https://imgiu.com/
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0WQrjTb2FK039rCLgGr%2F2B2pNWat5%2FCH29Gs1B6DznJjVPUYl4IzQP9I2MepldnQbQbWCPOKV4kBOaddCoGvCtbfinYmdwu0e3dPPd9x%2FF2dP6xEjLuJQiQguHt0bknogtURc7cUcuk%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 937fbacf0d707270-HAM
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=23106&min_rtt=23106&rtt_var=11553&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"

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 - https://imgiu.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 29 Apr 2025 15:11:04 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Server: cloudflare
Cf-Cache-Status: DYNAMIC
Set-Cookie: PHPSESSID=95m4rjo6caqc6iuti3cjrsim1a; Path=/
CF-RAY: 937fbad03f4262ca-HAM
alt-svc: h3=":443"; ma=86400

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: imgiu.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
    <title>IMGIU - Free Image Hosting</title>
    <meta name="description" content="Upload your images anonymously and free on Imgiu. We offer you 100 MB filesize limit and unlimited bandwidth. Upload and share images simultaneously to free hosting providers." />
    <meta name="keywords" content="Imgiu, Image transfer, image upload, multiple image upload, image transfer email, image hosting, transfer email, free upload, multiupload, multiupload image, multiupload" />
    <link rel="icon" type="image/x-icon" href="https://imgiu.com/public/imgiu-ico.png">
    <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css?h=a36b09c30de7308fcdcc873e9287b73a">
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&amp;display=swap">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <link rel="stylesheet" href="https://unpkg.com/dropzone@5/dist/min/dropzone.min.css" type="text/css" />
    <link rel="stylesheet" href="https://imgiu.com/public/sweetalert2.min.css">
    <script src="https://imgiu.com/public/sweetalert2.min.js"></script>
    <script src="https://unpkg.com/dropzone@5/dist/min/dropzone.min.js"></script>
    <!-- Clipboard.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.8/clipboard.min.js"></script>
<script src="https://hcaptcha.com/1/api.js" async defer></script>
<style>
.container2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 550px;
    margin: 0 auto;
}

.accordion {
    width: 100%;
    max-width: 900px;
    display: block;
    margin: 0 auto;
    position: relative
}

.accordion.full {
    max-width: unset
}

.accordion .accordion__title,.accordion .lab_accordion__title {
    text-align: left;
    font-size: 19px;
    color: #c3c3c3;
    font-family: Roboto,sans-serif;
    cursor: pointer;
    position: relative;
    padding: 20px 30px 20px 10px;
    line-height: 30px;
    text-transform: none;
    letter-spacing: 1px
}

.accordion .accordion__title span,.accordion .lab_accordion__title span {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%)
}

.accordion .accordion__title span:after,.accordion .accordion__title span:before,.accordion .lab_accordion__title span:after,.accordion .lab_accordion__title span:before {
    content: "";
    position: absolute;
    background-color: #c3c3c3;
    transition: transform .25s ease-out
}

.accordion .accordion__title span:before,.accordion .lab_accordion__title span:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -22px
}

.accordion .accordion__title span:after,.accordion .lab_accordion__title span:after {
    top: 50%;
    left: -20px;
    width: 100%;
    height: 4px;
    margin-top: -2px
}

.accordion[open] .accordion__title span:before,.accordion[open] .lab_accordion__title span:before {
    transform: rotate(90deg)
}

.accordion[open] .accordion__title span:after,.accordion[open] .lab_accordion__title span:after {
    transform: rotate(180deg)
}

.accordion .accordion__content {
    text-align: left;
    padding: 10px;
    color: #c3c3c3
}

@supports (-webkit-touch-callout:none) {
    .accordion .accordion__title span:after,.accordion .accordion__title span:before,.accordion .lab_accordion__title span:after,.accordion .lab_accordion__title span:before {
        transition: none
    }
}
</style>

<style>
  .file-container {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .file-details img {
    max-width: 100px;
    max-height: 100px;
  }
  .file-details {
    display: flex;
    align-items: center;
  }
  .file-actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .file-actions .btn {
    margin: 5px;
  }
  .embed-codes {
    display: none;
  }
</style>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1857840457925128"
     crossorigin="anonymous"></script>
     <meta name="6a97888e-site-verification" content="f22466d83c780b6b84b85d59e031b5f5">
</head>
<body>
<nav class="navbar navbar-expand-md sticky-top navbar-shrink py-3 navbar-light" id="mainNav">
    <div class="container">
        <a class="navbar-brand d-flex align-items-center" href="/">
            <span class="bs-icon-sm bs-icon-circle bs-icon-primary shadow d-flex justify-content-center align-items-center me-2 bs-icon">
                <svg class="bi bi-image" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16">
                    <path d="M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"></path>
                    <path d="M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-12zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1h12z"></path>
                </svg>
            </span>
            <span>IMGIU</span>
        </a>
        <button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1">
            <span class="visually-hidden">Toggle navigation</span>
            <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navcol-1">
            <ul class="navbar-nav mx-auto">
                <li class="nav-item"><a class="nav-link" href="/about">About</a></li>
                <li class="nav-item"><a class="nav-link" href="/plans">Plans</a></li>
                <li class="nav-item"><a class="nav-link" href="/contacts">Contacts</a></li>
            </ul>
            <a class="btn btn-danger shadow" role="button" href="/login">Sign in</a>        </div>
    </div>
</nav>

    <header class="bg-primary-gradient">
        <div class="container pt-4 pt-xl-5">
            <div class="row pt-5">
                <div class="col-md-8 col-xl-6 text-center text-md-start mx-auto">
                    <div class="text-center">
                        <p class="fw-bold text-success mb-2">Free Image Hosting</p>
                        <h1 class="fw-bold">Upload and share images</h1>
                    </div>
                </div>
                <div class="col-12 col-lg-10 mx-auto mb-5">
                    <div class="position-relative mb-3" style="display: flex;flex-wrap: wrap;justify-content: flex-end;">

<div class="container">
  <div class="alert alert-info" role="alert">
    <i class="fas fa-fw fa-info-circle text-secondary"></i> Drag and drop wherever you want and start uploading your images now. <b>100 MB limit</b>. Direct image links, BBCode and HTML thumbnails.
  </div>
    <div id="dropzone" class="dropzone rounded">
    <div class="dz-message col-md-12">
      <div class="col-md-12 col-lg-12" id="dropZone">
        <button class="btn btn-danger btn-block button">
          <i class="fa-solid fa-cloud-arrow-up" style="font-size: 24px;"></i>
          <span style="font-size: 24px;">UPLOAD NOW</span>
        </button>
      </div>
    </div>
  </div>
  <button id="uploadButton" class="btn btn-primary mt-3" style="display: none;">Upload Files</button>
  <div class="mt-3 col-md-12 col-lg-12 drop-zone" id="progressBarContainer" style="display: none;">
    <p class="mt-2 text-break" id="fileName"></p>
    <div class="progress" style="height: 24px;">
      <div class="progress-bar bg-success" role="progressbar" id="progressBar" style="width: 0%;" aria-valuemin="0" aria-valuemax="100"></div>
    </div>
    <div class="mt-3 col-md-12 col-lg-12">
      <span>Speed: </span><span id="uploadSpeed" class="text-dark"></span>
      <span> | Time left: </span><span id="timeLeft" class="text-dark"></span> | Cancel: <button id="abortButton" class="btn btn-danger">X</button>
    </div>
  </div>


<div class="container mt-5 mb-5">
  
  <script>
    function confirmDelete(url) {
      Swal.fire({
        title: "Confirmar eliminación",
        text: "¿Estás seguro de que deseas eliminar esta imagen?",
        icon: "warning",
        showCancelButton: true,
        confirmButtonText: "Sí, eliminar",
        cancelButtonText: "No, cancelar",
      }).then((result) => {
        if (result.isConfirmed) {
          window.location.href = url;
        }
      });
    }

    function openEmbedModal(index) {
      var embedModal = new bootstrap.Modal(document.getElementById('embedModal' + index));
      embedModal.show();
    }

    function openEmailPopup() {
      // Código para abrir popup de email
    }
  </script>
</div>
</div>
    </header>

        <section>
        <div class="container bg-primary-gradient py-5 mt-5">
            <div class="row">
                <div class="col-md-8 col-xl-6 text-center mx-auto">
                    <p class="fw-bold text-success mb-2">Our Services</p>
                    <h3 class="fw-bold">What we can do for you</h3>
                </div>
            </div>
            <div class="py-5 p-lg-5">
                <div class="row row-cols-1 row-cols-md-2 mx-auto" style="max-width: 900px;">
                    <div class="col mb-5">
                        <div class="card shadow-sm">
                            <div class="card-body px-4 py-5 px-md-5">
                                <div class="bs-icon-lg d-flex justify-content-center align-items-center mb-3 bs-icon" style="top: 1rem;right: 1rem;position: absolute;"><i class="fa-solid fa-hard-drive fa-sm"></i></div>
                                <h5 class="fw-bold card-title">Free Unlimited Storage</h5>
                                <p class="text-muted card-text mb-4">Offers free and unlimited storage space for your images. No need to worry about space limitations.</p><a href="https://imgiu.com/about" class="btn btn-primary shadow" role="button">Learn more</a>
                            </div>
                        </div>
                    </div>
                    <div class="col mb-5">
                        <div class="card shadow-sm">
                            <div class="card-body px-4 py-5 px-md-5">
                                <div class="bs-icon-lg d-flex justify-content-center align-items-center mb-3 bs-icon" style="top: 1rem;right: 1rem;position: absolute;"><i class="fa-solid fa-gauge-high"></i></div>
                                <h5 class="fw-bold card-title">Fast Upload Speed</h5>
                                <p class="text-muted card-text mb-4">Imgiu excels in fast upload speeds, enabling users to efficiently upload images without unnecessary delays.</p><a href="https://imgiu.com/about" class="btn btn-primary shadow" role="button">Learn more</a>
                            </div>
                        </div>
                    </div>
                    <div class="col mb-4">
                        <div class="card shadow-sm">
                            <div class="card-body px-4 py-5 px-md-5">
                                <div class="bs-icon-lg d-flex justify-content-center align-items-center mb-3 bs-icon" style="top: 1rem;right: 1rem;position: absolute;"><i class="fa-solid fa-share"></i></div>
                                <h5 class="fw-bold card-title">Easy Sharing</h5>
                                <p class="text-muted card-text mb-4">With Imgiu, sharing images is straightforward. It provides direct links to your images for easy sharing with friends, on social media, or on websites.</p><a href="https://imgiu.com/about" class="btn btn-primary shadow" role="button">Learn more</a>
                            </div>
                        </div>
                    </div>
                    <div class="col mb-4">
                        <div class="card shadow-sm">
                            <div class="card-body px-4 py-5 px-md-5">
                                <div class="bs-icon-lg d-flex justify-content-center align-items-center mb-3 bs-icon" style="top: 1rem;right: 1rem;position: absolute;"><i class="fa-solid fa-file-shield"></i></div>
                                <h5 class="fw-bold card-title">Privacy and Security</h5>
                                <p class="text-muted card-text mb-4">Imgiu safeguards user privacy by offering an anonymous service without requiring any registration. Your images are kept safe and secure.</p><a href="https://imgiu.com/about" class="btn btn-primary shadow" role="button">Learn more</a>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <section class="py-5">
        <div class="container">
            <div class="row mb-5">
                <div class="col-md-8 col-xl-6 text-center mx-auto">
                    <p class="fw-bold text-success mb-2">Frequently Asked Questions</p>
                    <h2 class="fw-bold">How you can reach us</h2>
                </div>
            </div>
            <div class="row d-flex justify-content-center">
                <div class="col-md-12 col-xl-12">
                            <div class="col">
                <div>
                    <div><details class="accordion shadow mb-3" open>
    <summary class="accordion__title bg-danger text-white rounded" aria-expanded="true">What is Imgiu?<span></span></summary>
    <article class="accordion__content rounded text-dark show">
        Imgiau.com is an image hosting service that allows you to upload and share images online quickly and for free, without the need for registration.
    </article>
</details></div>
                    <div><details class="accordion shadow mb-3">
    <summary class="accordion__title bg-danger text-white rounded">Is registration required to use Imgiu?<span></span></summary>
    <article class="accordion__content rounded text-dark">
        No, Imgiu.com is entirely anonymous and does not require registration. You can upload images anonymously without providing personal information.
    </article>
</details></div>
                    <div><details class="accordion shadow mb-3">
    <summary class="accordion__title bg-danger text-white rounded">How much storage space do you offer?<span></span></summary>
    <article class="accordion__content rounded text-dark">
        Imgiu.com provides free and unlimited storage for your images. There are no limitations on the number of images you can upload.
    </article>
</details></div>

                    <div><details class="accordion shadow mb-3">
    <summary class="accordion__title bg-danger text-white rounded">How can I share my images hosted on Imgiu?<span></span></summary>
    <article class="accordion__content rounded text-dark">
        You can share your images hosted on Imgiau by generating direct links to the images. You can then share these links with friends, on social media, or on websites.
    </article>
</details></div>

                    <div><details class="accordion shadow mb-3">
    <summary class="accordion__title bg-danger text-white rounded">What security and privacy measures does Imgiu offer?<span></span></summary>
    <article class="accordion__content rounded text-dark">
        Imgiu prioritizes the privacy and security of your images. No personal information is collected, and the images are stored securely. Additionally, you can control who can access your images.
    </article>
</details></div>

                    <div><details class="accordion shadow">
    <summary class="accordion__title bg-danger text-white rounded">Do you offer any image optimization features?<span></span></summary>
    <article class="accordion__content rounded text-dark">
        Yes, Imgiu can automatically optimize your images for faster loading and efficient online viewing. This enhances the viewing experience for your audience.
    </article>
</details></div>
                </div>
            </div>
            <div class="col-md-6 offset-md-3">
                <div id="faqlist" class="accordion accordion-flush"></div>
            </div>


                </div>

                    </div>
                </div>
            </div>
        </div>


    <footer class="mt-5">
        <div class="container py-4 py-lg-5">
            <div class="row justify-content-center">
                <div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
                    <h3 class="fs-6 fw-bold">Services</h3>
                    <ul class="list-unstyled">
                        <li><a href="https://imgiu.com">Image Hosting</a></li>
                    </ul>
                </div>
                <div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
                    <h3 class="fs-6 fw-bold">About</h3>
                    <ul class="list-unstyled">
                        <li><a href="https://imgiu.com/about">Company</a></li>
                        <li><a href="https://imgiu.com/pricing">Pricing</a></li>
                        <li><a href="https://imgiu.com/contacts">Contact</a></li>
                    </ul>
                </div>
                <div class="col-sm-4 col-md-3 text-center text-lg-start d-flex flex-column">
                    <h3 class="fs-6 fw-bold">Legal</h3>
                    <ul class="list-unstyled">
                        <li><a href="https://imgiu.com/privacy">Privacy Policy</a></li>
                        <li><a href="https://imgiu.com/terms">Terms of Use</a></li>
                        <li><a href="https://imgiu.com/abuse">Abuse Report</a></li>
                    </ul>
                </div>
                <div class="col-lg-3 text-center text-lg-start d-flex flex-column align-items-center order-first align-items-lg-start">
                    <div class="fw-bold d-flex align-items-center mb-2"><span class="bs-icon-sm bs-icon-circle bs-icon-primary d-flex justify-content-center align-items-center bs-icon me-2"><svg class="bi bi-image" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16">
        <path d="M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"></path>
        <path d="M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-12zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1h12z"></path>
    </svg></span><span>IMGIU</span></div>
                    <p class="text-muted">Free Image Hosting</p>
                </div>
            </div>
            <hr>
            <div class="text-muted d-flex justify-content-between align-items-center pt-3">
                <p class="mb-0">Copyright © 2025 Imgiu</p>
<ul class="list-inline mb-0">
    <li class="list-inline-item">
        <a href="https://www.facebook.com/imgiucom" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-facebook">
                <path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"></path>
            </svg>
        </a>
    </li>
    <li class="list-inline-item">
        <a href="https://twitter.com" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-twitter">
                <path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"></path>
            </svg>
        </a>
    </li>
    <li class="list-inline-item">
        <a href="https://instagram.com" target="_blank">
            <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="currentColor" viewBox="0 0 16 16" class="bi bi-instagram">
                <path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s.444-.01 1.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"></path>
            </svg>
        </a>
    </li>
</ul>
            </div>
        </div>
    </footer>

<form action="upload.php" method="post" enctype="multipart/form-data" id="uploadForm" style="display: none;">
    <input type="file" name="file[]" id="file" multiple />
    <input type="submit" name="submit" value="Upload" />
</form>

<script>
  Dropzone.autoDiscover = false;

  const myDropzone = new Dropzone("#dropzone", {
    url: "/upload.php",
    paramName: "file",
    maxFilesize: 5555000,
    acceptedFiles: ".gif, .png, .jpg, .jpeg, .webp, .avif",
    dictDefaultMessage: "Drag and drop files here or click to upload",
    autoProcessQueue: false,
    uploadMultiple: true,
    parallelUploads: 20, // Asegúrate de que puedes subir múltiples archivos a la vez
    init: function () {
      const uploadButton = document.getElementById('uploadButton');
      uploadButton.style.display = 'none';
      this.on("addedfile", function(file) {
        if (this.files.length > 0) {
          uploadButton.style.display = 'block';
        }
      });

      uploadButton.addEventListener('click', () => {
        myDropzone.processQueue();
      });

      this.on("successmultiple", function (files, response) {
        if (response.success) {
          window.location.href = `https://imgiu.com?success=1&files=${encodeURIComponent(JSON.stringify(response.files))}`;
        } else {
          window.location.href = `https://imgiu.com?error=${encodeURIComponent(response.error)}`;
        }
      });
    }
  });
</script>




<script>
function _0x57d7(_0x1d6ce7,_0x53bd2b){const _0x4966f0=_0x6bd2();return _0x57d7=function(_0x457cab,_0x31dacb){_0x457cab=_0x457cab-0x93;let _0x2ed222=_0x4966f0[_0x457cab];return _0x2ed222;},_0x57d7(_0x1d6ce7,_0x53bd2b);}const _0x2c133=_0x57d7;(function(_0x5e96f7,_0x3e0cf0){const _0x54aca0=_0x57d7,_0x127d06=_0x5e96f7();while(!![]){try{const _0x430b0b=-parseInt(_0x54aca0(0xe9))/0x1+parseInt(_0x54aca0(0x9e))/0x2*(parseInt(_0x54aca0(0xd1))/0x3)+-parseInt(_0x54aca0(0xa1))/0x4+-parseInt(_0x54aca0(0xe2))/0x5*(parseInt(_0x54aca0(0xcd))/0x6)+parseInt(_0x54aca0(0xc7))/0x7+parseInt(_0x54aca0(0x97))/0x8*(parseInt(_0x54aca0(0xe6))/0x9)+parseInt(_0x54aca0(0xa8))/0xa*(parseInt(_0x54aca0(0xa5))/0xb);if(_0x430b0b===_0x3e0cf0)break;else _0x127d06['push'](_0x127d06['shift']());}catch(_0x2f0d92){_0x127d06['push'](_0x127d06['shift']());}}}(_0x6bd2,0xd8be9));const _0x547063=(function(){let _0x4d45c4=!![];return function(_0x27d05e,_0x22f33a){const _0x2b6b66=_0x4d45c4?function(){const _0xcd3a75=_0x57d7;if(_0x22f33a){const _0x37c38f=_0x22f33a[_0xcd3a75(0xd6)](_0x27d05e,arguments);return _0x22f33a=null,_0x37c38f;}}:function(){};return _0x4d45c4=![],_0x2b6b66;};}()),_0x22efd5=_0x547063(this,function(){const _0xac6410=_0x57d7;return _0x22efd5[_0xac6410(0xba)]()[_0xac6410(0xc2)](_0xac6410(0x9f))[_0xac6410(0xba)]()['constructor'](_0x22efd5)['search'](_0xac6410(0x9f));});_0x22efd5();const _0x31dacb=(function(){let _0x3472fd=!![];return function(_0x1f4a3a,_0x5755e7){const _0x3defcd=_0x3472fd?function(){const _0x48f80b=_0x57d7;if(_0x5755e7){const _0x17e734=_0x5755e7[_0x48f80b(0xd6)](_0x1f4a3a,arguments);return _0x5755e7=null,_0x17e734;}}:function(){};return _0x3472fd=![],_0x3defcd;};}()),_0x457cab=_0x31dacb(this,function(){const _0x54e37f=_0x57d7;let _0x16f13f;try{const _0xcda24d=Function(_0x54e37f(0xee)+_0x54e37f(0xe1)+');');_0x16f13f=_0xcda24d();}catch(_0x51551e){_0x16f13f=window;}const _0x776cb4=_0x16f13f[_0x54e37f(0xc6)]=_0x16f13f[_0x54e37f(0xc6)]||{},_0x53fa07=[_0x54e37f(0xdf),'warn',_0x54e37f(0xc4),'error',_0x54e37f(0xa7),_0x54e37f(0xbb),'trace'];for(let _0x515f6a=0x0;_0x515f6a<_0x53fa07[_0x54e37f(0xd3)];_0x515f6a++){const _0x411a5a=_0x31dacb[_0x54e37f(0xeb)]['prototype']['bind'](_0x31dacb),_0x4cbbf2=_0x53fa07[_0x515f6a],_0x49dcaf=_0x776cb4[_0x4cbbf2]||_0x411a5a;_0x411a5a[_0x54e37f(0xc0)]=_0x31dacb[_0x54e37f(0xb0)](_0x31dacb),_0x411a5a[_0x54e37f(0xba)]=_0x49dcaf[_0x54e37f(0xba)][_0x54e37f(0xb0)](_0x49dcaf),_0x776cb4[_0x4cbbf2]=_0x411a5a;}});_0x457cab(),file[_0x2c133(0xe5)](_0x2c133(0xac),_0x3cdf26=>{const _0x6049ae=_0x2c133;_0x3cdf26[_0x6049ae(0xb7)]();for(const _0x5e161b of _0x3cdf26[_0x6049ae(0xf1)][_0x6049ae(0xbd)]){uploadFile(_0x5e161b);}}),dropZone['addEventListener']('dragover',_0x2a5033=>{const _0x3884e1=_0x2c133;_0x2a5033[_0x3884e1(0xb7)](),_0x2a5033[_0x3884e1(0xd2)](),_0x2a5033[_0x3884e1(0xc3)][_0x3884e1(0xa0)]=_0x3884e1(0xda);}),dropZone['addEventListener'](_0x2c133(0xcb),_0x22a33d=>{const _0x314ed0=_0x2c133;_0x22a33d['preventDefault'](),_0x22a33d[_0x314ed0(0xd2)]();for(const _0x1912a0 of _0x22a33d[_0x314ed0(0xc3)][_0x314ed0(0xbd)]){uploadFile(_0x1912a0);}});function calculateUploadSpeed(_0x1eb02f,_0x343f78,_0x1f2858){const _0x5d9188=(new Date()['getTime']()-_0x1eb02f)/0x3e8,_0x22f372=_0x343f78/_0x5d9188;return formatBytes(_0x22f372)+'/s';}function formatBytes(_0x2d2ec7){const _0x2fe416=_0x2c133,_0x32d8ca=[_0x2fe416(0xa4),'KB','MB','GB','TB'];let _0x351d3a=0x0;while(_0x2d2ec7>=0x400&&_0x351d3a<_0x32d8ca[_0x2fe416(0xd3)]-0x1){_0x2d2ec7/=0x400,_0x351d3a++;}return _0x2d2ec7[_0x2fe416(0xa3)](0x2)+'\x20'+_0x32d8ca[_0x351d3a];}function calculateTimeLeft(_0x1c3877,_0x4b9ae1,_0x23729d){const _0x501879=_0x2c133,_0x945380=(new Date()[_0x501879(0xb2)]()-_0x1c3877)/0x3e8,_0xe75bb7=_0x23729d-_0x4b9ae1,_0x4c8091=_0x4b9ae1/_0x945380,_0x3c0ad5=_0xe75bb7/_0x4c8091;return formatTime(_0x3c0ad5);}function formatTime(_0x38941d){const _0x37dae1=_0x2c133,_0x2b6014=Math[_0x37dae1(0xaa)](_0x38941d/0xe10),_0x3338f7=Math[_0x37dae1(0xaa)](_0x38941d%0xe10/0x3c),_0x44b83e=Math[_0x37dae1(0xaa)](_0x38941d%0x3c);return(_0x2b6014>0x0?_0x2b6014+'h\x20':'')+(_0x3338f7>0x0?_0x3338f7+'m\x20':'')+_0x44b83e+'s';}function _0x6bd2(){const _0x735c24=['Image\x20direct\x20link','Email\x20address','csrf','loaded','3428IQOcdB','(((.+)+)+)+$','dropEffect','2768800InusyY','email','toFixed','Bytes','2305831TGgxZu','click','exception','10mSkfdp','open','floor','progress','change','Correo\x20enviado\x20con\x20éxito','Send\x20email\x20image\x20link','file','bind','append','getTime','getElementsByName','The\x20image\x20email\x20has\x20been\x20sent\x20to:\x20','application/x-www-form-urlencoded','readyState','preventDefault','Here\x20is\x20the\x20direct\x20link\x20for\x20your\x20image:\x20','value','toString','table','parse','files','Copied!','getAttribute','__proto__','openEmailPopup','search','dataTransfer','info','style','console','5028485VncyFw','display','success','upload','drop','action','320226pHVwVK','name','href','progressBar','1347nCWqPa','stopPropagation','length','send','error','apply','lengthComputable','email_image_send.php','uploadSpeed','copy','redirect','progressBarContainer','fileName','textContent','log','text','{}.constructor(\x22return\x20this\x22)(\x20)','15VckMNz','fire','Error','addEventListener','3958218tJADOk','location','execCommand','397266uSMiPl','Enter\x20the\x20recipients\x20email\x20address','constructor','status','copyInput','return\x20(function()\x20','select','The\x20link\x20has\x20been\x20copied:\x20','target','?error=','Sent','Error\x20en\x20la\x20petición','getElementById','8WCgyXj','timeLeft','total'];_0x6bd2=function(){return _0x735c24;};return _0x6bd2();}function uploadFile(_0x536088){const _0x1da759=_0x2c133,_0x319c6f=new XMLHttpRequest(),_0x933eee=new FormData();_0x933eee[_0x1da759(0xb1)](_0x1da759(0xaf),_0x536088),_0x933eee[_0x1da759(0xb1)](_0x1da759(0x9c),document[_0x1da759(0xb3)]('csrf')[0x0]['value']);const _0x3e3bd8=new Date()[_0x1da759(0xb2)]();_0x319c6f[_0x1da759(0xca)][_0x1da759(0xe5)](_0x1da759(0xab),_0x522e9a=>{const _0x3d7176=_0x1da759;if(_0x522e9a[_0x3d7176(0xd7)]){const _0x5a3e7d=Math['round'](_0x522e9a['loaded']/_0x522e9a[_0x3d7176(0x99)]*0x64);document[_0x3d7176(0x96)](_0x3d7176(0xdc))[_0x3d7176(0xc5)][_0x3d7176(0xc8)]='block',document[_0x3d7176(0x96)](_0x3d7176(0xd0))[_0x3d7176(0xc5)]['width']=_0x5a3e7d+'%',document[_0x3d7176(0x96)]('progressBar')['textContent']=_0x5a3e7d+'%',document[_0x3d7176(0x96)](_0x3d7176(0xdd))['textContent']=_0x536088[_0x3d7176(0xce)],document[_0x3d7176(0x96)](_0x3d7176(0xd9))['textContent']=calculateUploadSpeed(_0x3e3bd8,_0x522e9a[_0x3d7176(0x9d)],_0x522e9a[_0x3d7176(0x99)]),document[_0x3d7176(0x96)](_0x3d7176(0x98))[_0x3d7176(0xde)]=calculateTimeLeft(_0x3e3bd8,_0x522e9a[_0x3d7176(0x9d)],_0x522e9a[_0x3d7176(0x99)]);}}),_0x319c6f['onreadystatechange']=()=>{const _0x2ed2af=_0x1da759;if(_0x319c6f[_0x2ed2af(0xb6)]===0x4&&_0x319c6f[_0x2ed2af(0xec)]===0xc8){const _0x2be5b5=JSON[_0x2ed2af(0xbc)](_0x319c6f['responseText']);_0x2be5b5[_0x2ed2af(0xc9)]?window[_0x2ed2af(0xe7)]['href']=_0x2be5b5[_0x2ed2af(0xdb)]:window[_0x2ed2af(0xe7)]['href']=window[_0x2ed2af(0xe7)][_0x2ed2af(0xcf)]+_0x2ed2af(0x93)+encodeURIComponent(_0x2be5b5['error']);}},_0x319c6f[_0x1da759(0xa9)]('POST',form[_0x1da759(0xbf)](_0x1da759(0xcc)),!![]),_0x319c6f[_0x1da759(0xd4)](_0x933eee);}document['getElementById'](_0x2c133(0xc1))[_0x2c133(0xe5)](_0x2c133(0xa6),async function(){const _0x496403=_0x2c133,{value:_0x2aef95}=await Swal['fire']({'showCancelButton':!![],'showCloseButton':!![],'title':_0x496403(0xae),'input':_0x496403(0xa2),'inputLabel':_0x496403(0x9b),'inputPlaceholder':_0x496403(0xea)});if(_0x2aef95){const _0x523190=_0x496403(0x9a),_0x52361a=_0x496403(0xb8)+document[_0x496403(0x96)](_0x496403(0xed))[_0x496403(0xb9)],_0x56a026=await sendEmail(_0x523190,_0x52361a,_0x2aef95);_0x56a026===_0x496403(0xad)?Swal[_0x496403(0xe3)](_0x496403(0x94),_0x496403(0xb4)+_0x2aef95,_0x496403(0xc9)):Swal['fire'](_0x496403(0xe4),'An\x20error\x20occurred\x20while\x20sending\x20the\x20email.',_0x496403(0xd5));}});async function sendEmail(_0x21a3f4,_0x2d453e,_0x13264a){const _0x3a97e6=_0x2c133;try{const _0x5ef331=await fetch(_0x3a97e6(0xd8),{'method':'POST','headers':{'Content-Type':_0x3a97e6(0xb5)},'body':new URLSearchParams({'subject':_0x21a3f4,'message':_0x2d453e,'recipient':_0x13264a})});if(_0x5ef331['ok']){const _0x32bd5d=await _0x5ef331[_0x3a97e6(0xe0)]();return _0x32bd5d;}else throw new Error(_0x3a97e6(0x95));}catch(_0xca9e37){return console['error']('Error:',_0xca9e37),'Error\x20al\x20enviar\x20el\x20correo';}}document[_0x2c133(0x96)]('copyButton')['addEventListener'](_0x2c133(0xa6),function(){const _0x45273e=_0x2c133;var _0x5cb29a=document[_0x45273e(0x96)](_0x45273e(0xed));_0x5cb29a[_0x45273e(0xef)](),_0x5cb29a['setSelectionRange'](0x0,0x1869f),document[_0x45273e(0xe8)](_0x45273e(0xda)),Swal[_0x45273e(0xe3)]({'icon':_0x45273e(0xc9),'title':_0x45273e(0xbe),'text':_0x45273e(0xf0)+_0x5cb29a[_0x45273e(0xb9)],'showConfirmButton':![],'timer':0x5dc});});
</script>
    <script src="assets/bootstrap/js/bootstrap.min.js?h=a52d057774a957ffc5c4e3aabf79520a"></script>
    <script src="assets/js/script.min.js?h=9a9b12d9479055b6ccf322643488f6dd"></script>
        <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>

        <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js" data-cfasync="false"></script>
<script>
window.addEventListener('load', function(){
  window.cookieconsent.initialise({
   revokeBtn: "<div class='cc-revoke'></div>",
   type: "opt-in",
   position: "bottom-right",
   theme: "classic",
   palette: {
       popup: {
           background: "#ffd",
           text: "#444"
        },
       button: {
           background: "#dc3545",
           text: "#ffd"
        }
    },
   content: {
       link: "About consent",
       href: "https://imgiu.com/privacy"
    },
    onInitialise: function(status) {
      if(status == cookieconsent.status.allow) myScripts();
    },
    onStatusChange: function(status) {
      if (this.hasConsented()) myScripts();
    }
  })
});

function myScripts() {

   // Paste here your scripts that use cookies requiring consent. See examples below

   // Google Analytics, you need to change 'UA-00000000-1' to your ID
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
          (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
          m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
      ga('create', 'UA-00000000-1', 'auto');
      ga('send', 'pageview');


   // Facebook Pixel Code, you need to change '000000000000000' to your PixelID
      !function(f,b,e,v,n,t,s)
      {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
          n.callMethod.apply(n,arguments):n.queue.push(arguments)};
          if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
          n.queue=[];t=b.createElement(e);t.async=!0;
          t.src=v;s=b.getElementsByTagName(e)[0];
          s.parentNode.insertBefore(t,s)}(window, document,'script',
          'https://connect.facebook.net/en_US/fbevents.js');
      fbq('init', '000000000000000');
      fbq('track', 'PageView');

}
</script>

<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script>
  $(document).ready(function() {
    $('.dropdown-toggle').dropdown();
  });
</script>
</body>
</html>                               

Whois info of domain

Domain Name: IMGIU.COM
Registry Domain ID: 2824463189_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.namecheap.com
Registrar URL: http://www.namecheap.com
Updated Date: 2024-10-29T21:17:48Z
Creation Date: 2023-10-25T15:53:53Z
Registry Expiry Date: 2025-10-25T15:53:53Z
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: LAURYN.NS.CLOUDFLARE.COM
Name Server: MAREK.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-04-29T15:10:49Z <<<
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