Console de débogage Joomla!
session.counter ⇒ 1
session.timer.start ⇒ 1550799500
session.timer.last ⇒ 1550799500
session.timer.now ⇒ 1550799500
session.client.browser ⇒ CCBot/2.0 (https://commoncrawl.org/faq/)
registry ⇒ {}
id ⇒ 0
name ⇒
username ⇒
email ⇒
password ⇒
password_clear ⇒
usertype ⇒
block ⇒
sendEmail ⇒ 0
registerDate ⇒
lastvisitDate ⇒
activation ⇒
params ⇒
groups ⇒ Array
guest ⇒ 1
aid ⇒ 0
8.94 MB (9,371,112 Bytes)
294 requêtes exécutées
SELECT `data`
FROM `jk0sx_session`
WHERE `session_id` = 'ne30sfdv475hca7at49ppu0um5'
SELECT `session_id`
FROM `jk0sx_session`
WHERE `session_id` = 'ne30sfdv475hca7at49ppu0um5'
LIMIT 0, 1
INSERT INTO `jk0sx_session`
(`session_id`, `client_id`, `time`)
VALUES
('ne30sfdv475hca7at49ppu0um5', 0, '1550799500')
SELECT extension_id AS id, element AS "option", params, enabled
FROM jk0sx_extensions
WHERE `type` = 'component'
AND `element` = 'com_users'
SELECT id, rules
FROM `jk0sx_viewlevels`
SELECT folder AS type, element AS name, params
FROM jk0sx_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1)
ORDER BY ordering
SELECT extension_id AS id, element AS "option", params, enabled
FROM jk0sx_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'
Update
jk0sx_contentbuilder_articles As articles,
jk0sx_content As content,
jk0sx_contentbuilder_forms As forms,
jk0sx_contentbuilder_registered_users As cbusers,
jk0sx_users As users
Set
content.state = 0
Where
articles.article_id = content.id
And
content.state = 1
And
articles.form_id = forms.id
And
forms.act_as_registration = 1
And
forms.id = cbusers.form_id
And
content.created_by = cbusers.user_id
And
(
(
users.id = cbusers.user_id
And
users.block = 1
)
)
Update
jk0sx_contentbuilder_articles As articles,
jk0sx_content As content,
jk0sx_contentbuilder_forms As forms,
jk0sx_contentbuilder_records As records,
jk0sx_contentbuilder_registered_users As cbusers,
jk0sx_users As users
Set
content.state = forms.auto_publish
Where
articles.article_id = content.id
And
content.state = 0
And
articles.form_id = forms.id
And
forms.act_as_registration = 1
And
forms.id = cbusers.form_id
And
content.created_by = cbusers.user_id
And
users.id = cbusers.user_id
And
records.record_id = cbusers.record_id
And
records.`type` = forms.`type`
And
users.block = 0
Select
form.id As form_id,
form.act_as_registration,
form.default_category,
form.registration_name_field,
form.registration_username_field,
form.registration_email_field,
form.registration_email_repeat_field,
form.`last_update`,
article.`article_id`,
form.`title_field`,
form.`create_articles`,
form.`name`,
form.`use_view_name_as_title`,
form.`protect_upload_directory`,
form.`reference_id`,
records.`record_id`,
form.`type`,
form.`published_only`,
form.`own_only`,
form.`own_only_fe`,
records.`last_update` As record_last_update,
article.`last_update` As article_last_update
From
jk0sx_contentbuilder_records As records
Left Join jk0sx_contentbuilder_forms As form
On ( form.`type` = records.`type`
And form.reference_id = records.reference_id )
Left Join jk0sx_contentbuilder_articles As article
On ( form.`type` = records.`type`
And form.reference_id = records.reference_id
And article.form_id = form.id
And article.record_id = records.record_id )
Left Join jk0sx_content As content
On ( form.`type` = records.`type`
And form.reference_id = records.reference_id
And article.article_id = content.id
And article.form_id = form.id
And article.record_id = records.record_id )
Where
form.`published` = 1
And
form.create_articles = 1
And
form.`type` = records.`type`
And
form.reference_id = records.reference_id
And
(
(
article.form_id = form.id
And
article.record_id = records.record_id
And
article.article_id = content.id
And
( content.state = 1 Or content.state = 0 )
And
(
form.`last_update` > article.`last_update`
Or
records.`last_update` > article.`last_update`
)
)
Or
(
form.id Is Not Null
And records.id Is Not Null
And content.id Is Null
And article.id Is Null
)
)
Limit 50
SET SESSION group_concat_max_len = 9999999
Select *
From jk0sx_contentbuilder_storages
Where id = 7
And published = 1
Order By `ordering`
Select *
From jk0sx_contentbuilder_storage_fields
Where storage_id = 7
And published = 1
Order By `ordering`
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '1'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '1'
Select *
From jk0sx_emplacementvd
Where id = 1
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '2'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '2'
Select *
From jk0sx_emplacementvd
Where id = 2
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '3'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '3'
Select *
From jk0sx_emplacementvd
Where id = 3
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '4'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '4'
Select *
From jk0sx_emplacementvd
Where id = 4
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '5'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '5'
Select *
From jk0sx_emplacementvd
Where id = 5
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '6'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '6'
Select *
From jk0sx_emplacementvd
Where id = 6
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '7'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '7'
Select *
From jk0sx_emplacementvd
Where id = 7
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '8'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '8'
Select *
From jk0sx_emplacementvd
Where id = 8
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '9'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '9'
Select *
From jk0sx_emplacementvd
Where id = 9
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '10'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '10'
Select *
From jk0sx_emplacementvd
Where id = 10
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '11'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '11'
Select *
From jk0sx_emplacementvd
Where id = 11
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '12'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '12'
Select *
From jk0sx_emplacementvd
Where id = 12
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '13'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '13'
Select *
From jk0sx_emplacementvd
Where id = 13
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '14'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '14'
Select *
From jk0sx_emplacementvd
Where id = 14
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '15'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '15'
Select *
From jk0sx_emplacementvd
Where id = 15
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '16'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '16'
Select *
From jk0sx_emplacementvd
Where id = 16
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '17'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '17'
Select *
From jk0sx_emplacementvd
Where id = 17
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '18'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '18'
Select *
From jk0sx_emplacementvd
Where id = 18
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '19'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '19'
Select *
From jk0sx_emplacementvd
Where id = 19
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '20'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '20'
Select *
From jk0sx_emplacementvd
Where id = 20
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '21'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '21'
Select *
From jk0sx_emplacementvd
Where id = 21
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '22'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '22'
Select *
From jk0sx_emplacementvd
Where id = 22
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '23'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '23'
Select *
From jk0sx_emplacementvd
Where id = 23
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '24'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '24'
Select *
From jk0sx_emplacementvd
Where id = 24
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '25'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '25'
Select *
From jk0sx_emplacementvd
Where id = 25
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '26'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '26'
Select *
From jk0sx_emplacementvd
Where id = 26
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '27'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '27'
Select *
From jk0sx_emplacementvd
Where id = 27
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '28'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '28'
Select *
From jk0sx_emplacementvd
Where id = 28
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '29'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '29'
Select *
From jk0sx_emplacementvd
Where id = 29
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '30'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '30'
Select *
From jk0sx_emplacementvd
Where id = 30
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '31'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '31'
Select *
From jk0sx_emplacementvd
Where id = 31
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 9
And reference_id In ('65','66','67','68','69','70','71','72','73','74')
And published = 1
Order By ordering
Select
r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '32'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 7
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '7'
And record_id = '32'
Select *
From jk0sx_emplacementvd
Where id = 32
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 9
SET SESSION group_concat_max_len = 9999999
Select *
From jk0sx_contentbuilder_storages
Where id = 6
And published = 1
Order By `ordering`
Select *
From jk0sx_contentbuilder_storage_fields
Where storage_id = 6
And published = 1
Order By `ordering`
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '104'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '104'
Select *
From jk0sx_emplacementvg
Where id = 104
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '103'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '103'
Select *
From jk0sx_emplacementvg
Where id = 103
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '102'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '102'
Select *
From jk0sx_emplacementvg
Where id = 102
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '101'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '101'
Select *
From jk0sx_emplacementvg
Where id = 101
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '100'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '100'
Select *
From jk0sx_emplacementvg
Where id = 100
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '99'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '99'
Select *
From jk0sx_emplacementvg
Where id = 99
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '98'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '98'
Select *
From jk0sx_emplacementvg
Where id = 98
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '97'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '97'
Select *
From jk0sx_emplacementvg
Where id = 97
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '96'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '96'
Select *
From jk0sx_emplacementvg
Where id = 96
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '95'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '95'
Select *
From jk0sx_emplacementvg
Where id = 95
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '94'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '94'
Select *
From jk0sx_emplacementvg
Where id = 94
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '93'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '93'
Select *
From jk0sx_emplacementvg
Where id = 93
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '92'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '92'
Select *
From jk0sx_emplacementvg
Where id = 92
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '91'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '91'
Select *
From jk0sx_emplacementvg
Where id = 91
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '90'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '90'
Select *
From jk0sx_emplacementvg
Where id = 90
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '89'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '89'
Select *
From jk0sx_emplacementvg
Where id = 89
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '88'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '88'
Select *
From jk0sx_emplacementvg
Where id = 88
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
Where form_id = 8
And reference_id In ('56','57','58','59','60','61','62','63','64')
And published = 1
Order By ordering
Select
r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`,
joined_records.rating_sum / joined_records.rating_count As colRating,
joined_records.rating_count As colRatingCount,
joined_records.rating_sum As colRatingSum
From
jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
Where
r.id = '86'
And
joined_records.`type` = 'com_contentbuilder'
And ( joined_records.id is Null Or joined_records.id Is Not Null )
And
r.storage_id = 6
Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
Where `type` = 'com_contentbuilder'
And reference_id = '6'
And record_id = '86'
Select *
From jk0sx_emplacementvg
Where id = 86
Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
Where id = 8
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 jk0sx_menu AS m
LEFT JOIN jk0sx_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 `type`, `reference_id`
From jk0sx_contentbuilder_forms
Where published = 1
SET SESSION group_concat_max_len = 9999999
Select *
From jk0sx_contentbuilder_storages
Where id = 4
And published = 1
Order By `ordering`
Select *
From jk0sx_contentbuilder_storage_fields
Where storage_id = 4
And published = 1
Order By `ordering`
Select r.id
From
vw_ReservationVD As r
Where r.id Not In (
Select record_id
From jk0sx_contentbuilder_records As cr
Where cr.`type` = 'com_contentbuilder'
And cr.reference_id = '4'
And cr.record_id = r.id
)
SET SESSION group_concat_max_len = 9999999
Select *
From jk0sx_contentbuilder_storages
Where id = 3
And published = 1
Order By `ordering`
Select *
From jk0sx_contentbuilder_storage_fields
Where storage_id = 3
And published = 1
Order By `ordering`
Select r.id
From
vw_Reservation As r
Where r.id Not In (
Select record_id
From jk0sx_contentbuilder_records As cr
Where cr.`type` = 'com_contentbuilder'
And cr.reference_id = '3'
And cr.record_id = r.id
)
SET SESSION group_concat_max_len = 9999999
Select *
From jk0sx_contentbuilder_storages
Where id = 7
And published = 1
Order By `ordering`
Select *
From jk0sx_contentbuilder_storage_fields
Where storage_id = 7
And published = 1
Order By `ordering`
Select r.id
From
jk0sx_emplacementvd As r
Where r.id Not In (
Select record_id
From jk0sx_contentbuilder_records As cr
Where cr.`type` = 'com_contentbuilder'
And cr.reference_id = '7'
And cr.record_id = r.id
)
SET SESSION group_concat_max_len = 9999999
Select *
From jk0sx_contentbuilder_storages
Where id = 6
And published = 1
Order By `ordering`
Select *
From jk0sx_contentbuilder_storage_fields
Where storage_id = 6
And published = 1
Order By `ordering`
Select r.id
From
jk0sx_emplacementvg As r
Where r.id Not In (
Select record_id
From jk0sx_contentbuilder_records As cr
Where cr.`type` = 'com_contentbuilder'
And cr.reference_id = '6'
And cr.record_id = r.id
)
Update jk0sx_contentbuilder_records
Set published = 1
Where is_future = 1
And publish_up <> '0000-00-00 00:00:00'
And publish_up <= '2019-02-22 01:38:21'
Update jk0sx_contentbuilder_records
Set published = 0
Where publish_down <> '0000-00-00 00:00:00'
And publish_down <= '2019-02-22 01:38:21'
SELECT extension_id AS id, element AS "option", params, enabled
FROM jk0sx_extensions
WHERE `type` = 'component'
AND `element` = 'com_content'
SELECT *
FROM jk0sx_languages
WHERE published=1
ORDER BY ordering ASC
SELECT id, home, template, s.params
FROM jk0sx_template_styles as s
LEFT JOIN jk0sx_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 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 jk0sx_categories as c
LEFT JOIN jk0sx_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 jk0sx_categories AS cat JOIN jk0sx_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 `jk0sx_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=13
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 c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM jk0sx_categories as c
LEFT JOIN jk0sx_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 jk0sx_categories AS cat JOIN jk0sx_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=27
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 m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jk0sx_modules AS m
LEFT JOIN jk0sx_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jk0sx_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 <= '2019-02-22 01:38:21')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2019-02-22 01:38:21')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 181 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
SELECT *
FROM jk0sx_modules
WHERE published=1
ORDER BY id
;
UPDATE `jk0sx_session`
SET `data` = '__default|a:7:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1550799500;s:18:\"session.timer.last\";i:1550799500;s:17:\"session.timer.now\";i:1550799500;s:22:\"session.client.browser\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":23:{s:9:\"\0*\0isRoot\";N;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:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";N;s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}}'
, `time` = '1550799501'
WHERE `session_id` = 'ne30sfdv475hca7at49ppu0um5'
34 types de requêtes exécutées, triées par occurrences.
Tables sélectionnées :
50 × Select metakey, metadesc, author, robots, rights, xreference
From jk0sx_contentbuilder_records
50 × Select Distinct `label`, reference_id
From jk0sx_contentbuilder_elements
50 × Select `type`,reference_id,details_template, details_prepare, edit_by_type, act_as_registration, registration_name_field, registration_username_field, registration_email_field, registration_email_repeat_field, registration_password_field, registration_password_repeat_field
From jk0sx_contentbuilder_forms
32 × Select *
From jk0sx_emplacementvd
32 × Select r.`Code` As `col65Value`,r.`Libelle` As `col66Value`,r.`Date_Creation` As `col67Value`,r.`Date_Modification` As `col68Value`,r.`User_Creation` As `col69Value`,r.`User_Modification` As `col70Value`,r.`Code_Attenant` As `col71Value`,r.`Statut` As `col72Value`,r.`Statut_Dimanche` As `col73Value`,r.`Caution` As `col74Value`, joined_records.rating_sum / joined_records.rating_count As colRating, joined_records.rating_count As colRatingCount, joined_records.rating_sum As colRatingSum
From jk0sx_emplacementvd As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
18 × Select *
From jk0sx_emplacementvg
18 × Select r.`Code` As `col56Value`,r.`Libelle` As `col57Value`,r.`Date_Creation` As `col58Value`,r.`Date_Modification` As `col59Value`,r.`User_Creation` As `col60Value`,r.`User_Modification` As `col61Value`,r.`Code_Attenant` As `col62Value`,r.`Statut` As `col63Value`,r.`Caution` As `col64Value`, joined_records.rating_sum / joined_records.rating_count As colRating, joined_records.rating_count As colRatingCount, joined_records.rating_sum As colRatingSum
From jk0sx_emplacementvg As r
Left Join jk0sx_contentbuilder_records As joined_records
On ( joined_records.`type` = 'com_contentbuilder'
And joined_records.record_id = r.id
And joined_records.reference_id = r.storage_id )
6 × Select *
From jk0sx_contentbuilder_storages
6 × Select *
From jk0sx_contentbuilder_storage_fields
3 × SELECT extension_id AS id, element AS "option", params, enabled
FROM jk0sx_extensions
1 × SELECT *
FROM jk0sx_languages
1 × SELECT *
FROM jk0sx_modules
1 × Select r.id
From jk0sx_emplacementvg As r
1 × SELECT id, home, template, s.params
FROM jk0sx_template_styles as s
LEFT JOIN jk0sx_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 jk0sx_categories as c
LEFT JOIN jk0sx_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 jk0sx_categories AS cat JOIN jk0sx_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM jk0sx_categories as c
LEFT JOIN jk0sx_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 jk0sx_categories AS cat JOIN jk0sx_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
1 × Select r.id
From jk0sx_emplacementvd As r
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM jk0sx_modules AS m
LEFT JOIN jk0sx_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN jk0sx_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × Select `type`, `reference_id`
From jk0sx_contentbuilder_forms
1 × SELECT id, rules
FROM `jk0sx_viewlevels
1 × SELECT folder AS type, element AS name, params
FROM jk0sx_extensions
1 × Select form.id As form_id, form.act_as_registration, form.default_category, form.registration_name_field, form.registration_username_field, form.registration_email_field, form.registration_email_repeat_field, form.`last_update`, article.`article_id`, form.`title_field`, form.`create_articles`, form.`name`, form.`use_view_name_as_title`, form.`protect_upload_directory`, form.`reference_id`, records.`record_id`, form.`type`, form.`published_only`, form.`own_only`, form.`own_only_fe`, records.`last_update` As record_last_update, article.`last_update` As article_last_update
From jk0sx_contentbuilder_records As records
Left Join jk0sx_contentbuilder_forms As form
On ( form.`type` = records.`type`
And form.reference_id = records.reference_id )
Left Join jk0sx_contentbuilder_articles As article
On ( form.`type` = records.`type`
And form.reference_id = records.reference_id
And article.form_id = form.id
And article.record_id = records.record_id )
Left Join jk0sx_content As content
On ( form.`type` = records.`type`
And form.reference_id = records.reference_id
And article.article_id = content.id
And article.form_id = form.id
And article.record_id = records.record_id )
1 × SELECT `data`
FROM `jk0sx_session`
1 × SELECT `session_id`
FROM `jk0sx_session`
1 × Select r.id
From vw_ReservationVD As r
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 jk0sx_menu AS m
LEFT JOIN jk0sx_extensions AS e
ON m.component_id = e.extension_id
1 × Select r.id
From vw_Reservation As r
Autres tables :
6 ×
SET SESSION group_concat_max_len = 999999
1 × Update jk0sx_contentbuilder_records
Set published = 0
1 × UPDATE `jk0sx_session`
SET `data` = '__default|a:7:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1550799500;s:18:\"session.timer.last\";i:1550799500;s:17:\"session.timer.now\";i:1550799500;s:22:\"session.client.browser\";s:40:\"CCBot/2.0 (https://commoncrawl.org/faq/)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":23:{s:9:\"\0*\0isRoot\";N;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:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";N;s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}}' , `time` = '1550799501'
1 × Update jk0sx_contentbuilder_records
Set published = 1
1 × INSERT INTO `jk0sx_session` (`session_id`, `client_id`, `time`)
VALUES ('ne30sfdv475hca7at49ppu0um5', 0, '1550799500'
1 × Update jk0sx_contentbuilder_articles As articles, jk0sx_content As content, jk0sx_contentbuilder_forms As forms, jk0sx_contentbuilder_records As records, jk0sx_contentbuilder_registered_users As cbusers, jk0sx_users As users
Set content.state = forms.auto_publish
1 × Update jk0sx_contentbuilder_articles As articles, jk0sx_content As content, jk0sx_contentbuilder_forms As forms, jk0sx_contentbuilder_registered_users As cbusers, jk0sx_users As users
Set content.state = 0