| Server IP : 172.64.80.1 / Your IP : 108.162.241.66 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/ace_admin_student/ |
Upload File : |
<?php
//$terminal_id=$_GET['terminal_id'];
//$orderID=$_GET['$orderID']
//?>
<!--<form method = "POST" action= "https://etranzact.net/WebConnectPlus/query.jsp">-->
<!-- <input type=hidden name = "TERMINAL_ID" value="--><?php //echo $terminal_id;?><!--">-->
<!-- <input type=hidden name = "TRANSACTION_ID" value="--><?php //echo $orderID;?><!--">-->
<!--<!-- <input type=hidden name= "RESPONSE_URL" value="http://www.mywebsite.com/processQuery.jsp">-->-->
<!-- <input type=hidden name= "RESPONSE_URL" value="https://www.federalpolyede.edu.ng/ace_admin_student/responseBankIT.php">-->
<!-- <input type="submit">-->
<!---->
<!--</form>-->
<?php
session_start();
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Making Payment via eTranzact</title>
</head>
<body topmargin="0" leftmargin="0" >
<?php
//Generate your own unique transId per transaction.
$responseurl = "https://www.federalpolyede.edu.ng/ace_admin_student/responseBankItQuery.php";
//$terminalId =7000000212&TRANSACTION_ID=13718DB29B
$transId = $_GET['orderID'];
$terminalId = $_GET['terminal_id'];
//die();
echo "<form method='POST' action=' https://www.etranzact.net/webconnect/v3/query.jsp'>";
echo "<input type='hidden' name='TERMINAL_ID' value='".$terminalId."'>";
//echo "<input type='hidden' name = 'CONFIRMATION_NO' value='".$transId."'>";
echo "<input type='hidden' name = 'TRANSACTION_ID' value='".$transId."'>";
echo "<input type='hidden' name = 'RESPONSE_URL' value='".$responseurl."'>";
echo "</form>";
echo "<script language='javascript'>";
echo "var form = document.forms[0];";
echo "form.submit()</script>";
session_register("transId");
?>
</body>
</html>