hmmm I tested in localhost and I find the problem:
Quote:
Fatal error: Maximum execution time of 60 seconds exceeded in .....................includes\class_anymedia.php on line 236
|
Quote:
function hTittle()
{
$hurl = $this->_mediaInfo['link'];
$file = file($hurl);
$file = implode("",$file);
if(preg_match("/<title>(.+)<\/title>/i",$file,$m))
{
$htext = $m;
return "$m[1]";
}
}
|
*red = line 236
It is impossible to catch the title of a video. My suggestion is for you to review your programming.