$sql = 'SELECT COUNT(i.id) AS count FROM ' . INDEXRELEASES_TABLE . ' i, ' . CATEGORIES_TABLE . ' c, ' . TORRENTS_TABLE . ' t
WHERE t.category = c.id AND i.torrent_id = t.fid AND t.banned = 0 AND t.hidden = 0' . ( $userdata['uid'] == ANONYMOUS ? ' AND c.anonymous_view = 1' : '' );
$result = $db->sql_query($sql, 31536000);
$count = ( $row = $db->sql_fetchrow($result) ) ? $row['count'] : 0;
$db->sql_freeresult($result);
$perpage = 6;$perpage = 6;Because it don't show correctly.
Another bug: If the torrent name were too long, the layout will be out of place.
Also I have a suggestions: when users make offers, the offers link will change to red and show how many new offers just like Tech. Support and Report
Did you change encoding to unicode after post news, polls, etc?
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</html>
how should I do it? I mean I already set the news table(in SQL database) to utf-8, then deleted all php files in cache dir, then post a news but it didn't work???
Should I change it to utf-8 too?
post link to you tracker

Вернуться в Forum for non-russian speak users
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 0