The staff of the M-STAR project from January 2018 had started visiting the madrassas in order to select for further activities of the project. Within the framework of the project, in conjunction with the representative of the state religion commission and kaziyats of Osh, Jalal-Abad and Batken oblasts organized visits to interested madrasas. Visit was conducted from January 31 to February 2, 2018, to 7 madrasahs of Osh, Jalal-Abad and Batken oblasts.
The project "KARAGAT +", aimed at improving the economic situation of rural residents of Issyk-Kul region has been extended until the end of 2018. Project will be implemented by the public foundation “AVEP” with the financial support of the Kumtor Operating Company. Within the framework of the project, the following activities will continue:
On January 24, under the framework of the G-STAR project in Tokmok was held a meeting with the participation of the project staff, training providers and representatives of the construction teams involved in the project. At the meeting, the project staff presented a cooperation plan for 2018, which includes tasks, expected results and indicators. Also on the agenda was a discussion of a new way of organizing trainings, based on the practice of participants in the existing brigades cooperating with the project.
Public Fund AVEP with the participation of the State Commission for Religious Affairs, the Spiritual Office of Muslims of Kyrgyzstan, regional kaziyats and beneficiaries of the project summed up the activities of the M-STAR project for 2017. Representatives of the US Embassy in Kyrgyzstan also participated in this conference. At the beginning of the conference, the employees of AVEP made a presentation on the project's achievements in the short term. At the end of 2017, 140 pupils were trained in three madrassahs and 67% of graduates work in the specialties that they received under the M-STAR project. The representative of the State Commission for Religious Affairs expressed his gratitude to the project's donors and performers, and also wished that the project would later be able to cover all regions of Kyrgyzstan. Because the project has specific goals to improve the quality of life not only to students of madrassas, but also to families of students.
On December 21, in the city of Karakol, in connection with the completion of the "Education in green skills in the field of construction" project organized a final conference. In this activity participated representatives of the regional administration, the city administration of Karakol, the employment center of Ak-Suu, Jety-Oguz and Issyk-Kul districts, the Village administrations and the beneficiaries, totaling about 40 people. At the conference, PF AVEP and Training centers provided a report on the project activities. Participants shared their views, expressed their gratitude. From the side of the city administration of Karakol and the district administration of the Ak-Suu district were given letters of appreciation to PF AVEP and training providers.
SELECT b.id
FROMiafco_usergroupsAS a
LEFTJOINiafco_usergroupsAS b ON b.lft <= a.lft AND b.rgt >= a.rgt
WHERE a.id = 1
SELECT id, rules
FROM `iafco_viewlevels`
SELECTCOUNT(*)
FROM `iafco_menu`
WHERE home = 1 AND published = 1 AND client_id = 0
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
FROMiafco_menuAS m
LEFTJOINiafco_extensionsAS e ON m.component_id = e.extension_id
WHERE m.published = 1 AND m.parent_id > 0 AND m.client_id = 0
ORDERBY m.lft
SELECT a.rules
FROMiafco_assetsAS a
WHERE (a.id = 1)
GROUPBY a.id, a.rules, a.lft
SELECT b.rules
FROMiafco_assetsAS a
LEFTJOINiafco_assetsAS b ON b.lft <= a.lft AND b.rgt >= a.rgt
WHERE (a.name = 'com_content')
GROUPBY b.id, b.rules, b.lft
ORDERBY b.lft
SELECT c.*, CASEWHENCHAR_LENGTH(c.alias) THENCONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
FROMiafco_categories as c
LEFTJOINiafco_categoriesAS s ON (s.lft < c.lft AND s.rgt > c.rgt AND c.language in ('en-GB','*')) OR (s.lft >= c.lft AND s.rgt <= c.rgt)
LEFTJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUPBY cat.id) AS badcats ON badcats.id = c.id
LEFTJOIN `iafco_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=26 AND badcats.id is null
GROUPBY 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
ORDERBY c.lft
SELECT b.rules
FROMiafco_assetsAS a
LEFTJOINiafco_assetsAS b ON b.lft <= a.lft AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.category.26')
GROUPBY b.id, b.rules, b.lft
ORDERBY b.lft
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASEWHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name, CASEWHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore, CASEWHEN badcats.id is not null THEN 0 ELSE a.state ENDAS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias, CASEWHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name ENDAS author,ua.email AS author_email,(
SELECTMAX(contact.id) AS id
FROMiafco_contact_detailsAS contact
WHERE contact.published = 1 AND contact.user_id = a.created_by AND (contact.language in ('en-GB','*') OR contact.language ISNULL)) as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published, CASEWHEN badcats.id is null THEN c.published ELSE 0 ENDAS parents_published
FROMiafco_contentAS a
LEFTJOINiafco_content_frontpageAS fp ON fp.content_id = a.id
LEFTJOINiafco_categoriesAS c ON c.id = a.catid
LEFTJOINiafco_usersAS ua ON ua.id = a.created_by
LEFTJOINiafco_usersAS uam ON uam.id = a.modified_by
LEFTJOINiafco_categories as parent ON parent.id = c.parent_id
LEFTJOINiafco_content_ratingAS v ON a.id = v.content_id
LEFT OUTERJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUPBY cat.id ) AS badcats ON badcats.id = c.id
WHERE a.access IN (1,1) AND c.access IN (1,1) AND CASEWHEN badcats.id is null THEN a.state ELSE 0 END= 1 AND a.catid = 26 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-06-20 04:38:19') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-06-20 04:38:19') AND a.language in ('en-GB','*')
ORDERBY c.lft, CASEWHEN a.publish_up = 0 THEN a.created ELSE a.publish_up ENDDESC , a.created LIMIT 165, 9
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASEWHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name, CASEWHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore, CASEWHEN badcats.id is not null THEN 0 ELSE a.state ENDAS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias, CASEWHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name ENDAS author,ua.email AS author_email,(
SELECTMAX(contact.id) AS id
FROMiafco_contact_detailsAS contact
WHERE contact.published = 1 AND contact.user_id = a.created_by AND (contact.language in ('en-GB','*') OR contact.language ISNULL)) as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published, CASEWHEN badcats.id is null THEN c.published ELSE 0 ENDAS parents_published
FROMiafco_contentAS a
LEFTJOINiafco_content_frontpageAS fp ON fp.content_id = a.id
LEFTJOINiafco_categoriesAS c ON c.id = a.catid
LEFTJOINiafco_usersAS ua ON ua.id = a.created_by
LEFTJOINiafco_usersAS uam ON uam.id = a.modified_by
LEFTJOINiafco_categories as parent ON parent.id = c.parent_id
LEFTJOINiafco_content_ratingAS v ON a.id = v.content_id
LEFT OUTERJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUPBY cat.id ) AS badcats ON badcats.id = c.id
WHERE a.access IN (1,1) AND c.access IN (1,1) AND CASEWHEN badcats.id is null THEN a.state ELSE 0 END= 1 AND a.catid = 26 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-06-20 04:38:19') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-06-20 04:38:19') AND a.language in ('en-GB','*')
ORDERBY c.lft, CASEWHEN a.publish_up = 0 THEN a.created ELSE a.publish_up ENDDESC , a.created
SELECT c.*, CASEWHENCHAR_LENGTH(c.alias) THENCONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROMiafco_categories as c
LEFTJOINiafco_categoriesAS s ON (s.lft < c.lft AND s.rgt > c.rgt AND c.language in ('en-GB','*')) OR (s.lft >= c.lft AND s.rgt <= c.rgt)
LEFTJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUPBY 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=26 AND badcats.id is null
GROUPBY 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
ORDERBY c.lft
SELECT params FROMiafco_extensionsAS e WHERE e.element='com_widgetkit'
SELECT id,template FROMiafco_template_styles WHERE client_id=0 AND home=1
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROMiafco_modulesAS m
LEFTJOINiafco_modules_menuAS mm ON mm.moduleid = m.id
LEFTJOINiafco_extensionsAS 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 <= '2025-06-20 04:38:19') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-06-20 04:38:19') AND m.access IN (1,1) AND m.client_id = 0 AND (mm.menuid = 265 OR mm.menuid <= 0) AND m.language IN ('en-GB','*')
ORDERBY m.position, m.ordering
UPDATE `iafco_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1750394299;s:18:\"session.timer.last\";i:1750394299;s:17:\"session.timer.now\";i:1750394299;s:24:\"session.client.forwarded\";s:11:\"18.97.9.170\";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\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}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;}s:13:\"session.token\";s:32:\"1c34af9d653cf490c018ec4fce0498a2\";}'
, `time` = '1750394299'
WHERE `session_id` = 'tjc4q41i60j84c6g0icr4tn6p3'
17 Query Types Logged, Sorted by Occurrences.
SELECT Tables:
2 × SELECT b.rules FROMiafco_assetsAS a LEFTJOINiafco_assetsAS b ON b.lft <= a.lft AND b.rgt >= a.rgt
2 × SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias, CASEWHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name, CASEWHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore, CASEWHEN badcats.id is not null THEN 0 ELSE a.state ENDAS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias, CASEWHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name ENDAS author,ua.email AS author_email,( SELECTMAX(contact.id) AS id FROMiafco_contact_detailsAS contact
1 × SELECT c.*, CASEWHENCHAR_LENGTH(c.alias) THENCONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems FROMiafco_categories as c LEFTJOINiafco_categoriesAS s ON (s.lft < c.lft AND s.rgt > c.rgt AND c.language in ('en-GB','*')) OR (s.lft >= c.lft AND s.rgt <= c.rgt) LEFTJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
1 × SELECT c.*, CASEWHENCHAR_LENGTH(c.alias) THENCONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug FROMiafco_categories as c LEFTJOINiafco_categoriesAS s ON (s.lft < c.lft AND s.rgt > c.rgt AND c.language in ('en-GB','*')) OR (s.lft >= c.lft AND s.rgt <= c.rgt) LEFTJOIN (SELECT cat.id as id FROMiafco_categoriesAS cat JOINiafco_categoriesAS parent ON cat.lft BETWEEN parent.lft AND parent.rgt
1 × SELECT params FROMiafco_extensionsAS e
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid FROMiafco_modulesAS m LEFTJOINiafco_modules_menuAS mm ON mm.moduleid = m.id LEFTJOINiafco_extensionsAS e ON e.element = m.module AND e.client_id = m.client_id
1 × SELECT id,template FROMiafco_template_styles
1 × SELECT a.rules FROMiafco_assetsAS a
1 × SELECT b.id FROMiafco_usergroupsAS a LEFTJOINiafco_usergroupsAS b ON b.lft <= a.lft AND b.rgt >= a.rgt
1 × SELECT `session_id` FROM `iafco_session`
1 × SELECT id, rules FROM `iafco_viewlevels
1 × SELECTCOUNT(*) FROM `iafco_menu`
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 FROMiafco_menuAS m LEFTJOINiafco_extensionsAS e ON m.component_id = e.extension_id