SELECT *
FROM jos_session
WHERE session_id = 'ctqbfllbmluh4mbtfvf29aanc3'
DELETE
FROM jos_session
WHERE ( time < '1615077194' )
SELECT *
FROM jos_session
WHERE session_id = 'ctqbfllbmluh4mbtfvf29aanc3'
INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` )
VALUES ( 'ctqbfllbmluh4mbtfvf29aanc3','1615082594','','0','1','0' )
SELECT *
FROM jos_components
WHERE parent = 0
SELECT folder AS type, element AS name, params
FROM jos_plugins
WHERE published >= 1
AND access <= 0
ORDER BY ordering
SELECT m.*, c.`option` AS component
FROM jos_menu AS m
LEFT JOIN jos_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
SELECT id, link, name
FROM jos_menu
WHERE link LIKE "%index.php?option=com_sobi2%"
AND type = "component"
AND published = 1
SELECT `id`
FROM `jos_menu`
WHERE `link` LIKE '%index.php?option=com_sobi2'
AND `type` = 'component'
AND `published` = '1'
LIMIT 1
SELECT parentid
FROM jos_sobi2_cats_relations
WHERE catid=25
SELECT `configValue`, `configKey`
FROM `jos_sobi2_config`
SELECT `id`
FROM `jos_menu`
WHERE `link` LIKE '%index.php?option=com_sobi2'
AND `type` = 'component'
AND `published` = '1'
LIMIT 1
SELECT *
FROM jos_menu
WHERE id = '1'
SELECT *
FROM `jos_sobi2_language`
ORDER BY `sobi2Lang`
SELECT `configValue`
FROM `jos_sobi2_config`
WHERE (`configKey` = 'checkReferer'
AND `sobi2Section` = 'editForm')
SELECT `configValue`
FROM `jos_sobi2_config`
WHERE (`configKey` = 'needToConfirmNew'
AND `sobi2Section` = 'editForm')
SELECT `init_file`, `name_id`
FROM `jos_sobi2_plugins`
WHERE `enabled` = 1
ORDER BY `position` ASC
SELECT `configValue`
FROM `jos_sobi2_config`
WHERE (`configKey` = 'RtextLimit'
AND `sobi2Section` = 'sobi_reviews')
SELECT catid, name, introtext, description
FROM jos_sobi2_categories
WHERE catid = 25
SELECT catid, name, introtext
FROM `jos_sobi2_categories`
WHERE (`catid`=25
AND `published` = 1)
SELECT *
FROM `jos_sobi2_categories`
WHERE `catid` = 25
LIMIT 1
UPDATE `jos_sobi2_categories`
SET `count` = count + 1
WHERE `catid` = 25
LIMIT 1
SELECT html, schecksum
FROM `jos_sobi2_cache`
WHERE ( validtime > 1614650594
AND task ='-9'
AND sid = -9
AND cid = 25
AND uid = -9
AND limitstart = -9
AND limitall = -9
AND Itemid = -9
AND params = ''
AND section = 'catdescription'
AND slang = 'english')
ORDER BY validtime
LIMIT 1
SELECT html, schecksum
FROM `jos_sobi2_cache`
WHERE ( validtime > 1614650594
AND task ='-9'
AND sid = -9
AND cid = 25
AND uid = -9
AND limitstart = -9
AND limitall = -9
AND Itemid = -9
AND params = ''
AND section = 'catlist'
AND slang = 'english')
ORDER BY validtime
LIMIT 1
SELECT html, schecksum
FROM `jos_sobi2_cache`
WHERE ( validtime > 1614650594
AND task ='-9'
AND sid = -9
AND cid = 25
AND uid = -9
AND limitstart = -9
AND limitall = -9
AND Itemid = -9
AND params = ''
AND section = 'entrieslist'
AND slang = 'english')
ORDER BY validtime
LIMIT 1
SELECT html, schecksum
FROM `jos_sobi2_cache`
WHERE ( validtime > 1614650594
AND task ='-9'
AND sid = -9
AND cid = 25
AND uid = -9
AND limitstart = -9
AND limitall = -9
AND Itemid = -9
AND params = ''
AND section = 'pagenav'
AND slang = 'english')
ORDER BY validtime
LIMIT 1
SELECT template
FROM jos_templates_menu
WHERE client_id = 0
AND (menuid = 0 OR menuid = 1)
ORDER BY menuid DESC
LIMIT 0, 1
SELECT id, title, module, position, content, showtitle, control, params
FROM jos_modules AS m
LEFT JOIN jos_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 = 1 OR mm.menuid = 0 )
ORDER BY position, ordering
SELECT sitem.itemid, sitem.title, sitem.icon, sitem.image, SUM(vote) / COUNT(*) AS votingResult, COUNT(*) AS reviews
FROM jos_sobi2_plugin_reviews AS rev
LEFT JOIN jos_sobi2_item AS sitem
ON sitem.itemid = rev.itemid
WHERE (rev.review != ''
AND rev.published = 1
AND sitem.published = 1
AND (sitem.publish_down > '2021-03-07 02:03:14' OR sitem.publish_down = '0000-00-00 00:00:00'))
GROUP BY itemid
ORDER BY reviews DESC
LIMIT 0, 5
SELECT `title`, `itemid`, `icon`, `image`
FROM `jos_sobi2_item`
WHERE `published` = 1
AND (`publish_down` > '2021-03-07 02:03:14' OR `publish_down` = '0000-00-00 00:00:00')
ORDER BY `publish_up` DESC
LIMIT 6
SELECT a.*, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END AS slug, CASE WHEN CHAR_LENGTH(cc.name) THEN CONCAT_WS(":", cc.id, cc.name) ELSE cc.id END AS catslug
FROM jos_content AS a
INNER JOIN jos_categories AS cc
ON cc.id = a.catid
INNER JOIN jos_sections AS s
ON s.id = a.sectionid
WHERE a.state = 1
AND a.access <= 0
AND cc.access <= 0
AND s.access <= 0
AND (a.publish_up = "0000-00-00 00:00:00" OR a.publish_up <= "2021-03-07 02:03:14" )
AND (a.publish_down = "0000-00-00 00:00:00" OR a.publish_down >= "2021-03-07 02:03:14" )
AND cc.id = 35
AND cc.section = s.id
AND cc.published = 1
AND s.published = 1
ORDER BY a.ordering
SELECT guest, usertype, client_id
FROM jos_session
WHERE client_id = 0