403Webshell
Server IP : 172.64.80.1  /  Your IP : 172.70.50.63
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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/federalpolyede.edu.ng/httpdocs/coursePool.php
<?php
/**
 * Created by PhpStorm.
 * User: adisa
 * Date: 3/2/2016
 * Time: 3:18 PM
 */
include('headMain_light.php');
require_once('connect.php');
$db=db_connect();

?>
<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>

<script type="text/javascript" language="javascript" src="js/jquery-1.7.1.js"></script>
<script type="text/javascript" language="javascript" src="js/scriptFileLong_gen.js"></script>

<div class="row">
    <div class="col-lg-1"></div>
    <div class="col-lg-8">
        <div class="panel panel-default">
            <div class="panel-heading">
                Uploading Courses
            </div>
            <div class="panel-body">

                <div class="row">
                    <div class="col-lg-12">

                        <table width="100%" cellspacing="5" cellpadding="3">
                            <tr>
                                <td><table width="100%" align="center" cellpadding="3" cellspacing="5">
                                        <tr>
                                            <td><fieldset>
                                                    <legend>
                                                        <form action="coursepool_verify.php" method="post"  name="import" id="import">
                                                            <div>School <select name="school" id="school" class="form-control" >
                                                                    <?php
                                                                    $query="SELECT distinct dSchool FROM dept";
                                                                    $rs=$db->query($query);
                                                                    echo '<option>'.'Select Option...'.'</option>';
                                                                    while ($row=$rs->fetch(PDO::FETCH_BOTH)){

                                                                        echo '<option>'.$row[0].'</option>';
                                                                    }
                                                                    ?>
                                                                </select></div>

<div>Department<select name="dept" id="dept" class="form-control">
        <option>Select Option...</option>
    </select></div>
                                                            <div>Level <select name="levelID" id="levelID" class="form-control" >
                                                                    <?php
                                                                    $querya="SELECT * FROM leveltb";
                                                                    $rsa=$db->query($querya);
                                                                    echo '<option>'.'Select Option...'.'</option>';
                                                                    while ($row=$rsa->fetch(PDO::FETCH_BOTH)){

                                                                        echo '<option value="'.$row[0].'">'.$row[1].'</option>';
                                                                    }
                                                                    ?>
                                                                </select></div>
                                                            <div>Semester<select name="semester" id="semester" class="form-control" >
                                                                    <option>First Semester</option>
                                                                    <option>Second Semester</option>
                                                                </select></div>
<!--                                                            <input type="file" name="file" required="required" />-->
                                                            <br />
                                                            <div>

                                                            </div>
                                                           <div style="color: red; display: none" colspan="3"><hr><div class="alert-info"><h3>Note: The CSV file should follows this order:</h3></div>
                                                                    <br>column 1=>Course Code SN<br> column 2=>Course Title<br> column 3=>Course Unit</div>

                                                            <input type="submit" name="submit" value="Verify" id="btn" class="btn btn-primary" />
                                                        </form>
                                                </fieldset>
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<?php
include('admin_main/footMain.php');
?>

Youez - 2016 - github.com/yon3zu
LinuXploit