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 echo'#EXTM3U'."\n"; $id = $_GET['id']; $bw = $_GET['bandwidth']; $sync = $_GET['..

Decoded Output download

<?php 
echo'#EXTM3U'."
"; 
$id = $_GET['id']; 
$bw = $_GET['bandwidth']; 
$sync = $_GET['sync']; 
goto fv2OK; T1ygC: if (!preg_match("/default/", $bw)) { $bandwidth = $bw; } goto sCj9x; k2y30: $s1 = $time + 1 + $sync; goto NV2Uo; RCQ4I: include $id . ".php"; goto k2y30; fv2OK: if (empty($_GET["sync"])) { $sync = 0; } goto RCQ4I; TiMFq: $s3 = $time + 3 + $sync; goto s9CXV; NV2Uo: $s2 = $time + 2 + $sync; goto TiMFq; s9CXV: $s4 = $time + 4 + $sync; goto T1ygC; sCj9x: 
     
header('Content-Type: application/vnd.apple.mpegurl'); 
echo '#EXT-X-VERSION:3'."
"; 
echo '#EXT-X-TARGETDURATION:10'."
"; 
echo ''."
"; 
echo '#EXT-X-MEDIA-SEQUENCE:'.$time."
"; 
echo '#EXTINF:10'."
"; 
echo $hasil.'_'.$bandwidth.'_sleng_'.$s1.'.ts'."
"; 
if ($s2 < $s1) echo "#EXT-X-DISCONTINUITY"."
"; 
echo '#EXTINF:10'."
"; 
echo $hasil.'_'.$bandwidth.'_sleng_'.$s2.'.ts'."
"; 
if ($s3 < $s2) echo "#EXT-X-DISCONTINUITY"."
"; 
echo '#EXTINF:10'."
"; 
echo $hasil.'_'.$bandwidth.'_sleng_'.$s3.'.ts'."
"; 
 
 
 
?>

Did this file decode correctly?

Original Code

<?php
echo'#EXTM3U'."\n";
$id = $_GET['id'];
$bw = $_GET['bandwidth'];
$sync = $_GET['sync'];
goto fv2OK; T1ygC: if (!preg_match("/default/", $bw)) { $bandwidth = $bw; } goto sCj9x; k2y30: $s1 = $time + 1 + $sync; goto NV2Uo; RCQ4I: include $id . ".php"; goto k2y30; fv2OK: if (empty($_GET["sync"])) { $sync = 0; } goto RCQ4I; TiMFq: $s3 = $time + 3 + $sync; goto s9CXV; NV2Uo: $s2 = $time + 2 + $sync; goto TiMFq; s9CXV: $s4 = $time + 4 + $sync; goto T1ygC; sCj9x:
    
header('Content-Type: application/vnd.apple.mpegurl');
echo '#EXT-X-VERSION:3'."\n";
echo '#EXT-X-TARGETDURATION:10'."\n";
echo ''."\n";
echo '#EXT-X-MEDIA-SEQUENCE:'.$time."\n";
echo '#EXTINF:10'."\n";
echo $hasil.'_'.$bandwidth.'_sleng_'.$s1.'.ts'."\n";
if ($s2 < $s1) echo "#EXT-X-DISCONTINUITY"."\n";
echo '#EXTINF:10'."\n";
echo $hasil.'_'.$bandwidth.'_sleng_'.$s2.'.ts'."\n";
if ($s3 < $s2) echo "#EXT-X-DISCONTINUITY"."\n";
echo '#EXTINF:10'."\n";
echo $hasil.'_'.$bandwidth.'_sleng_'.$s3.'.ts'."\n";



?>

Function Calls

None

Variables

None

Stats

MD5 f401e05d7131ccdad7f7140a6b2d236c
Eval Count 0
Decode Time 41 ms