SELECT *
FROM jshop_session
WHERE session_id = 'a9652cf54c4133f000bc2b0d9396032d'
DELETE
FROM jshop_session
WHERE ( time < '1337587643' )
SELECT *
FROM jshop_session
WHERE session_id = 'a9652cf54c4133f000bc2b0d9396032d'
INSERT INTO `jshop_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` )
VALUES ( 'a9652cf54c4133f000bc2b0d9396032d','1337588543','','0','1','0' )
SELECT *
FROM jshop_components
WHERE parent = 0
SELECT folder AS type, element AS name, params
FROM jshop_plugins
WHERE published >= 1
AND access <= 0
ORDER BY ordering
SELECT MAX(time)
FROM jshop_vvcounter_logs
SELECT template
FROM jshop_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 jshop_content AS a
INNER JOIN jshop_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN jshop_categories AS cc
ON cc.id = a.catid
LEFT JOIN jshop_sections AS s
ON s.id = a.sectionid
LEFT JOIN jshop_users AS u
ON u.id = a.created_by
LEFT JOIN jshop_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 08:22:23' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-21 08:22:23' )
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 jshop_content AS a
INNER JOIN jshop_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN jshop_categories AS cc
ON cc.id = a.catid
LEFT JOIN jshop_sections AS s
ON s.id = a.sectionid
LEFT JOIN jshop_users AS u
ON u.id = a.created_by
LEFT JOIN jshop_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 08:22:23' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-05-21 08:22:23' )
ORDER BY f.ordering