AnonSec Shell
Server IP : 198.54.125.146  /  Your IP : 18.117.254.9   [ Reverse IP ]
Web Server : LiteSpeed
System : Linux business38.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : engixevu ( 716)
PHP Version : 8.1.31
Disable Function : NONE
Domains : 1 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/engixevu/ilivetracker.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/engixevu/ilivetracker.com/Search-Number.php
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Check Sim Owners Details By Number</title>
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
        /* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;700&display=swap'); */
        /* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); */

        body {
            /* font-family: 'Poppins', sans-serif;   */
            font-family: 'Roboto', sans-serif;
            background-color: #F9F9F9;

        }

        input {
            box-sizing: border-box;

            width: 99%;
            height: 45.7px;
            left: 13px;
            top: 33px;

            background: #FFFFFF;
            border: 1px solid #CED4DA;
            border-radius: 5px;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            padding: 10px;
            color: #6C757D;
        }

        button {
            box-sizing: border-box;
            width: 99%;

            height: 38.48px;
            margin-top: 10px;
            left: 13px;
            top: 89.52px;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;

            color: #ffffff;
            background: #dc3545;
            border: 0.4px solid #6C757D;
            border-radius: 5px;
        }


        button:active {
            box-sizing: border-box;
            width: 99%;

            height: 38.48px;
            margin-top: 10px;
            left: 13px;
            top: 89.52px;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;

            color: #FFFFFF;
            background: #6C757D;
            border: 0.4px solid #6C757D;
            border-radius: 5px;
        }




        .resultcontainer {
            box-sizing: border-box;
            margin: auto;
            width: 328px;
            /* height: 313px; */
            left: 24px;
            top: 155px;
            margin-top: 15px;
            background: #FFFFFF;
            border: 1px solid #EDEDED;
            box-shadow: 0px 2px 2px rgba(222, 222, 222, 0.19);
            border-radius: 5px;
        }

        .resultmainnumber {
            /* Number: 03331234567 */


            width: 182px;
            height: 0px;
            left: 97px;
            top: 164px;

            font-weight: bold;
            font-size: 18px;
            line-height: 24px;

            color: #000000;

        }

        .detailsName {
            width: 120px;
            height: 14px;
            left: 37px;
            top: 204px;

            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 15px;
            /* margin-left: 10px; */

            color: #000000;

        }

        .details {
            width: 120px;

            /* margin-left: 10px; */

            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 15px;

            color: #000000;


        }

        .detailsothers {
            width: 120px;
            height: 14px;
            left: 37px;
            top: 221px;
            /* margin-left: 10px; */

            font-style: normal;
            font-weight: 400;
            font-size: 10px;
            line-height: 15px;

            color: #5100C0;


        }
    </style>

    <!DOCTYPE html>
    <html>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="httpsj://www.w3schools.com/w3css/4/w3.css">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

        :root {
            --blue: #21618C;
            --med-blue: #AED6F1;
            --light-blue: #D6EAF8;
        }


        table {

            width: 100%;
            table-layout: fixed;
            border-collapse: collapse;
            margin: 0 auto;
        }

        tbody {
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
        }

        /* Zebra striping */
        tr {
            background: var(--light-blue);
        }

        tr:nth-of-type(odd) {
            background: var(--med-blue);
        }

        th {
            background: var(--blue);
            color: #fff;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
        }

        td,
        th {
            padding: 12px;
            border: 1px solid var(--blue);
            text-align: left;
            text-align: center
        }

        /*Mobile View*/
        @media only screen and (max-width: 760px) {

            td,
            tr {
                display: block;
            }

            /* Hide table headers (but not display: none;, for accessibility) */
            thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            tr+tr {
                margin-top: 1.5em;
            }

            td {
                /* make like a "row" */
                border: none;
                position: relative;
                padding-left: 50%;
                background-color: var(--light-blue);
                text-align: left;

            }

            td:before {
                content: attr(data-label);
                display: inline-block;
                line-height: 1.5;
                margin-left: -100%;
                width: 100%;
                white-space: nowrap;
                font-family: 'Roboto', sans-serif;
                font-weight: 400;
            }

            .w3-xxlarge {
                font-size: 12px !important;
            }

            td:nth-child(even) {
                background: var(--med-blue);
            }
        }
    </style>
    <p></p>

<body>
    <fieldset class="sht ft-1">
        <div class="form-group">
            Here You Can Check Sim Details Free.Simply Enter the Number Below & Then Click On Search To Find <a
                href="https://simownersdetails.com">Sim Owner Details</a> Free of Cost With <a
                href="https://simownersdetails.com">Paksim Ga</a>
    </fieldset>
    </div>
</body>
<img src="p.png">
<center>

    </body>

    <body class="w3-container w3-auto">

        <div class="w3-card-4">
            <div class="w3-container w3-teal">

                </h3>
            </div>
            <form class="w3-container" id="search-form">

                <p>
                    <input class="w3-radio" type="radio" name="type" value="mobile" checked>
                    <label></label>
                <p>
                    <label class="w3-text-teal"><b>

                            <input class="w3-input w3-border w3-sand" name="search" type="text"
                                placeholder="Enter Sim No For Details">
                </p>
                <p>

                    <button id="btnsearch" class="w3-btn w3-block w3-teal">Search Details</button>
</center>
</p>
</form>
</div>

<div class="w3-card-4 w3-margin-top" id="result">
    <div class="w3-container w3-green">

    </div>
    <p id="result-body" class="w3-container w3-padding-16">sss</p>
</div>


</body>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script>
    $(document).ready(function () {
        $("#result").hide();
        $("#search-form").on("submit", function (event) {
            $("#btnsearch").html('Please Wait . . . . !');
            $("#result").fadeOut();
            event.preventDefault();
            let query = $(this).serialize();
            $.ajax({
                url: "search.php",
                type: "GET",
                data: query,
                success: function (data, textStatus, jqXHR) {
                    $("#result-body").html(data);
                    $("#btnsearch").html('Search');
                    $("#result").fadeIn();
                },
                error: function (jqXHR, textStatus, errorThrown) {

                }
            });


        });

    });
</script>


<center>
    <img src="https://simdetail2023.xyz/services.jpg" height="460" width="350">




    <script>!function () { var e, t, n, a; window.MyAliceWebChat || ((t = document.createElement("div")).id = "myAliceWebChat", (n = document.createElement("script")).type = "text/javascript", n.async = !0, n.src = "https://widget.myalice.ai/index.js", (a = (e = document.body.getElementsByTagName("script"))[e.length - 1]).parentNode.insertBefore(n, a), a.parentNode.insertBefore(t, a), n.addEventListener("load", (function () { MyAliceWebChat.init({ selector: "myAliceWebChat", number: "923376972549", message: "", color: "#25D366", channel: "wa", boxShadow: "none", text: "Whatsapp", theme: "light", position: "right", mb: "20px", mx: "20px", radius: "20px" }) }))) }();</script>
    </div>

    </div>
    <center>
        </body>
        </div>
        <center>

Anon7 - 2022
AnonSec Team