SELECT m.*, c.`option` AS component
FROM psi_menu AS m
LEFT JOIN psi_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
SELECT template
FROM psi_templates_menu
WHERE client_id = 0
AND (menuid = 0 OR menuid = 1)
ORDER BY menuid DESC
LIMIT 0, 1
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, a.sectionid, a.state, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.attribs, a.urls, a.metakey, a.metadesc, 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(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END AS catslug, CHAR_LENGTH( a.`fulltext` ) AS readmore, u.name AS author, u.usertype, g.name AS groups, u.email AS author_email, cc.title AS category, s.title AS SECTION, s.ordering AS s_ordering, cc.ordering AS cc_ordering, a.ordering AS a_ordering, f.ordering AS f_ordering
FROM psi_content AS a
INNER JOIN psi_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN psi_categories AS cc
ON cc.id = a.catid
LEFT JOIN psi_sections AS s
ON s.id = a.sectionid
LEFT JOIN psi_users AS u
ON u.id = a.created_by
LEFT JOIN psi_groups AS g
ON a.access = g.id
WHERE 1
AND a.access <= 0
AND a.state = 1
AND (( cc.published = 1
AND s.published = 1 ) OR ( a.catid = 0
AND a.sectionid = 0 ) )
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-05-21 04:32:00' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-21 04:32:00' )
ORDER BY f.ordering
LIMIT 0, 9
SELECT joomlatablename,tablepkID
FROM `psi_jf_tableinfo`
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM psi_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(45,6,44,5,9,30,16)
AND jf_content.reference_table='content'
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, a.sectionid, a.state, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.attribs, a.urls, a.metakey, a.metadesc, 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(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END AS catslug, CHAR_LENGTH( a.`fulltext` ) AS readmore, u.name AS author, u.usertype, g.name AS groups, u.email AS author_email, cc.title AS category, s.title AS SECTION, s.ordering AS s_ordering, cc.ordering AS cc_ordering, a.ordering AS a_ordering, f.ordering AS f_ordering
FROM psi_content AS a
INNER JOIN psi_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN psi_categories AS cc
ON cc.id = a.catid
LEFT JOIN psi_sections AS s
ON s.id = a.sectionid
LEFT JOIN psi_users AS u
ON u.id = a.created_by
LEFT JOIN psi_groups AS g
ON a.access = g.id
WHERE 1
AND a.access <= 0
AND a.state = 1
AND (( cc.published = 1
AND s.published = 1 ) OR ( a.catid = 0
AND a.sectionid = 0 ) )
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-05-21 04:32:00' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-21 04:32:00' )
ORDER BY f.ordering
SELECT id, title, module, POSITION, content, showtitle, control, params
FROM psi_modules AS m
LEFT JOIN psi_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 *, RAND() AS ordering
FROM psi_banner
WHERE showBanner = 1
AND (imptotal = 0 OR impmade < imptotal)
AND cid = 1
AND catid = 33
ORDER BY sticky DESC, ordering
LIMIT 0, 1
UPDATE psi_banner
SET impmade = impmade + 1
WHERE bid = 8
SELECT id, title, CASE WHEN CHAR_LENGTH(alias) THEN CONCAT_WS(':', id, alias) ELSE id END AS slug
FROM psi_polls
WHERE id = 14
AND published = 1
SELECT id, text
FROM psi_poll_data
WHERE pollid = 14
AND text <> ""
ORDER BY id
SELECT guest, usertype, client_id
FROM psi_session
WHERE client_id = 0
SELECT *
FROM psi_banner
WHERE showBanner = 1
AND (imptotal = 0 OR impmade < imptotal)
AND catid = 14
ORDER BY sticky DESC, ordering
LIMIT 0, 4
UPDATE psi_banner
SET impmade = impmade + 1
WHERE bid = 3
UPDATE psi_banner
SET impmade = impmade + 1
WHERE bid = 4
UPDATE psi_banner
SET impmade = impmade + 1
WHERE bid = 5
UPDATE psi_banner
SET impmade = impmade + 1
WHERE bid = 6
SELECT m.*, c.`option` AS component
FROM psi_menu AS m
LEFT JOIN psi_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
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.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END AS catslug
FROM psi_content AS a
LEFT JOIN psi_content_frontpage AS f
ON f.content_id = a.id
INNER JOIN psi_categories AS cc
ON cc.id = a.catid
INNER JOIN psi_sections AS s
ON s.id = a.sectionid
WHERE ( a.state = 1
AND s.id > 0 )
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-05-21 04:32:00' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-21 04:32:00' )
AND a.access <= 0
AND cc.access <= 0
AND s.access <= 0
AND s.published = 1
AND cc.published = 1
ORDER BY a.hits DESC
LIMIT 0, 5
SELECT joomlatablename,tablepkID
FROM `psi_jf_tableinfo`
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM psi_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(19,26,5,22,1)
AND jf_content.reference_table='content'
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.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END AS catslug
FROM psi_content AS a
INNER JOIN psi_categories AS cc
ON cc.id = a.catid
INNER JOIN psi_sections AS s
ON s.id = a.sectionid
WHERE a.state = 1
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-05-21 04:32:00' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-21 04:32:00' )
AND s.id > 0
AND a.access <= 0
AND cc.access <= 0
AND s.access <= 0
AND s.published = 1
AND cc.published = 1
ORDER BY a.created DESC
LIMIT 0, 5
SELECT joomlatablename,tablepkID
FROM `psi_jf_tableinfo`
SELECT jf_content.reference_field, jf_content.VALUE, jf_content.reference_id, jf_content.original_value
FROM psi_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(5,24,27,1,42)
AND jf_content.reference_table='content'