SELECT *
FROM jos_session
WHERE session_id = '467928363aa60175e1cd577f3bf929cc'
DELETE
FROM jos_session
WHERE ( time < '1337497705' )
SELECT *
FROM jos_session
WHERE session_id = '467928363aa60175e1cd577f3bf929cc'
INSERT INTO `jos_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` )
VALUES ( '467928363aa60175e1cd577f3bf929cc','1337498605','','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 template
FROM jos_templates_menu
WHERE client_id = 0
AND (menuid = 0 OR menuid = 1)
ORDER BY menuid DESC
LIMIT 0, 1
SELECT *
FROM jos_jcomments_settings
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 jos_content AS a
INNER JOIN jos_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN jos_categories AS cc
ON cc.id = a.catid
LEFT JOIN jos_sections AS s
ON s.id = a.sectionid
LEFT JOIN jos_users AS u
ON u.id = a.created_by
LEFT JOIN jos_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-20 07:23:25' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-20 07:23:25' )
ORDER BY f.ordering
LIMIT 0, 9
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 jos_content AS a
INNER JOIN jos_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN jos_categories AS cc
ON cc.id = a.catid
LEFT JOIN jos_sections AS s
ON s.id = a.sectionid
LEFT JOIN jos_users AS u
ON u.id = a.created_by
LEFT JOIN jos_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-20 07:23:25' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-20 07:23:25' )
ORDER BY f.ordering
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 guest, usertype, client_id
FROM jos_session
WHERE client_id = 0
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 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.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-05-20 07:23:25' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-20 07:23:25' )
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, 4
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 jos_content AS a
LEFT JOIN jos_content_frontpage AS f
ON f.content_id = a.id
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 s.id > 0 )
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-05-20 07:23:25' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-20 07:23:25' )
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 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,
tabs.name AS TNAME,
tabs.type AS type,
tabs.content AS content,
tabs.id AS TID,
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
jos_gk3_tabs_manager_tabs AS `tabs`
LEFT JOIN
jos_content AS `content`
ON `tabs`.`content` = `content`.`id`
LEFT JOIN
jos_categories AS `categories`
ON `categories`.`id` = `content`.`catid`
LEFT JOIN
jos_sections AS `sections`
ON `sections`.`id` = `content`.`sectionid`
LEFT JOIN
jos_menu AS `menu`
ON `menu`.`componentid` = `content`.`id`
LEFT JOIN
jos_users AS `users`
ON `users`.`id` = `content`.`created_by`
LEFT JOIN
jos_categories AS `cats`
ON `content`.`catid` = `cats`.`id`
WHERE
`tabs`.`group_id` = 1
AND
`tabs`.`published` = 1
AND
`tabs`.`access` <= 0
ORDER BY
`tabs`.`order` ASC
;
SELECT c.*, i.catid, i.title, i.alias, category.alias AS catalias, category.name AS categoryname
FROM jos_k2_comments AS c
LEFT JOIN jos_k2_items AS i
ON i.id=c.itemID
LEFT JOIN jos_k2_categories AS category
ON category.id=i.catid
WHERE i.published=1
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2012-05-20 07:23:25' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2012-05-20 07:23:25' )
AND i.trash=0
AND i.access<=0
AND category.published=1
AND category.trash=0
AND category.access<=0
AND c.published=1
ORDER BY c.commentDate DESC
LIMIT 0, 3
SELECT cc.id, cc.userid, cc.comment, cc.name, cc.username, cc.email, cc.date, cc.object_id, cc.object_group, '' AS avatar
FROM jos_jcomments AS cc
LEFT JOIN jos_content AS c
ON c.id = cc.object_id
WHERE cc.published = 1
AND c.access <= '0'
AND (c.publish_up = '0000-00-00 00:00:00' OR c.publish_up <= NOW())
AND (c.publish_down = '0000-00-00 00:00:00' OR c.publish_down >= NOW())
AND cc.object_group = 'com_content'
AND (c.catid IN (37) )
ORDER BY cc.date DESC
LIMIT 3
SELECT a.id, a.sectionid, 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
FROM jos_content AS a
LEFT JOIN jos_categories AS cc
ON cc.id = a.catid
WHERE a.id = 82
SELECT *
FROM jos_jcomments_custom_bbcodes
WHERE published = 1
ORDER BY ordering
SELECT title
FROM jos_content
WHERE id = 82
SELECT DISTINCT
c.id AS ID,
c.section AS SID,
c.title AS name,
m.id AS MID
FROM
jos_categories AS c
LEFT JOIN
jos_menu AS m
ON
c.id = m.componentid
LEFT JOIN
jos_content AS content
ON
c.id = content.catid
WHERE
( c.id = 37 )
AND
c.published = 1
AND
c.access <= 0;
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,
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
jos_content AS content
LEFT JOIN
jos_categories AS categories
ON categories.id = content.catid
LEFT JOIN
jos_sections AS sections
ON sections.id = content.sectionid
LEFT JOIN
jos_menu AS menu
ON menu.componentid = content.id
LEFT JOIN
jos_users AS users
ON users.id = content.created_by
LEFT JOIN
jos_content_frontpage AS frontpage
ON content.id = frontpage.content_id
LEFT JOIN
jos_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 <= '2012-05-20 07:23:25' )
AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2012-05-20 07:23:25' )
AND ( content.catid = 37 )
ORDER BY
content.created DESC
LIMIT
0,9;
SELECT DISTINCT
c.id AS ID,
c.name AS name,
c.alias AS alias
FROM
jos_k2_categories AS c
LEFT JOIN
jos_k2_items AS content
ON
c.id = content.catid
WHERE
( c.id = 6 )
AND
c.published = 1
AND
c.access <= 0;
SELECT DISTINCT
cats.name AS cat_name,
cats.alias AS cat_alias,
content.catid AS cat_id,
users.name AS author,
users.email AS author_email,
users.id AS author_id,
content.title AS title,
content.introtext AS text,
content.created AS date,
content.publish_up AS date_publish,
content.id AS ID,
content.alias AS alias,
content.hits AS hits
FROM
jos_k2_items AS content
LEFT JOIN
jos_k2_categories AS cats
ON cats.id = content.catid
LEFT JOIN
jos_users AS users
ON users.id = content.created_by
WHERE
content.trash = 0
AND cats.access <= 0
AND content.access <= 0
AND content.published = 1
AND cats.published = 1
AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2012-05-20 07:23:25' )
AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2012-05-20 07:23:25' )
AND ( content.catid = 6 )
ORDER BY
content.created DESC
LIMIT
0,15;
SELECT
content.id AS id,
COUNT(comments.itemID) AS count
FROM
jos_k2_items AS content
LEFT JOIN
jos_k2_comments AS comments
ON comments.itemID = content.id
WHERE
comments.published
AND ( content.id = 30 OR content.id = 29 OR content.id = 28 OR content.id = 27 OR content.id = 26 OR content.id = 25 OR content.id = 22 OR content.id = 20 OR content.id = 19 OR content.id = 14 )
GROUP BY
comments.itemID
;
SELECT
*
FROM
jos_gk3_photoslide_groups
WHERE
`id` = 1
LIMIT 1;
SELECT
`c`.`sectionid` AS `sid`,
`c`.`catid` AS `cid`,
`c`.`title` AS `ctitle`,
`c`.`introtext` AS `introtext`,
`i`.`name` AS `name`,
`i`.`filename` AS `filename`,
`i`.`article` AS `article`,
`i`.`title` AS `title`,
`i`.`link_type` AS `link_type`,
`i`.`link` AS `link`,
`i`.`content` AS `content`
FROM
jos_gk3_photoslide_slides AS `i`
LEFT JOIN
jos_content AS `c`
ON
`i`.`article` = `c`.`id`
WHERE
`i`.`group_id` = 1
AND
`i`.`published` = 1
AND
`i`.`access` <= 0
ORDER BY
`i`.`order`,
`i`.`access` ASC;