Warning: require_once(init.php) [function.require-once]: failed to open stream: File name too long in /home/sellboxi/public_html/directory/index.php on line 33
Fatal error: require_once() [function.require]: Failed opening required 'init.php' (include_path='` = ".$db->qstr($row['ID']));
$row['COUNT'] += $db->GetOne("SELECT COUNT(*) FROM `{$tables['link']['name']}` WHERE `STATUS` = '2' AND `CATEGORY_ID` = ".$db->qstr($row['ID']));
}
$categs[] = $row;
}
$rs->Close();
}
if ($id > 0)
{
$db->Execute("UPDATE `{$tables['category']['name']}` SET `HITS` = `HITS` + 1 WHERE `ID` = ".$db->qstr($id));
}
}
// Paging 4
$tpl->assign('list_total', $count);
// End Paging 4
$tpl->assign('category', $path[count($path) - 1]);
$tpl->assign('path', $path);
$tpl->assign('links', $links);
$tpl->assign('categs', $categs);
//Clean whitespace
$tpl->load_filter('output', 'trimwhitespace');
//Make output
echo $tpl->fetch('main.tpl', $id);
?>:/home/sellboxi/public_html/directory') in /home/sellboxi/public_html/directory/index.php on line 33