View Single Post
  #9  
Old 26th January 2011, 03:39
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default hi
Still not working:sorry:

I found this on my browse.php on line 615

Quote:
$isScene = '';

if ($torrents['isScene'] > 0)
{
$isScene = sprintf($lang->browse['scene3'], mkprettytime($torrents['isScene']));
}

$seolink = ts_seo($torrents['categoryid'],$torrents['categoryname'],'c');
$seolink2 = ts_seo($torrents['id'],$torrents['name'],'s');
$seolink3 = ts_seo($torrents['id'],$torrents['name'],'d');
Reply With Quote