Magyar Természetgyógyászok Szövetsége
1023. Budapest, Frankel Leó út 49. 1/3
Telefon: 06-20-360-9560
session.client.forwarded ⇒ 10.1.57.61
session.client.browser ⇒ Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
password_clear ⇒
groups ⇒
session.token ⇒ 6ab09ab7340f43ac725abe269dce1a75
Application 0.000 seconds (+0.000); 0.76 MB (+0.757) - afterLoadApplication 0.090 seconds (+0.090); 5.94 MB (+5.182) - afterInitialiseApplication 0.108 seconds (+0.018); 7.40 MB (+1.460) - afterRouteApplication 0.256 seconds (+0.149); 11.86 MB (+4.457) - afterDispatchApplication 0.263 seconds (+0.006); 12.16 MB (+0.299) - beforeRenderModule mod_cinch_menu (Főmenü)Application 0.283 seconds (+0.020); 12.34 MB (+0.181) - afterRenderModule mod_cinch_menu (Főmenü)Application 0.298 seconds (+0.015); 12.52 MB (+0.184) - afterRender12.5 MB (13,109,824 Bytes)SELECT `data`
FROM `termesze_session`
WHERE `session_id` = 'mgi72b350jea0kuj8fgrv4p2a5'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 termesze_menu AS m
LEFT JOIN termesze_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.lftSELECT extension_id AS id, element AS "option", params, enabled
FROM termesze_extensions
WHERE `type` = 'component'
AND `element` = 'com_content'SELECT *
FROM termesze_languages
WHERE published=1
ORDER BY ordering ASCSELECT id, home, template, s.params
FROM termesze_template_styles as s
LEFT JOIN termesze_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 = 1SELECT extension_id AS id, element AS "option", params, enabled
FROM termesze_extensions
WHERE `type` = 'component'
AND `element` = 'com_users'SELECT b.id
FROM termesze_usergroups AS a
LEFT JOIN termesze_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1SELECT a.rules
FROM termesze_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lftSELECT b.rules
FROM termesze_assets AS a
LEFT JOIN termesze_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lftSELECT 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 termesze_categories as c
LEFT JOIN termesze_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM termesze_categories AS cat JOIN termesze_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 `termesze_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)
AND c.published = 1
AND s.id=83
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.lftSELECT b.rules
FROM termesze_assets AS a
LEFT JOIN termesze_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.category.83')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lftSELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, 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,(
SELECT MAX(contact.id) AS id
FROM termesze_contact_details AS contact
WHERE contact.published = 1
AND contact.user_id = a.created_by) 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 termesze_content AS a
LEFT JOIN termesze_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN termesze_categories AS c
ON c.id = a.catid
LEFT JOIN termesze_users AS ua
ON ua.id = a.created_by
LEFT JOIN termesze_users AS uam
ON uam.id = a.modified_by
LEFT JOIN termesze_categories as parent
ON parent.id = c.parent_id
LEFT JOIN termesze_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM termesze_categories AS cat JOIN termesze_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)
AND c.access IN (1,1)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 83
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-01-15 06:19:40')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-01-15 06:19:40')
ORDER BY c.lft, a.ordering, a.created
LIMIT 120, 20SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, 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,(
SELECT MAX(contact.id) AS id
FROM termesze_contact_details AS contact
WHERE contact.published = 1
AND contact.user_id = a.created_by) 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 termesze_content AS a
LEFT JOIN termesze_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN termesze_categories AS c
ON c.id = a.catid
LEFT JOIN termesze_users AS ua
ON ua.id = a.created_by
LEFT JOIN termesze_users AS uam
ON uam.id = a.modified_by
LEFT JOIN termesze_categories as parent
ON parent.id = c.parent_id
LEFT JOIN termesze_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM termesze_categories AS cat JOIN termesze_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)
AND c.access IN (1,1)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 83
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-01-15 06:19:40')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-01-15 06:19:40')
ORDER BY c.lft, a.ordering, a.createdSELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM termesze_categories as c
LEFT JOIN termesze_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM termesze_categories AS cat JOIN termesze_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)
AND c.published = 1
AND s.id=83
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.lftUPDATE `termesze_session`
SET `data` = 'G41EfmuYCZ_GRXKsOYrrTb1H8rrxAUbgbtw33W1nf9hKdfCRkt9FXlBmtRU2TbyqSwYAyakxKxii5y4US-jbKbSfx7CBo7EYHYVrlJxv2_BkHIDr9Q5L-ZItk7zh-nfggpcMb1e6sdZ-UR5ZNS1eTfQfQ4XRjvfeEQWuKYfc-KaRqOj5ax7rbqvBOdPRyP1oyQ_LwchFlX-Jmb9vI68kfWt3KkE956W-JWWIZF_0mTZrxp1VgphY7QjtiE6jCMLNm2FKLuGJ-JwALxcbn_ysaujeQXMi6NnXBCNh3WjLrbqVN0LZl6nzzMhrVu5JIYHgynOTJKky8wbHD9iJTOhiBGo_XDtotrr0YBEIBKum9mdvZ1COHch1pZLxmFUae0TsJDVz32h-m-xlngtNN51cyLHxMvxIFOVZAUqdKWbjtgOMjEW38vvRw4ScZZpi1qxuFF71I7-sibF-KdmGFPmEjsB3RJGqYatpa5o8Uou7yTjR8X5cmVd4ndUV31QIUzYP1Xsa_rWFZcWTtiOvXpMo6HIK8urhvq38FsjpER8lsjtTd6nP7wkvw4U9daHYF5w1dJBKC_73sK183CokPNg1nlU7amnpEyv2YNwoqMkgiwRqLAAQMOaJ_RVqBsm0iumuzGyoQcLwDx_8JZQncNiVYlb9SJW8LZ-uPWDWc4_Yd1bUcQLA24EQePVhR7tUMYYoErWXa6tYSn_10po1LTol360CERQ9E5cm220vPG367D5iOxbYGHBJ_vD5ZuBwCjh0n8DaiZ25cu5C-FXbldmfPcXCDCo-UzpOU66_zRvLpHcQNLBC8_2xaUzHHbK0rrRUVPjFpHyewyma6Yr-z_F3Nm5E2j_ycy4ijdZBcW6bsGTjYaS0RvDjNUNtrTkrrkdV-5xaKr7cfzlI2nTdgqM_soj2-9h3k1x77Itr6fhnL__-OEdkpM6BK40RC0hF8CcFdxC4LkNSzYkVEzaXXomHV8gdAvaFVPLxvypHG8CZxP-dYCOi7g2IM27Ehwf69Hf3xpIeym9yHTwdgf33c7eMhEz7K0QcF9zwLVS1Oo0E1NTvMqEPGP1NNyNDBgngHOwrWUpbmluXhsyMe0xKmf45Z-wsv8Y7m-kZq0Z520rE0K2BB3CrjjseKO4F8k1Eq9rxLmIfKydktVRBQiRbaihtQSTnRKhgiJ6YOuRhzEJTsod0IZy0av7Pk5FePhBmW9PMUpVwnZYl9XKD2QiQqZnR_r7SIVlX4AnC8w53EurcvMsg91IlAbVvUdxUZpFiZDCiV0MmEc_vtrLA9xV7FQ9wuRe8h1ifPrGLWOAj0KOI6PJ4ZEQsaEwVIzNjzgFOjsJAm1FbdnCWBZlGvAiOhcZgUxsTopLMvsMm6Puffo-gBJyoVVzqBNEGOdmWfLSwiC1q3a4JHMkf4ykKyN_SOKFuk_0iiw5RxYFFti3m_MTMRPGPblHeCNfDi4MtinylO6j7'
, `time` = '1768457980'
WHERE `session_id` = 'mgi72b350jea0kuj8fgrv4p2a5'2 × SELECT b.rules
FROM termesze_assets AS a
LEFT JOIN termesze_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt2 × SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, 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,( SELECT MAX(contact.id) AS id
FROM termesze_contact_details AS contact2 × SELECT extension_id AS id, element AS "option", params, enabled
FROM termesze_extensions1 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM termesze_categories as c
LEFT JOIN termesze_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM termesze_categories AS cat JOIN termesze_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt1 × 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 termesze_categories as c
LEFT JOIN termesze_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM termesze_categories AS cat JOIN termesze_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt1 × SELECT a.rules
FROM termesze_assets AS a1 × SELECT b.id
FROM termesze_usergroups AS a
LEFT JOIN termesze_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt1 × 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 termesze_menu AS m
LEFT JOIN termesze_extensions AS e
ON m.component_id = e.extension_id1 × SELECT *
FROM termesze_languages1 × SELECT id, home, template, s.params
FROM termesze_template_styles as s
LEFT JOIN termesze_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id1 × SELECT `data`
FROM `termesze_session`1 × UPDATE `termesze_session`
SET `data` = 'G41EfmuYCZ_GRXKsOYrrTb1H8rrxAUbgbtw33W1nf9hKdfCRkt9FXlBmtRU2TbyqSwYAyakxKxii5y4US-jbKbSfx7CBo7EYHYVrlJxv2_BkHIDr9Q5L-ZItk7zh-nfggpcMb1e6sdZ-UR5ZNS1eTfQfQ4XRjvfeEQWuKYfc-KaRqOj5ax7rbqvBOdPRyP1oyQ_LwchFlX-Jmb9vI68kfWt3KkE956W-JWWIZF_0mTZrxp1VgphY7QjtiE6jCMLNm2FKLuGJ-JwALxcbn_ysaujeQXMi6NnXBCNh3WjLrbqVN0LZl6nzzMhrVu5JIYHgynOTJKky8wbHD9iJTOhiBGo_XDtotrr0YBEIBKum9mdvZ1COHch1pZLxmFUae0TsJDVz32h-m-xlngtNN51cyLHxMvxIFOVZAUqdKWbjtgOMjEW38vvRw4ScZZpi1qxuFF71I7-sibF-KdmGFPmEjsB3RJGqYatpa5o8Uou7yTjR8X5cmVd4ndUV31QIUzYP1Xsa_rWFZcWTtiOvXpMo6HIK8urhvq38FsjpER8lsjtTd6nP7wkvw4U9daHYF5w1dJBKC_73sK183CokPNg1nlU7amnpEyv2YNwoqMkgiwRqLAAQMOaJ_RVqBsm0iumuzGyoQcLwDx_8JZQncNiVYlb9SJW8LZ-uPWDWc4_Yd1bUcQLA24EQePVhR7tUMYYoErWXa6tYSn_10po1LTol360CERQ9E5cm220vPG367D5iOxbYGHBJ_vD5ZuBwCjh0n8DaiZ25cu5C-FXbldmfPcXCDCo-UzpOU66_zRvLpHcQNLBC8_2xaUzHHbK0rrRUVPjFpHyewyma6Yr-z_F3Nm5E2j_ycy4ijdZBcW6bsGTjYaS0RvDjNUNtrTkrrkdV-5xaKr7cfzlI2nTdgqM_soj2-9h3k1x77Itr6fhnL__-OEdkpM6BK40RC0hF8CcFdxC4LkNSzYkVEzaXXomHV8gdAvaFVPLxvypHG8CZxP-dYCOi7g2IM27Ehwf69Hf3xpIeym9yHTwdgf33c7eMhEz7K0QcF9zwLVS1Oo0E1NTvMqEPGP1NNyNDBgngHOwrWUpbmluXhsyMe0xKmf45Z-wsv8Y7m-kZq0Z520rE0K2BB3CrjjseKO4F8k1Eq9rxLmIfKydktVRBQiRbaihtQSTnRKhgiJ6YOuRhzEJTsod0IZy0av7Pk5FePhBmW9PMUpVwnZYl9XKD2QiQqZnR_r7SIVlX4AnC8w53EurcvMsg91IlAbVvUdxUZpFiZDCiV0MmEc_vtrLA9xV7FQ9wuRe8h1ifPrGLWOAj0KOI6PJ4ZEQsaEwVIzNjzgFOjsJAm1FbdnCWBZlGvAiOhcZgUxsTopLMvsMm6Puffo-gBJyoVVzqBNEGOdmWfLSwiC1q3a4JHMkf4ykKyN_SOKFuk_0iiw5RxYFFti3m_MTMRPGPblHeCNfDi4MtinylO6j7' , `time` = '1768457980'