$url = 'http://fsell.biz/forumdisplay.php?f=29';
$context = stream_context_create(array(
'http' => array(
'header'=> "Cookie: bblastvisit=".strtotime('- 1 day')
)
));
$content = file_get_contents($url, false, $context);
preg_match_all(
'#<tr>
(?:(?<!</tr|<tr).)+
<img\s+src="http://fsell.biz/images/sellforum/statusicon/thread_new.gif"[^>]*> ;
(?:(?<!</tr|<tr).)+
<a\s+href="(showthread.php\?t=\d+)"[^>]*>(.*)</a>
(?:(?<!</tr|<tr).)+
от\s+<a[^>]+>(.*)</a>
(?:(?<!</tr|<tr).)+
</tr>#isUux', $content, $match);
unset($match[0]);
echo '<pre>'. htmlspecialchars(print_r($match, 1)) . '</pre>';
с тебя пирожок