где моя ошибка
function KtvFunctions($username, $password, $cookie = "", $traces = false) {
$this->username = $username;
$this->pass = $pass;
$this->cookie = $cookie;
$this->traces = $traces;
}
function setTimeShift($timeShift) {
$url = "http://iptv.kartina.tv/api/xml/";
$url .= "?act=x_set_timeshift&m=clients&ts=$timeShift";
return $this->getData($url, "(setting) time shift $timeShift");
получаю вот такой ответ
<br />
<b>Warning</b>: fopen(http://iptv.kartina.tv/api/xml?act=x_set_timeshift&m=clients&ts=0) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in <b>/MMP/httpd/m3u/ktvFunctions.inc</b> on line <b>105</b><br />
Cannot open