Hi Forum!
I have a PHP Script for dynamic m3u8 link. It is working on my home server (local server), but if i upload the script on WEB PHP Server, don't working.
What can i modify the Script to Work?
Thanks advance!
'
PHP Code:
<?php
$site = file_get_contents("http://www.onlinetvler.com/star-hd");
preg_match('/file":"(.*?)"/', $site, $icerik);
$baglanti=$icerik[1];
header("Location: $baglanti");
?>
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
M3U8 via PHP (get_file_contents) vs. web browser gives different session
By ozzier in forum Video Streaming DownloadingReplies: 9Last Post: 14th Jul 2016, 05:58 -
how to downlaod script of adobeHDS.php
By daj38 in forum Video Streaming DownloadingReplies: 9Last Post: 24th Apr 2016, 05:08 -
new free open source php script to create teams to make subtitles online
By realmatrix in forum SubtitleReplies: 0Last Post: 27th Jan 2014, 16:32 -
How can i Use VDub Script[.vcf] into Avisynth Script[.avs] ( Megui )
By Maskoff in forum EditingReplies: 1Last Post: 25th Jun 2013, 15:30 -
trouble adding a different script to a trimmed section in my script
By unclescoob in forum RestorationReplies: 20Last Post: 11th Aug 2012, 22:59