SELECT *
FROM fds_session
WHERE session_id = 'ql0g9vt2n3pvstj3pre69lnlh6'
DELETE
FROM fds_session
WHERE ( time < '1283550867' )
SELECT *
FROM fds_session
WHERE session_id = 'ql0g9vt2n3pvstj3pre69lnlh6'
INSERT INTO `fds_session` ( `session_id`,`time`,`username`,`gid`,`guest`,`client_id` )
VALUES ( 'ql0g9vt2n3pvstj3pre69lnlh6','1283551767','','0','1','0' )
SELECT *
FROM fds_components
WHERE parent = 0
SELECT folder AS type, element AS name, params
FROM fds_plugins
WHERE published >= 1
AND access <= 0
ORDER BY ordering
SELECT id AS item,link
FROM `fds_menu`
WHERE parent=0
AND published=1
AND params LIKE '%lang=de-DE%'
ORDER BY ordering ASC
LIMIT 1
SELECT id AS item,link
FROM `fds_menu`
WHERE parent=0
AND published=1
AND params LIKE '%lang=en-GB%'
ORDER BY ordering ASC
LIMIT 1
SELECT m.*, c.`option` AS component
FROM fds_menu AS m
LEFT JOIN fds_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
SELECT template
FROM fds_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.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, 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 fds_content AS a
INNER JOIN fds_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN fds_categories AS cc
ON cc.id = a.catid
LEFT JOIN fds_sections AS s
ON s.id = a.sectionid
LEFT JOIN fds_users AS u
ON u.id = a.created_by
LEFT JOIN fds_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 <= '2010-09-03 22:09:28' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2010-09-03 22:09:28' )
AND (a.attribs LIKE '%language=
%' OR a.attribs LIKE '%language=de-DE%')
ORDER BY f.ordering
LIMIT 0, 9
SELECT a.id, a.title, 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, 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 fds_content AS a
INNER JOIN fds_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN fds_categories AS cc
ON cc.id = a.catid
LEFT JOIN fds_sections AS s
ON s.id = a.sectionid
LEFT JOIN fds_users AS u
ON u.id = a.created_by
LEFT JOIN fds_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 <= '2010-09-03 22:09:28' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2010-09-03 22:09:28' )
AND (a.attribs LIKE '%language=
%' OR a.attribs LIKE '%language=de-DE%')
ORDER BY f.ordering
SELECT id, title, module, position, content, showtitle, control, params
FROM fds_modules AS m
LEFT JOIN fds_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 fds_session
WHERE client_id = 0
SELECT sum(hits)
FROM fds_content
WHERE state='1'