'.$namerow[2]); if ($count == 0){ echo '

No torrents where found

'; footer(); die; } echo '
Home » '.$namerow[0].' » '.$namerow[2].'
'; echo '

'.$count.' torrents in '.$namerow[2].'

'; echo ''; while ($row = mysql_fetch_array($result)){ extract($row); echo ''; echo ''; echo ''; echo ''; } echo '
FilenameSize
[d] '.regicon($registration,$tracker).' '.desc($description).''.$torrentname.''.torsize($size).'
'; footer(); ?>