Парсер раздач с трекеров

Парсер раздач с трекеров 1.0.0

вот такие кароче стоят из файла парсера ннм.
$text = preg_replace('/<var class="postImg" title="(.*?)">&#10;<\/var>/', '
img', $text);
$text = preg_replace('#<a class="postLink-name" href="(.*?)">([\s\S]*?)</a>#', '$2', $text);
$text = str_replace('http://assets.nnm-club.ws/forum/image.php?link=#', '', $text);
$text = str_replace('http://nnmassets.cf/forum/image.php?link=#', '', $text);
$text = str_replace('http://assets.ipv6.nnm-club.ws/forum/image.php?link=#', '', $text);
$text = preg_replace('/hs.expand(this,{slideshowGroup:.*?})"/', '', $text);
$text = preg_replace('/<span class="imdbRatingPlugin".*?>/', '', $text);
$text = str_replace('href.li: hide your referrer', '', $text);
$text = str_replace('http://nnmclub.to/forum/image.php?link=#', '', $text);
$text = str_replace('https://nnmstatic.win/forum/image.php?link=', '', $text);
$text = str_replace('http://nnmstatic.win/forum/image.php?link=', '', $text);
$text = str_replace('http://nnmstatic.win/forum/image.php?link=', '', $text);
$text = str_replace('https://nnmclub.to/forum/image.php?link=', '', $text);
$text = preg_replace('/<a href="(.*?)".*?class="postLink">([^<]*?)<(?=\/)\/a>/', '$2', $text);
$text = preg_replace('/<a href="(.*?)" class="highslide" onclick=".*?" rel="nofollow">([^<]*?)<(?=\/)\/a>/', '$2', $text);
$text = preg_replace("#\\[img\].*?\[\/img\]\[\/url\]#", "[thumb]$1[/thumb]", $text);
(.*?)\
Вот и найди, в чём причина! Заодно может быть до тебя и дойдёт, чего это стоит
 
Back
Top