/home/techb158/exp.abdallabala.com/application/lib/misc
Edit: /home/techb158/exp.abdallabala.com/application/lib/misc/ccsubmit.php (1359B)
";
for($i = 0; $i < $dataSize; $i++)
{
$information=explode('=',$decryptValues[$i]);
if($i==3) $order_status=$information[1];
}
if($order_status==="Success")
{
echo "
Thank you for shopping with us. Your credit card has been charged and your transaction is successful. We will be shipping your order to you soon.";
}
else if($order_status==="Aborted")
{
echo "
Thank you for shopping with us.We will keep you posted regarding the status of your order through e-mail";
}
else if($order_status==="Failure")
{
echo "
Thank you for shopping with us.However,the transaction has been declined.";
}
else
{
echo "
Security Error. Illegal access detected";
}
echo "
";
echo "
";
for($i = 0; $i < $dataSize; $i++)
{
$information=explode('=',$decryptValues[$i]);
echo '| '.$information[0].' | '.urldecode($information[1]).' |
';
}
echo "
";
echo "";
?>