Server IP : 103.6.199.200 / Your IP : 3.135.184.195 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/tradepan/gotonepay.com/wwwroot/ |
Upload File : |
<?PHP $merchantcode = $_REQUEST["MerchantCode"]; $paymentid = $_REQUEST["PaymentId"]; $refno = $_REQUEST["RefNo"]; $amount = $_REQUEST["Amount"]; $ecurrency = $_REQUEST["Currency"]; $remark = $_REQUEST["Remark"]; $transid = $_REQUEST["TransId"]; $authcode = $_REQUEST["AuthCode"]; $estatus = $_REQUEST["Status"]; $errdesc = $_REQUEST["ErrDesc"]; $signature = $_REQUEST["Signature"]; ?> <html> <body> Response is<br/> <?=$paymentid ?> </body> </html>