SELECT `a`.`vars`, `u`.`sefurl`
FROM `rom3_sefaliases` AS `a`
INNER JOIN `rom3_sefurls` AS `u`
ON `u`.`id` = `a`.`url`
WHERE `a`.`alias` = ''
AND `u`.`trashed` = '0'
SELECT `l`.`lang_id` AS `lang_id`,`l`.`lang_code` AS `lang_code`,`l`.`title` AS `title`,`l`.`title_native` AS `title_native`,`l`.`sef` AS `sef`,`l`.`description` AS `description`,`l`.`metakey` AS `metakey`,`l`.`metadesc` AS `metadesc`,`l`.`published` AS `published`,`l`.`image` AS `image`,`lext`.`image_ext` AS `image_ext`,`lext`.`fallback_code` AS `fallback_code`,`lext`.`params` AS `params`,`lext`.`ordering` AS `ordering`
FROM (`rom3_languages` `l`
LEFT JOIN `rom3_jf_languages_ext` `lext`
ON((`l`.`lang_id` = `lext`.`lang_id`)))
ORDER BY `lext`.`ordering`
SELECT m.*, c.`option` AS component
FROM rom3_menu AS m
LEFT JOIN rom3_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(1,3,64,2,33,4,23,24,5,28,6,25,7,26,8,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,51,52,53,54,55,60,61,62,63,65,68,15,16,27,66,56,9,18,19,50,20,21,32,22,57,59,58)
AND jf_content.reference_table='menu'
SELECT `id`
FROM `rom3_plugins`
WHERE `element` = 'joomsef'
AND `folder` = 'system'
AND `published` = '1'
SELECT *
FROM `rom3_sefurls`
WHERE (`sefurl` = '' OR `sefurl` = 'index.php')
AND `trashed` = '0'
LIMIT 1
SELECT `file`, `params`
FROM `rom3_sefexts`
SELECT template
FROM rom3_templates_menu
WHERE client_id = 0
AND (menuid = 0 OR menuid = 2)
ORDER BY menuid DESC
LIMIT 0, 1
SELECT a.*, u.name AS author, u.usertype, cc.title AS category, s.title AS SECTION, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END AS slug, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END AS catslug, g.name AS "groups", s.published AS sec_pub, cc.published AS cat_pub, s.access AS sec_access, cc.access AS cat_access
FROM rom3_content AS a
LEFT JOIN rom3_categories AS cc
ON cc.id = a.catid
LEFT JOIN rom3_sections AS s
ON s.id = cc.SECTION
AND s.scope = "content"
LEFT JOIN rom3_users AS u
ON u.id = a.created_by
LEFT JOIN rom3_groups AS g
ON a.access = g.id
WHERE a.id = 1
AND ( ( a.created_by = 0 ) OR ( a.state = 1
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-06-07 17:56:02' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-06-07 17:56:02' ) ) OR ( a.state = -1 ) )
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(1)
AND jf_content.reference_table='content'
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(1)
AND jf_content.reference_table='categories'
UPDATE rom3_content
SET hits = ( hits + 1 )
WHERE id='1'
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '1'
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '1'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&id=1&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT g.*
FROM rom3_core_acl_aro_groups AS g
INNER JOIN rom3_core_acl_groups_aro_map AS gm
ON gm.group_id = g.id
INNER JOIN rom3_core_acl_aro AS ao
ON ao.id = gm.aro_id
WHERE ao.VALUE='63'
ORDER BY g.id
SELECT id, title, module, POSITION, content, showtitle, control, params
FROM rom3_modules AS m
LEFT JOIN rom3_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.published = 1
AND m.access <= 0
AND m.client_id = 0
AND ( mm.menuid = 2 OR mm.menuid = 0 )
ORDER BY POSITION, ordering
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(36,39,24,23,37,20,40,35,28,27,31,33,32,29,22,21,41,17,1,34)
AND jf_content.reference_table='modules'
SELECT DISTINCT
c.id AS ID,
c.SECTION AS SID,
c.title AS name
FROM
rom3_categories AS c
LEFT JOIN
rom3_content AS content
ON
c.id = content.catid
WHERE
( c.id = 5 )
AND
c.published = 1
AND
c.access <= 0;
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(5)
AND jf_content.reference_table='categories'
SELECT DISTINCT
cats.title AS cat,
users.name AS author,
users.email AS author_email,
cats.SECTION AS SID,
content.title AS title,
content.introtext AS text,
content.created AS DATE,
content.publish_up AS date_publish,
content.images AS images,
content.id AS IID,
content.hits AS hits,
content_rating.rating_sum AS rating_sum,
content_rating.rating_count AS rating_count,
CASE WHEN CHAR_LENGTH(content.alias)
THEN CONCAT_WS(":", content.id, content.alias)
ELSE content.id END AS ID,
CASE WHEN CHAR_LENGTH(cats.alias)
THEN CONCAT_WS(":", cats.id, cats.alias)
ELSE cats.id END AS CID
FROM
rom3_content AS content
LEFT JOIN
rom3_categories AS categories
ON categories.id = content.catid
LEFT JOIN
rom3_sections AS sections
ON sections.id = content.sectionid
LEFT JOIN
rom3_users AS users
ON users.id = content.created_by
LEFT JOIN
rom3_content_frontpage AS frontpage
ON content.id = frontpage.content_id
LEFT JOIN
rom3_categories AS cats
ON content.catid = cats.id
LEFT JOIN
rom3_content_rating AS content_rating
ON content_rating.content_id = content.id
WHERE
content.state = 1
AND categories.access <= 0
AND content.access <= 0
AND categories.published = 1
AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2023-06-07 17:56:02' )
AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2023-06-07 17:56:02' )
AND ( content.catid = 5 )
AND content.created >= '2012-06-05 00:00:00'
ORDER BY
RAND()
LIMIT
0,4;
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(46,11,12,57)
AND jf_content.reference_table='content'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=46&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=46&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=46&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=11&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=11&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=11&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=12&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=12&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=12&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=57&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=57&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=57&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT DISTINCT
c.id AS ID,
c.SECTION AS SID,
c.title AS name,
m.id AS MID
FROM
rom3_categories AS c
LEFT JOIN
rom3_menu AS m
ON
c.id = m.componentid
LEFT JOIN
rom3_content AS content
ON
c.id = content.catid
WHERE
( c.id = 12 )
AND
c.published = 1
AND
c.access <= 0;
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(12)
AND jf_content.reference_table='categories'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&id=12&lang=en&layout=blog&view=category'
AND (`trashed` = '0')
LIMIT 2
SELECT DISTINCT
cats.title AS cat,
users.name AS author,
cats.SECTION AS SID,
content.title AS title,
content.introtext AS text,
content.created AS DATE,
content.images AS images,
content.id AS IID,
CASE WHEN CHAR_LENGTH(content.alias)
THEN CONCAT_WS(":", content.id, content.alias)
ELSE content.id END AS ID,
CASE WHEN CHAR_LENGTH(cats.alias)
THEN CONCAT_WS(":", cats.id, cats.alias)
ELSE cats.id END AS CID
FROM
rom3_content AS content
LEFT JOIN
rom3_categories AS categories
ON categories.id = content.catid
LEFT JOIN
rom3_sections AS sections
ON sections.id = content.sectionid
LEFT JOIN
rom3_menu AS menu
ON menu.componentid = content.id
LEFT JOIN
rom3_users AS users
ON users.id = content.created_by
LEFT JOIN
rom3_content_frontpage AS frontpage
ON content.id = frontpage.content_id
LEFT JOIN
rom3_categories AS cats
ON content.catid = cats.id
WHERE
content.state = 1
AND categories.access <= 0
AND content.access <= 0
AND
categories.published = 1
AND ( content.publish_up = '0000-00-00 00:00:00'
OR content.publish_up <= '2023-06-07�17:56:02' )
AND ( content.publish_down = '0000-00-00 00:00:00'
OR content.publish_down >= '2023-06-07�17:56:02' )
AND ( content.catid = 12 )
ORDER BY
content.created DESC
LIMIT
0,6;
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(89,88,87,86,85,84)
AND jf_content.reference_table='content'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=89&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=89&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=89&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=88&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=88&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=88&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=87&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=87&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=87&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=86&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=86&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=86&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=85&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=85&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=85&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=84&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=84&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=12&id=84&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT DISTINCT
c.id AS ID,
c.SECTION AS SID,
c.title AS name
FROM
rom3_categories AS c
LEFT JOIN
rom3_content AS content
ON
c.id = content.catid
WHERE
( c.id = 6 )
AND
c.published = 1
AND
c.access <= 0;
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(6)
AND jf_content.reference_table='categories'
SELECT DISTINCT
cats.title AS cat,
users.name AS author,
users.email AS author_email,
cats.SECTION AS SID,
content.title AS title,
content.introtext AS text,
content.created AS DATE,
content.publish_up AS date_publish,
content.images AS images,
content.id AS IID,
content.hits AS hits,
content_rating.rating_sum AS rating_sum,
content_rating.rating_count AS rating_count,
CASE WHEN CHAR_LENGTH(content.alias)
THEN CONCAT_WS(":", content.id, content.alias)
ELSE content.id END AS ID,
CASE WHEN CHAR_LENGTH(cats.alias)
THEN CONCAT_WS(":", cats.id, cats.alias)
ELSE cats.id END AS CID
FROM
rom3_content AS content
LEFT JOIN
rom3_categories AS categories
ON categories.id = content.catid
LEFT JOIN
rom3_sections AS sections
ON sections.id = content.sectionid
LEFT JOIN
rom3_users AS users
ON users.id = content.created_by
LEFT JOIN
rom3_content_frontpage AS frontpage
ON content.id = frontpage.content_id
LEFT JOIN
rom3_categories AS cats
ON content.catid = cats.id
LEFT JOIN
rom3_content_rating AS content_rating
ON content_rating.content_id = content.id
WHERE
content.state = 1
AND categories.access <= 0
AND content.access <= 0
AND categories.published = 1
AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2023-06-07 17:56:02' )
AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2023-06-07 17:56:02' )
AND ( content.catid = 6 )
AND content.created >= '2012-06-05 00:00:00'
ORDER BY
RAND()
LIMIT
0,3;
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(17,52,41)
AND jf_content.reference_table='content'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=6&id=17&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=6&id=17&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=6&id=17&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=6&id=52&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=6&id=52&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=6&id=52&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=6&id=41&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=6&id=41&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=6&id=41&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT DISTINCT
c.id AS ID,
c.SECTION AS SID,
c.title AS name
FROM
rom3_categories AS c
LEFT JOIN
rom3_content AS content
ON
c.id = content.catid
WHERE
( c.id = 14 )
AND
c.published = 1
AND
c.access <= 0;
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(14)
AND jf_content.reference_table='categories'
SELECT DISTINCT
cats.title AS cat,
content.created_by_alias AS author,
users.email AS author_email,
cats.SECTION AS SID,
content.title AS title,
content.introtext AS text,
content.created AS DATE,
content.publish_up AS date_publish,
content.images AS images,
content.id AS IID,
content.hits AS hits,
content_rating.rating_sum AS rating_sum,
content_rating.rating_count AS rating_count,
CASE WHEN CHAR_LENGTH(content.alias)
THEN CONCAT_WS(":", content.id, content.alias)
ELSE content.id END AS ID,
CASE WHEN CHAR_LENGTH(cats.alias)
THEN CONCAT_WS(":", cats.id, cats.alias)
ELSE cats.id END AS CID
FROM
rom3_content AS content
LEFT JOIN
rom3_categories AS categories
ON categories.id = content.catid
LEFT JOIN
rom3_sections AS sections
ON sections.id = content.sectionid
LEFT JOIN
rom3_users AS users
ON users.id = content.created_by
LEFT JOIN
rom3_content_frontpage AS frontpage
ON content.id = frontpage.content_id
LEFT JOIN
rom3_categories AS cats
ON content.catid = cats.id
LEFT JOIN
rom3_content_rating AS content_rating
ON content_rating.content_id = content.id
WHERE
content.state = 1
AND categories.access <= 0
AND content.access <= 0
AND categories.published = 1
AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2023-06-07 17:56:02' )
AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2023-06-07 17:56:02' )
AND ( content.catid = 14 )
ORDER BY
content.created DESC
LIMIT
0,3;
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(68,54,42)
AND jf_content.reference_table='content'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=14&id=68&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=14&id=68&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=14&id=68&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=14&id=54&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=14&id=54&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=14&id=54&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=14&id=42&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=14&id=42&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=14&id=42&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '1'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&id=1&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT m.*, c.`option` AS component
FROM rom3_menu AS m
LEFT JOIN rom3_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=2
AND jf_content.published=1
AND jf_content.reference_id IN(1,3,64,2,33,4,23,24,5,28,6,25,7,26,8,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,51,52,53,54,55,60,61,62,63,65,68,15,16,27,66,56,9,18,19,50,20,21,32,22,57,59,58)
AND jf_content.reference_table='menu'
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM rom3_jf_content AS jf_content
WHERE jf_content.language_id=2
AND jf_content.published=1
AND jf_content.reference_id IN(2)
AND jf_content.reference_table='menu'
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '1'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&id=1&lang=ru&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '2'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=4&id=2&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '3'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=3&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '67'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=67&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '40'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=6&id=40&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '4'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=8&id=4&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '5'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=11&id=5&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '7'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=4&id=7&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&id=2&lang=en&layout=blog&view=section'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '22'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=4&id=22&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '23'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=4&id=23&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '29'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=4&id=29&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '72'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=4&id=72&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '57'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=57&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '10'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=10&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '15'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=15&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '14'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=14&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '46'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=46&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '13'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=13&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '11'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=11&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '39'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=39&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '12'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=12&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '60'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=5&id=60&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2
SELECT `catid`
FROM `rom3_content`
WHERE `id` = '61'
SELECT *
FROM `rom3_sefurls`
WHERE `origurl` = 'index.php?option=com_content&catid=10&id=61&lang=en&view=article'
AND (`trashed` = '0')
LIMIT 2