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

Signing you up...

Thank you for signing up!

PHP Decode

type: "flash", src: "http://www.mytrans.com/js/player2.swf", config:..

Decoded Output download

<?  type: "flash", 
          src: "http://www.mytrans.com/js/player2.swf", 
          config: { 
            provider: "rtmp", 
                        streamer: "rtmp://live.mytrans.com/live/", 
                        image: "http://www.mytrans.com//images/forground_trans7.jpeg", 
            levels: [ 
                                                        { bitrate:796, file:'trans7.sdp', height:480, width:640 } 
                              ,              { bitrate:696, file:'[email protected]', height:480, width:640 } 
                              ,              { bitrate:496, file:'[email protected]', height:480, width:640 } 
                              ,              { bitrate:346, file:'[email protected]', height:360, width:480 } 
                              ,              { bitrate:264, file:'[email protected]', height:240, width:320 } 
                              ,              { bitrate:214, file:'[email protected]', height:240, width:320 } 
                              ,              { bitrate:192, file:'[email protected]', height:180, width:320 } 
                                      ] 
          } 
        }, 
        { 
          type: "html5", 
          config: { 
                        autostart: "1", 
                        file: "http://live.mytrans.com/live/trans7.sdp/playlist.m3u8", 
            provider: "video", 
            image: "http://www.mytrans.com//images/forground_trans7.jpeg" 
          } 
        } 
      ] 
    }); 
 
  } ?>

Did this file decode correctly?

Original Code

type: "flash",
          src: "http://www.mytrans.com/js/player2.swf",
          config: {
            provider: "rtmp",
                        streamer: "\x72\x74\x6d\x70\x3a\x2f\x2f\x6c\x69\x76\x65\x2e\x6d\x79\x74\x72\x61\x6e\x73\x2e\x63\x6f\x6d\x2f\x6c\x69\x76\x65\x2f",
                        image: "http://www.mytrans.com//images/forground_trans7.jpeg",
            levels: [
                                                        { bitrate:796, file:'\x74\x72\x61\x6e\x73\x37\x2e\x73\x64\x70', height:480, width:640 }
                              ,              { bitrate:696, file:'\x74\x72\x61\x6e\x73\x37\x40\x32\x2e\x73\x64\x70', height:480, width:640 }
                              ,              { bitrate:496, file:'\x74\x72\x61\x6e\x73\x37\x40\x33\x2e\x73\x64\x70', height:480, width:640 }
                              ,              { bitrate:346, file:'\x74\x72\x61\x6e\x73\x37\x40\x34\x2e\x73\x64\x70', height:360, width:480 }
                              ,              { bitrate:264, file:'\x74\x72\x61\x6e\x73\x37\x40\x35\x2e\x73\x64\x70', height:240, width:320 }
                              ,              { bitrate:214, file:'\x74\x72\x61\x6e\x73\x37\x40\x36\x2e\x73\x64\x70', height:240, width:320 }
                              ,              { bitrate:192, file:'\x74\x72\x61\x6e\x73\x37\x40\x37\x2e\x73\x64\x70', height:180, width:320 }
                                      ]
          }
        },
        {
          type: "html5",
          config: {
                        autostart: "1",
                        file: "\x68\x74\x74\x70\x3a\x2f\x2f\x6c\x69\x76\x65\x2e\x6d\x79\x74\x72\x61\x6e\x73\x2e\x63\x6f\x6d\x2f\x6c\x69\x76\x65\x2f\x74\x72\x61\x6e\x73\x37\x2e\x73\x64\x70\x2f\x70\x6c\x61\x79\x6c\x69\x73\x74\x2e\x6d\x33\x75\x38",
            provider: "video",
            image: "http://www.mytrans.com//images/forground_trans7.jpeg"
          }
        }
      ]
    });

  }

Function Calls

None

Variables

None

Stats

MD5 50834a498e41792c6d32b101768a7627
Eval Count 0
Decode Time 105 ms