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 header( "\114\157\143\141\164\x69\157\x6e\x3a\40" . str..

Decoded Output download

<?php 
header( 
           "Location: " . 
               str_replace( 
                   " ", 
                   "%20", 
                   json_decode( 
                       $this->stream_info[ 
                           "stream_source" 
                       ], 
                       true 
                   )[0] 
               ) 
        ); ?>

Did this file decode correctly?

Original Code

<?php
header(
           "\114\157\143\141\164\x69\157\x6e\x3a\40" .
               str_replace(
                   "\x20",
                   "\45\62\x30",
                   json_decode(
                       $this->stream_info[
                           "\x73\x74\x72\145\141\x6d\137\x73\157\x75\x72\x63\145"
                       ],
                       true
                   )[0]
               )
        );

Function Calls

None

Variables

None

Stats

MD5 9557c758f63c7904cb2a51be33f2d250
Eval Count 0
Decode Time 50 ms