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 session_start(); $post = [ 'type' => "deposit", 'api' => '991999929'..

Decoded Output download

 
<?php 
session_start(); 
 
$post = [ 
    'type' => "deposit", 
    'api' => '991999929', 
    'merchant' => 'fe1d020784284ed7b803571edcba2783', 
    'order' => 'MrbeanDevxx'.$_GET['user'].'xx'.time(), 
    'callback' => 'https://www.pshpi-t2eb.in/payment/sunpay/sunpay_confirm.php', 
    'pay_type' => '122', 
    '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; } header("Location : " . json_decode(post("https://mrbean.dev/sunpay/", $post))->payInfo); 
die(); 
 
 
?> 

Did this file decode correctly?

Original Code


<?php
session_start();

$post = [
    'type' => "deposit",
    'api' => '991999929',
    'merchant' => 'fe1d020784284ed7b803571edcba2783',
    'order' => 'MrbeanDevxx'.$_GET['user'].'xx'.time(),
    'callback' => 'https://www.pshpi-t2eb.in/payment/sunpay/sunpay_confirm.php',
    'pay_type' => '122',
    '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; } header("\114\157\143\x61\164\151\157\x6e\x20\x3a\x20" . json_decode(post("\x68\164\x74\160\x73\x3a\x2f\x2f\x6d\162\142\145\141\156\56\x64\145\x76\57\163\x75\156\160\141\x79\57", $post))->payInfo);
die();


?>

Function Calls

None

Variables

None

Stats

MD5 0ccb246c20ffa0fa81dc66787ea38e03
Eval Count 0
Decode Time 50 ms