Интересные публикации:
Can't change size of file (Errcode: 28 "No space left on device") SQL=SELECT a.id, a.catid, a.sectionid AS secid, a.title AS atitle, c.title AS ctitle, s.title AS stitle, a.introtext, a.fulltext, a.created, u.name, a.created_by_alias, a.hits, a.access,
CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END AS slug,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END AS catslug
FROM jos_content AS a
INNER JOIN jos_sections AS s ON s.id = a.sectionid
INNER JOIN jos_categories AS c ON c.id = a.catid
LEFT JOIN jos_users AS u ON u.id = a.created_by
WHERE a.sectionid > 0 AND a.state = 1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-02-20 13:38:05')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-02-20 13:38:05')
AND (c.id IN (49,52,69,53,45,63,64,60,67,71,72,62,48,77,70,59,74,58,50,57,61,55,44))
AND s.access <= 0 AND c.access <= 0 AND a.access <= 0 AND s.published = 1 AND c.published = 1
ORDER BY rand() LIMIT 0, 5