Файловый менеджер - Редактировать - /home/d46091/e-udyogaadhaar.com/cashfree-campaign-notification.php
Назад
<?php include_once('./config.php'); $secretKey = '2895ba5dc03b748cc2bc7be6b6a2e1432013b8e9'; $orderId = $_POST["orderId"]; $orderAmount = $_POST["orderAmount"]; $referenceId = $_POST["referenceId"]; $txStatus = $_POST["txStatus"]; $paymentMode = $_POST["paymentMode"]; $txMsg = $_POST["txMsg"]; $txTime = $_POST["txTime"]; $signature = $_POST["signature"]; $data = $orderId.$orderAmount.$referenceId.$txStatus.$paymentMode.$txMsg.$txTime; $hash_hmac = hash_hmac('sha256', $data, $secretKey, true) ; $computedSignature = base64_encode($hash_hmac); if ($signature == $computedSignature) { if ($txStatus == 'SUCCESS') { $sql = "SELECT * FROM msme_form WHERE order_id = '".$orderId."'"; $result = $conn->query($sql); $row = $result->fetch_assoc(); $post = [ "account_id" => '108938a3b786b5731b01340a59839801', "event" => "SUCCESS", "payment_id" => $referenceId, "order_id" => $orderId, "amount" => $orderAmount, "email" => $row['email_id'], "mobile" => $row['mobile_number'] ]; //crm11--------------------------------------------- if ($_SERVER['HTTP_HOST'] == 'localhost') { $ch = curl_init('http://localhost/crm11.techlounge.co.in/api/cashfree-notification.php'); } else { $ch = curl_init('https://crm11.techlounge.co.in/api/cashfree-notification.php'); } curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $post); $response = curl_exec($ch); curl_close($ch); $response; //----------------------------------------------------------------------- if ($_SERVER['HTTP_HOST'] == 'localhost') { $ch = curl_init('http://localhost/crm2.techlounge.co.in/api/cashfree-notification.php'); } else { $ch = curl_init('https://crm2.techlounge.co.in/api/cashfree-notification.php'); } curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $post); $response = curl_exec($ch); curl_close($ch); $response; } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.32 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка