广电云长沙电视台节目源PHP代理

《广电云长沙电视台节目源PHP代理》

访问地址格式:http://自己的服务器地址/hncs.php?id=XXX

id 频道
346 长沙新闻频道
348 长沙政法频道
349 长沙女性频道
350 长沙影视频道
354 长沙磁浮电视
355 长沙地铁电视
356 长沙嘉丽购物
357 长沙移动电视

<?php
$id=$_GET[id];
$url = 'https://1812501212048408.cn-hangzhou.fc.aliyuncs.com/2016-08-15/proxy/node-api.online/node-api/tv/channelInfo?id='.$id;
$data = file_get_contents($url);
preg_match('/playUrl":"(.*?)"/',$data,$m);
header('location:'.urldecode($m[1]));
?>

下载 PHP文件 (访问密码:5678)

  1. alen说道:

    请问如何套进ckplayer?

  2. 佳捷士说道:

    有新的淘电影系列源吗

  3. 袁豆小不点说道:

    Notice: Use of undefined constant id - assumed 'id' in D:\wwwroot\v8040194\wwwroot\hncs.php on line 2

    Warning: file_get_contents() [function.file-get-contents]: SSL operation failed with code 1. OpenSSL Error messages: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version in D:\wwwroot\v8040194\wwwroot\hncs.php on line 4

    Warning: file_get_contents() [function.file-get-contents]: Failed to enable crypto in D:\wwwroot\v8040194\wwwroot\hncs.php on line 4

    Warning: file_get_contents(https://1812501212048408.cn-hangzhou.fc.aliyuncs.com/2016-08-15/proxy/node-api.online/node-api/tv/channelInfo?id=346) [function.file-get-contents]: failed to open stream: operation failed in D:\wwwroot\v8040194\wwwroot\hncs.php on line 4

    Notice: Undefined offset: 1 in D:\wwwroot\v8040194\wwwroot\hncs.php on line 6

    提示错误呢

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注