<?php
$site = file_get_contents("https://s9.fastplay.me/vod/v1xc4c0c117?r=4");
preg_match('#"file": "(.*?)"#',$site,$hexcode);
$code=preg_replace('/[\x00-\x1f]/', '?', $hexcode[1]);
echo $code;
?>Bu kodu önceden kullandığım zaman decode ediyordu şuande kodu oldugu gibi veriyor acaba sorun nerde ?