Вот правленый мод:
nnm-club.me на их новый домен nnmclub.to
rutor => отлично парсится через зеркало rutor.info
NNM и RuTracker нормально парсятся (и текст раздачи и сам файл), а вот рутор ни в какую не хочет
Выдает следующие ошибки:
PHP:
Notice: Undefined offset: 1 in /var/www/admin/data/www/mysite/library/includes/functions_parser.php on line 71
Notice: Undefined offset: 1 in /var/www/admin/data/www/mysite/library/includes/functions_parser.php on line 118
Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /var/www/admin/data/www/mysite/library/includes/functions_parser.php on line 220
Notice: Undefined offset: 1 in /var/www/admin/data/www/mysite/library/includes/functions_parser.php on line 125
71 строка: $copy_release = $copy_post[1];
118 строка: $torrent_url = $r_torrent[1];
220 строка: curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
125 строка: $pars_data = array("title" => $r_title[1], "bbcode" => strip_tags($text), "hidden" => $torrent_hidden);
Подскажите, что и где прописать/удалить, что бы и с рутора нормально парсил.