The website uses "cookies", which is a text file that is stored on your computer, mobile or mobile. Similarly for the purpose of recognizing it, remembering settings, and performing statistics. By clicking on the website, we assume you accept this.
session.counter ⇒ 1
session.timer.start ⇒ 1734906191
session.timer.last ⇒ 1734906191
session.timer.now ⇒ 1734906191
session.client.browser ⇒ Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
registry ⇒ {}
id ⇒ 0
name ⇒
username ⇒
email ⇒
password ⇒
password_clear ⇒
usertype ⇒
block ⇒
sendEmail ⇒ 0
registerDate ⇒
lastvisitDate ⇒
activation ⇒
params ⇒
groups ⇒
guest ⇒ 1
lastResetTime ⇒
resetCount ⇒
aid ⇒ 0
com_rsfirewall.geoip ⇒
Application 0.000 seconds (+0.000); 0.33 MB (+0.327) - afterLoad
Application 0.033 seconds (+0.033); 1.71 MB (+1.385) - afterInitialise
Application 0.042 seconds (+0.009); 3.88 MB (+2.164) - afterRoute
Application 0.051 seconds (+0.010); 4.44 MB (+0.563) - afterDispatch
Application 0.183 seconds (+0.131); 4.53 MB (+0.086) - beforeRenderModule mod_search (Search)
Application 0.184 seconds (+0.001); 4.55 MB (+0.023) - afterRenderModule mod_search (Search)
Application 0.184 seconds (+0.000); 4.54 MB (-0.008) - beforeRenderModule mod_custom (Address)
Application 0.186 seconds (+0.002); 4.65 MB (+0.109) - afterRenderModule mod_custom (Address)
Application 0.186 seconds (+0.000); 4.65 MB (-0.001) - beforeRenderModule mod_breadcrumbs (Breadcrumbs)
Application 0.187 seconds (+0.001); 4.66 MB (+0.013) - afterRenderModule mod_breadcrumbs (Breadcrumbs)
Application 0.187 seconds (+0.000); 4.66 MB (-0.005) - beforeRenderModule mod_languages (Language)
Application 0.191 seconds (+0.004); 4.89 MB (+0.230) - afterRenderModule mod_languages (Language)
Application 0.191 seconds (+0.000); 4.88 MB (-0.003) - beforeRenderModule mod_hd6_customcss (Custom CSS for ALL pages)
Application 0.191 seconds (+0.000); 4.89 MB (+0.011) - afterRenderModule mod_hd6_customcss (Custom CSS for ALL pages)
Application 0.191 seconds (+0.000); 4.89 MB (-0.004) - beforeRenderModule mod_menu (Show submenu in left (Swedish))
Application 0.194 seconds (+0.003); 4.93 MB (+0.040) - afterRenderModule mod_menu (Show submenu in left (Swedish))
Application 0.194 seconds (+0.000); 4.92 MB (-0.006) - beforeRenderModule mod_menu (Swedish menu)
Application 0.195 seconds (+0.001); 4.95 MB (+0.023) - afterRenderModule mod_menu (Swedish menu)
Application 0.196 seconds (+0.000); 4.95 MB (-0.001) - beforeRenderModule mod_supersized2 (supersized2)
Application 0.196 seconds (+0.000); 4.97 MB (+0.020) - afterRenderModule mod_supersized2 (supersized2)
Application 0.198 seconds (+0.002); 4.99 MB (+0.023) - afterRender
5.02 MB (5,263,256 Bytes)
SELECT `data`
FROM `lab_session`
WHERE `session_id` = '6adadpa2dk6qnlvdq7fhkbhcp4'
DELETE
FROM `lab_session`
WHERE `time` < '1734905291'
SELECT `session_id`
FROM `lab_session`
WHERE `session_id` = '6adadpa2dk6qnlvdq7fhkbhcp4'
LIMIT 0, 1
INSERT INTO `lab_session`
(`session_id`, `client_id`, `time`)
VALUES
('6adadpa2dk6qnlvdq7fhkbhcp4', 0, '1734906191')
SELECT extension_id AS id, element AS "option", params, enabled
FROM lab_extensions
WHERE `type` = 'component'
AND `element` = 'com_users'
SELECT b.id
FROM lab_usergroups AS a
LEFT JOIN lab_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 13
SELECT id, rules
FROM `lab_viewlevels`
SELECT folder AS type, element AS name, params
FROM lab_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1,6)
ORDER BY ordering
SELECT *
FROM lab_languages
WHERE published=1
ORDER BY ordering ASC
SELECT extension_id AS id, element AS "option", params, enabled
FROM lab_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'
SELECT `path`
FROM lab_rsfirewall_ignored
WHERE `type`='ignore_folder' OR `type`='ignore_file'
SELECT `file`
FROM lab_rsfirewall_hashes
WHERE `type`='protect'
SELECT *
FROM lab_rsfirewall_configuration
SHOW FULL COLUMNS
FROM `lab_rsfirewall_logs`
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM lab_menu AS m
LEFT JOIN lab_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
SELECT extension_id AS id, element AS "option", params, enabled
FROM lab_extensions
WHERE `type` = 'component'
AND `element` = 'com_content'
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM lab_categories as c
LEFT JOIN lab_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('sv-SE','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM lab_categories AS cat JOIN lab_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,6)
AND c.published = 1
AND s.id=11
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lft
SELECT *
FROM lab_rsfirewall_hashes
WHERE (`type`='2.5.7' OR `type`='protect')
AND `flag`!='C'
SELECT *
FROM lab_rsfirewall_snapshots
WHERE `type`='protect'
SELECT `ip`,`reason`
FROM lab_rsfirewall_lists
WHERE (`ip`='18.119.123.10' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='1'
AND `published`='1'
SELECT `ip`,`reason`
FROM lab_rsfirewall_lists
WHERE (`ip`='18.119.123.10' OR `ip` LIKE '%*%' OR `ip` LIKE '%/%' OR `ip` LIKE '%-%')
AND `type`='0'
AND `published`='1'
SELECT *
FROM lab_rsfirewall_exceptions
WHERE `published`='1'
SELECT id, home, template, s.params
FROM lab_template_styles as s
LEFT JOIN lab_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
SELECT a.rules
FROM lab_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
SELECT b.rules
FROM lab_assets AS a
LEFT JOIN lab_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content' OR a.parent_id=0)
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
FROM lab_categories as c
LEFT JOIN lab_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('sv-SE','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM lab_categories AS cat JOIN lab_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN `lab_content` AS i
ON i.`catid` = c.id
AND i.state = 1
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,6)
AND c.published = 1
AND s.id=11
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lft
SELECT b.rules
FROM lab_assets AS a
LEFT JOIN lab_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.category.11' OR a.parent_id=0)
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM lab_content AS a
LEFT JOIN lab_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN lab_categories AS c
ON c.id = a.catid
LEFT JOIN lab_users AS ua
ON ua.id = a.created_by
LEFT JOIN lab_users AS uam
ON uam.id = a.modified_by
LEFT JOIN (
SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM lab_contact_details AS contact
WHERE contact.published = 1
GROUP BY contact.user_id, contact.language) AS contact
ON contact.user_id = a.created_by
LEFT JOIN lab_categories as parent
ON parent.id = c.parent_id
LEFT JOIN lab_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM lab_categories AS cat JOIN lab_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE a.access IN (1,1,6)
AND c.access IN (1,1,6)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 11
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-12-22 22:23:11')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-12-22 22:23:11')
AND a.language in ('sv-SE','*')
AND (contact.language in ('sv-SE','*') OR contact.language IS NULL)
GROUP BY a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, a.created, a.modified, a.modified_by, uam.name, a.publish_up, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.fulltext, a.state, a.publish_down, badcats.id, c.title, c.path, c.access, c.alias, uam.id, ua.name, ua.email, contact.id, parent.title, parent.id, parent.path, parent.alias, v.rating_sum, v.rating_count, c.published, c.lft, a.ordering, parent.lft, fp.ordering, c.id, a.images, a.urls
ORDER BY c.lft,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END DESC , a.created
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM lab_content AS a
LEFT JOIN lab_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN lab_categories AS c
ON c.id = a.catid
LEFT JOIN lab_users AS ua
ON ua.id = a.created_by
LEFT JOIN lab_users AS uam
ON uam.id = a.modified_by
LEFT JOIN (
SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM lab_contact_details AS contact
WHERE contact.published = 1
GROUP BY contact.user_id, contact.language) AS contact
ON contact.user_id = a.created_by
LEFT JOIN lab_categories as parent
ON parent.id = c.parent_id
LEFT JOIN lab_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM lab_categories AS cat JOIN lab_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE a.access IN (1,1,6)
AND c.access IN (1,1,6)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 11
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-12-22 22:23:11')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-12-22 22:23:11')
AND a.language in ('sv-SE','*')
AND (contact.language in ('sv-SE','*') OR contact.language IS NULL)
GROUP BY a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, a.created, a.modified, a.modified_by, uam.name, a.publish_up, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.fulltext, a.state, a.publish_down, badcats.id, c.title, c.path, c.access, c.alias, uam.id, ua.name, ua.email, contact.id, parent.title, parent.id, parent.path, parent.alias, v.rating_sum, v.rating_count, c.published, c.lft, a.ordering, parent.lft, fp.ordering, c.id, a.images, a.urls
ORDER BY c.lft,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END DESC , a.created
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM lab_modules AS m
LEFT JOIN lab_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN lab_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2024-12-22 22:23:11')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2024-12-22 22:23:11')
AND m.access IN (1,1,6)
AND m.client_id = 0
AND (mm.menuid = 347 OR mm.menuid <= 0)
AND m.language IN ('sv-SE','*')
ORDER BY m.position, m.ordering
SELECT m2.language, m2.id
FROM lab_menu as m
INNER JOIN lab_associations as a
ON a.id=m.id
AND a.context='com_menus.item'
INNER JOIN lab_associations as a2
ON a.key=a2.key
INNER JOIN lab_menu as m2
ON a2.id=m2.id
WHERE m.id=347
UPDATE `lab_session`
SET `data` = '__default|a:8:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1734906191;s:18:\"session.timer.last\";i:1734906191;s:17:\"session.timer.now\";i:1734906191;s:22:\"session.client.browser\";s:103:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:2:{i:0;i:1;i:1;i:13;}s:14:\"\0*\0_authLevels\";a:3:{i:0;i:1;i:1;i:1;i:2;i:6;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:20:\"com_rsfirewall.geoip\";s:0:\"\";}'
, `time` = '1734906191'
WHERE `session_id` = '6adadpa2dk6qnlvdq7fhkbhcp4'
3 × SELECT extension_id AS id, element AS "option", params, enabled
FROM lab_extensions
2 × SELECT b.rules
FROM lab_assets AS a
LEFT JOIN lab_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
2 × SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM lab_content AS a
LEFT JOIN lab_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN lab_categories AS c
ON c.id = a.catid
LEFT JOIN lab_users AS ua
ON ua.id = a.created_by
LEFT JOIN lab_users AS uam
ON uam.id = a.modified_by
LEFT JOIN ( SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM lab_contact_details AS contact
2 × SELECT `ip`,`reason`
FROM lab_rsfirewall_lists
1 × SELECT *
FROM lab_rsfirewall_snapshots
1 × SELECT *
FROM lab_rsfirewall_exceptions
1 × SELECT id, home, template, s.params
FROM lab_template_styles as s
LEFT JOIN lab_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
FROM lab_categories as c
LEFT JOIN lab_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('sv-SE','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM lab_categories AS cat JOIN lab_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT m2.language, m2.id
FROM lab_menu as m
INNER JOIN lab_associations as a
ON a.id=m.id
AND a.context='com_menus.item'
INNER JOIN lab_associations as a2
ON a.key=a2.key
INNER JOIN lab_menu as m2
ON a2.id=m2.id
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM lab_modules AS m
LEFT JOIN lab_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN lab_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT *
FROM lab_rsfirewall_hashes
1 × SELECT a.rules
FROM lab_assets AS a
1 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM lab_categories as c
LEFT JOIN lab_categories AS s
ON (s.lft < c.lft
AND s.rgt > c.rgt
AND c.language in ('sv-SE','*')) OR (s.lft >= c.lft
AND s.rgt <= c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM lab_categories AS cat JOIN lab_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT folder AS type, element AS name, params
FROM lab_extensions
1 × SELECT id, rules
FROM `lab_viewlevels
1 × SELECT b.id
FROM lab_usergroups AS a
LEFT JOIN lab_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `session_id`
FROM `lab_session`
1 × SELECT *
FROM lab_languages
1 × SELECT `path`
FROM lab_rsfirewall_ignored
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM lab_menu AS m
LEFT JOIN lab_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT *
FROM lab_rsfirewall_configuratio
1 × SELECT `file`
FROM lab_rsfirewall_hashes
1 × SELECT `data`
FROM `lab_session`
1 × UPDATE `lab_session`
SET `data` = '__default|a:8:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1734906191;s:18:\"session.timer.last\";i:1734906191;s:17:\"session.timer.now\";i:1734906191;s:22:\"session.client.browser\";s:103:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:2:{i:0;i:1;i:1;i:13;}s:14:\"\0*\0_authLevels\";a:3:{i:0;i:1;i:1;i:1;i:2;i:6;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:20:\"com_rsfirewall.geoip\";s:0:\"\";}' , `time` = '1734906191'
1 × SHOW FULL COLUMNS
FROM `lab_rsfirewall_logs
1 × INSERT INTO `lab_session` (`session_id`, `client_id`, `time`)
VALUES ('6adadpa2dk6qnlvdq7fhkbhcp4', 0, '1734906191'
1 × DELETE
FROM `lab_session`