]]jkjjgdjffksdkdxmnnnnnnnnnnnmnmmnmnmnmnmbnwqeqwewqskfgj
במ12[cvbnvbnvbnvbnnmnnmnmnnmnmnmnmnmnmmnnmnmnmqewv;'
/
home2
/
officir
/
public_html
/
iranloole.ir
/
Upload FileeE
HOME
<?php @session_start(); $zarinpalcode = '79901ebc-2d24-11e6-9bc7-005056a205be'; //$redi$redirectAddress = 'https://www.daneshkabir.com/pkh/shop_daneshkabir/shop/verify.php?orderid='.$_POST['nofactor'] ; $amount = $_POST['price2']; $orderid = $_SESSION["orderid"]; $_SESSION["amount"]=$amount; $redirectAddress = 'http://khorshidfard.ir/digikala2/verify.php?orderid='.$orderid ; // $amount = $_GET['amount']/10; $description= "فاکتور خرید شما"; require_once('nusoap/nusoap.php'); // echo "amount 0 = ".$description; $client = new nusoap_client('https://de.zarinpal.com/pg/services/WebGate/wsdl', 'wsdl'); $client->soap_defencoding = 'UTF-8'; $result = $client->call('PaymentRequest', array( array( 'MerchantID' => $zarinpalcode, 'Amount' => $amount, 'Description' => $description, 'Email' => '', 'Mobile' => '', 'CallbackURL' => $redirectAddress ) ) ); if ( $result['Status'] == 100){ $Authority = $result['Authority']; Header('Location: https://www.zarinpal.com/pg/StartPay/'.$Authority); }else { echo'ERR: '.$result['Status']; include "index.php"; }