| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/albaniatravel.com/albanian/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>PayFor - 3D Host Payment Page</title>
<link href="Site.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Language" content="tr">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-9">
</head>
<body>
<center>
<?php
if(($_POST["3DStatus"] == "1"))
{
?>
<h2><b>3D User Authentication Successful</b></h2>
<?php
}
else
{
?>
<h2><b>3D User Authentication Failed</b></h2>
<?php
}
?>
<?php
if(($_POST["ProcReturnCode"] == "00"))
{
?>
<h2><b>Payment Successful</b></h2>
<?php
}
else
{
?>
<h2><b>Payment Failed</b></h2>
<?php
}
?>
<table class="tableClass">
<tr>
<td colspan="2">
<h1>PayFor - Return Paramters</h1>
</td>
</tr>
<tr>
<td style="text-align: right"><b>Parameter Name</b></td>
<td style="text-align: left"><b>Paramter Value</b></td>
</tr>
<?php
$odemeparametreleri = array("AuthCode", "Response", "HostRefNum", "ProcReturnCode", "TransId", "ErrorMessage");
foreach($_POST as $key => $value)
{
if($key=="AuthCode" or $key=="Response" or $key=="HostRefNum" or $key=="ProcReturnCode" or $key=="TransId" or $key=="ErrorMessage")
echo "<tr><td style='text-align: right'>".$key."</td><td style='text-align: left'>".$value."</td></tr>";
else
echo "<tr><td style='text-align: right'>".$key."</td><td style='text-align: left'>".$value."</td></tr>";
}
?>
</table>
</center>
</body>
</html>