| Server IP : 172.64.80.1 / Your IP : 172.71.120.136 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 : |
<?php
ob_start();
include('headMain.php');
$levelID=$_SESSION['levelID'];
$coursek= strtoupper($_SESSION['course']);
echo 'am here';
die();
//require( 'closedSemester.php');
//die();
$sqlr=$db->query("select late from realdata where matNo='$matNo' and late=1");
$numr=$sqlr->rowCount();
echo $numr;
die();
if ($numr==1){
$matno = $_SESSION['matNo'];
$kkk = $db->query("select * from realdata where matNo='$matno'");
$countkkk = $kkk->rowCount();
if ($countkkk == 0) {
// die("Registration for returning students has not started");
// echo $countkkk;
die();
}
$close = $db->query("select * from admitted where schlClose=1 and formNo='$matno'");
// $hh="select * from admitted where schlClose=1 and formNo='$matno'";
$close = $close->rowCount();
//die();
//}
//die("<h1>The Page cannot be accessed presently, Contact Administrator</h1>");
$levelTest = $levelID;
switch ($levelID) {
case 1:
$lateStatus = 1;
break;
case 2:
$lateStatus = 0;
echo $coursek;
if (($coursek == 'ACCOUNTANCY') or ($coursek == 'BANKING AND FINANCE') or ($coursek == 'BUSINESS ADMINISTRATION AND MGT.') or ($coursek == 'OFFICE TECHNOLOGY AND MANAGEMENT')) {
$lateStatus = 1;
}
break;
case 3:
$lateStatus = 1;
break;
case 4:
$lateStatus = 1;
break;
case 5:
$lateStatus = 1;
break;
case 6:
$lateStatus = 1;
break;
case 7:
$lateStatus = 1;
break;
case 8:
$lateStatus = 1;
break;
case 9:
$lateStatus = 0;
if (($coursek == 'ACCOUNTANCY') or ($coursek == 'BANKING AND FINANCE') or ($coursek == 'BUSINESS ADMINISTRATION AND MGT.') or ($coursek == 'OFFICE TECHNOLOGY AND MANAGEMENT')) {
$lateStatus = 1;
}
break;
case 10:
$lateStatus = 1;
break;
}
$late_reg = $db->query("select * from remitaorder where regNo='$matNo'and paymenttype='Late Registration Penalty Charges' and transApproved='True'and `pay_session`='$asession' and status<>'Re-fund' ");
$late_reg_count = $late_reg->rowCount();
$late_reg_count . '===' . $lateStatus . '==' . $close;
//die();
if (($late_reg_count == 0) and ($lateStatus == 1) and ($close <> 1)) {
// header('location:late_remitaPayment.php');
include('footMain.php');
die();
}
?>
<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_schoolFees.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'];
$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");
$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='3'");
$sdouble_fetch = $sdouble->fetch(PDO::FETCH_BOTH);
$rdouble = $sdouble->rowCount();
if ($rdouble > 0) {
$matno = $sdouble_fetch['matNo'];
$_SESSION['matNo'] = $matno;
// $formNo=$sdouble_fetch['formNo'];
}
$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();
require_once('check_amount.php');
if (($q_num > 0) and ($k_amount <= 0)) {
echo "Payment Has Been Made, Proceed to Registration";
} else {
//check status repeater
//$session_split=explode('/',$asession);
// $session_gena=$session_split[0]-1;
//$session_genb=$session_split[1]-1;
$session_gen = $session_gena . '/' . $session_genb;
$checkRemark = "select * from rawcgpa where matNo='$matno' and `remark` LIKE 'REPE%' and asession='$session_gen'";
$resultRemark = $db->query($checkRemark);
//echo $checkRemark;
$numRemark = $resultRemark->rowCount();
if (($numRemark > 0) and ($levelID <> 9) and ($levelID <> 2) and ($levelID <> 7) and ($levelID <> 6)) {
$remark = 'Repeater';
// echo $levelID;
$_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';
}
// echo $remark;//End status
//echo $formNo;
// echo $asession;
echo $remark;
// echo $levelID;
$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();
if ($numAmount > 0) {
//echo $remark;
// $amount=$_SESSION['amount']= $resultAmount_fetch['amount'];//+5000;
$amount = $_SESSION['amount'] = $k_amount;
$_SESSION['amount1'] = $amount + 500;
?>
<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='3'");
$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="<?php echo $amount?>"
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="500"
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 + 500;?>"
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"> </td>
</tr>
<?php } else {
?>
<tr>
<td> </td>
<td> </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
}else{
echo "<div align='center'><h2 style='color: red'>2017/2018 First Semester Registration Has eClosed</h2></div>";
}
include('footMain.php');
ob_end_flush();
?>
</div>