403Webshell
Server IP : 172.64.80.1  /  Your IP : 172.70.127.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_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.php
<?php
session_start();
$transID=$_SESSION['transID'];
$surname=$_SESSION['surname'];
$otherNames=$_SESSION['otherNames'];
$dept=$_SESSION['dept'];
$gsm=$_SESSION['gsm'];
$email=$_SESSION['email'];
$formType=$_SESSION['formType'];
?>
<!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/Fedpoly%20ede.png);
        }
    </style>
</head>
<body>
<table width="90%" align="center" cellpadding="3" cellspacing="5" background="../images/ba.png">
    <tr>
        <td>
            <table width="100%" cellspacing="5" cellpadding="3">

                <tr>
                    <td>
                        <table width="100%" cellspacing="5" cellpadding="3">
                            <tr align="center">
                                <td><!-- InstanceBeginEditable name="EditRegion3" -->
                                    <script type="text/javascript" language="javascript"
                                            src="../js/jquery-1.7.1.js"></script>
                                    <script type="text/javascript" language="javascript"
                                            src="../js/scriptFile.js"></script>
                                    <script type="text/javascript" language="javascript"
                                            src="../js/scriptLga.js"></script>
                                    <script type="text/javascript" language="javascript"
                                            src="../js/scriptPicture.js"></script>
                                    <div class="container">
                                        <div class="row">
                                            <div class="col-md-10 col-md-offset-1">
                                                <div class="login-panel panel panel-default">
                                                    <div class="panel-heading">
                                                        <h3 class="panel-title">Registration Form</h3>
                                                    </div>
                                                    <div class="panel-body">
                                                        <?php
                                                        require_once('../connect.php');
                                                        $_SESSION['ptype'] = $formType;
                                                        $db = db_connect();
                                                        $k=1;
                                                      //  if (($formType<>'utmeForm') or ($formType<>'hndForm')){
                                                        //=======================================Admitted Already Area
                                                        $qk=$db->query("select formNo from admitted where formNo='$transID'")->rowCount();
                                                       // $d="select formNo from admitted where formNo='transID'";
                                                       // echo $d;


                                                        //=======================================End==================


                                                        if (($k==1) or ($qk==1)){
                                                        ?>
                                                        <form role="form" action="processpaymentForm.php" method="post"
                                                              enctype="multipart/form-data" name="form1" id="form1">
                                                            <fieldset>
                                                                <div class="form-group"></div>
                                                                <table width="90%" align="center" cellpadding="3"
                                                                       cellspacing="5">
                                                                    <tr>
                                                                        <td>
                                                                            <fieldset>
                                                                                <legend></legend>
                                                                                <!--  <form id="form1" name="form1" method="post" action="processpayment.php">-->


                                                                                <table width="100%" cellspacing="5"
                                                                                       cellpadding="3">
                                                                                    <?php

                                                                                    // echo $transID.'<br>';
                                                                                    // echo $formType;
                                                                                    $query_k = $db->query("select * from 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();
                                                                                    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');
                                                                                        die();
                                                                                    } else {
                                                                                        if ($formType == 'utmeForm') {
                                                                                            $_SESSION['amount'] = $amount = 2000.00;
                                                                                        }
                                                                                        else if ($formType == 'remForm') {
                                                                                                $_SESSION['amount'] = $amount = 5000.00;
                                                                                        } else {
                                                                                            $_SESSION['amount'] = $amount = 10000.00;
                                                                                        }
                                                                                    }
                                                                                    ?>

                                                                                    <tr>
                                                                                        <td>&nbsp;</td>
                                                                                        <td>&nbsp;</td>
                                                                                        <td><b><h3> Amount
                                                                                                    Expected: <?php echo $amount; ?></h3>
                                                                                            </b></td>
                                                                                    </tr>

                                                                                    <tr>
                                                                                        <td colspan="3">
                                                                                            <table width="90%"
                                                                                                   align="center">
                                                                                                <tbody>
                                                                                                <tr>
                                                                                                    <td>Payer Name:</td>
                                                                                                    <td colspan="3">
                                                                                                        <input
                                                                                                            name="payerName"
                                                                                                            type="text"
                                                                                                            class="form-control"
                                                                                                            value="<?php echo $surname . ' ' . $otherNames;?>"
                                                                                                            size="45"
                                                                                                            readonly="readonly"
                                                                                                            id="txtRound"/>
                                                                                                    </td>
                                                                                                </tr>
                                                                                                <tr>
                                                                                                    <td width="200">
                                                                                                        Payer Email:
                                                                                                        <font
                                                                                                            color="red">*</font>
                                                                                                    </td>
                                                                                                    <td><input
                                                                                                            name="payerEmail"
                                                                                                            required="required"
                                                                                                            class="form-control"
                                                                                                            type="email"
                                                                                                            id="txtRound"/>
                                                                                                    </td>
                                                                                                </tr>
                                                                                                <tr>
                                                                                                    <td width="200">
                                                                                                        Payer Phone:
                                                                                                    </td>
                                                                                                    <td><input
                                                                                                            name="payerPhone"
                                                                                                            type="text"
                                                                                                            class="form-control"
                                                                                                            id="txtRound"/>
                                                                                                    </td>
                                                                                                </tr>


                                                                                                <tr>
                                                                                                    <td width="200">
                                                                                                        Total Amount:
                                                                                                        <font
                                                                                                            color="red">*</font>
                                                                                                    </td>
                                                                                                    <td id="amt1"><input
                                                                                                            name="amt"
                                                                                                            class="form-control"
                                                                                                            type="text"
                                                                                                            required="required"
                                                                                                            value="<?php echo $amount;?>"
                                                                                                            readonly="readonly"
                                                                                                            id="amt"/>
                                                                                                    </td>
                                                                                                </tr>
                                                                                                <tr>
                                                                                                    <td width="200">
                                                                                                        Payment Type:
                                                                                                    </td>
                                                                                                    <td><select
                                                                                                            class="required-entry form-control"
                                                                                                            title="Credit Card Type"
                                                                                                            name="paymenttype"
                                                                                                            id="paymenttype"
                                                                                                            autocomplete="off">
                                                                                                            <option>--
                                                                                                                Select
                                                                                                                Payment
                                                                                                                Type --
                                                                                                            </option>
                                                                                                            <option
                                                                                                                value="VERVE">
                                                                                                                Verve
                                                                                                                Card
                                                                                                            </option>
                                                                                                            <option
                                                                                                                value="VISA">
                                                                                                                Visa
                                                                                                            </option>
                                                                                                            <option
                                                                                                                value="MASTERCARD">
                                                                                                                MasterCard
                                                                                                            </option>
                                                                                                            <option
                                                                                                                value="POCKETMONI">
                                                                                                                PocketMoni
                                                                                                            </option>
                                                                                                            <option
                                                                                                                value="POS">
                                                                                                                POS
                                                                                                            </option>
                                                                                                            <option
                                                                                                                value="ATM">
                                                                                                                ATM
                                                                                                            </option>
                                                                                                            <option
                                                                                                                value="BANK_BRANCH">
                                                                                                                BANK
                                                                                                                BRANCH
                                                                                                            </option>
                                                                                                            <option
                                                                                                                value="BANK_INTERNET">
                                                                                                                BANK
                                                                                                                INTERNET
                                                                                                            </option>
                                                                                                            <option
                                                                                                                value="REMITA_PAY">
                                                                                                                Remita
                                                                                                                Account
                                                                                                                Transfer
                                                                                                            </option>
                                                                                                        </select></td>
                                                                                                </tr>
                                                                                                <tr>
                                                                                                    <td></td>
                                                                                                    <td colspan="1"
                                                                                                        align="center">
                                                                                                        <p><input
                                                                                                                class="btn-primary btn-lg form-control"
                                                                                                                type="submit"
                                                                                                                name="input"
                                                                                                                value="Pay"
                                                                                                                id="button"/>
                                                                                                            <img
                                                                                                                src="../images/remitaLogo.jpg"
                                                                                                                alt=""
                                                                                                                width="418"
                                                                                                                height="90"/>
                                                                                                           <?php
                                                                                                           }else{
                                                                                                               echo "<h2 style='display: none'>Sorry, Post UTME and HND Screening Form Have Closed</h2>";

                                                                                                            echo "<h2>Sorry, All Application Forms Have Closed</h2>";
                                                                                                        }
                                                                                                           ?>
                                                                                                        <p><?php
                                                                                                            //echo "<div style='color: red'>If you have made the payment, make sure you complete your form on or before Friday, 25th November, 2016</div>";
                                                                                                            echo ' <br /><a href="paymentHistoryForm.php"> Click Here to Complete/check Payment History</a>';?>
                                                                                                    </td>
                                                                                                </tr>
                                                                                                </tbody>
                                                                                            </table>
                                                                                        </td>
                                                                                    </tr>
                                                                                    <tr>
                                                                                        <td colspan="3">&nbsp;</td>
                                                                                    </tr>


                                                                                </table>
                                                                                <!--  </form>-->
                                                                            </fieldset>
                                                                        </td>
                                                                    </tr>
                                                                </table>
                                                            </fieldset>
                                                        </form>
                                                    </div>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </td>
    <tr>
        <td>
            <div class="col-lg-2 col-lg-offset-10">
                <a onclick="window.open('../chat/student_chat.php?chatwith=ICT ADMIN','_blank','height=500,width=430,left=10,top=10, resizable=no,scrollbars=no,titlebar=no, toolbar=no,menubar=no,location=no,directories=no,status=no');"
                   style="text-decoration:underline; cursor:pointer; font-weight:bold;">Online ICT
                    Support </a><br/><br/><!-- InstanceEndEditable --></div>
        </td>
    </tr>
    </tr>
</table>


</body>
<?php
//}else{
   // echo "<h2>Sorry, All Application Forms Have Closed</h2>";
//}
?>

<!-- jQuery -->
<script src="../bower_components/jquery/dist/jquery.min.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>

<!-- Metis Menu Plugin JavaScript -->
<script src="../bower_components/metisMenu/dist/metisMenu.min.js"></script>

<!-- Custom Theme JavaScript -->
<script src="../dist/js/sb-admin-2.js"></script>

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit