MEETING WITH THE AUEED LEADERS

Mr. Wahid Naguib, General Director and Mrs. Dina Raouf, Deputy Director extended a warm welcome to Karim & Pony Noujaim, American Association for Upper Egypt. The meeting occurred at the Association of Upper Egypt for Education and Development headquarters in Cairo, Egypt. Mr. Naguib and Mr. Noujaim exchanged some common experiences with their respective organizations. The meeting also helped boost the personal contact between the two organizations. Great visit.AKHMIM EXHIBITION AT AUEED HEADQUARTERS
Karim & Pony Noujaim enjoyed the various colorful and creative work on display during the "Torathna" exhibition (that displayed Akhmim and Hagaza works) and did not leave empty handed. The exhibition was from October 2nd to 6th, 2019 at the Association of Upper Egypt for Education and Development (AUEED) headquarters. They also had the pleasure to meet Loula Lahham, Project Director, and Mr. Abd El Fatah El Sissi, President of Egypt, had personally presented Ms. Lahaam with a recognition certificate for her work on the exhibition what it represents.
session.counter ⇒ 1
session.timer.start ⇒ 1763205728
session.timer.last ⇒ 1763205728
session.timer.now ⇒ 1763205728
registry ⇒ {}
id ⇒ 0
name ⇒
username ⇒
email ⇒
password ⇒
password_clear ⇒
usertype ⇒
block ⇒
sendEmail ⇒ 0
registerDate ⇒
lastvisitDate ⇒
activation ⇒
params ⇒
groups ⇒
guest ⇒ 1
lastResetTime ⇒
resetCount ⇒
aid ⇒ 0
Application 0.000 seconds (+0.000); 0.82 MB (+0.824) - afterLoadApplication 0.077 seconds (+0.077); 5.41 MB (+4.585) - afterInitialiseApplication 0.091 seconds (+0.014); 6.56 MB (+1.152) - afterRouteApplication 0.158 seconds (+0.067); 11.63 MB (+5.065) - afterDispatchApplication 0.169 seconds (+0.011); 11.73 MB (+0.102) - afterRender11.71 MB (12,278,024 Bytes)SELECT `data`
FROM `j25_session`
WHERE `session_id` = 'bp6thn072eu89bnmlgkebm4nv4'SELECT `session_id`
FROM `j25_session`
WHERE `session_id` = 'bp6thn072eu89bnmlgkebm4nv4'
LIMIT 0, 1INSERT INTO `j25_session`
(`session_id`, `client_id`, `time`)
VALUES
('bp6thn072eu89bnmlgkebm4nv4', 0, '1763205728')SELECT extension_id AS id, element AS "option", params, enabled
FROM j25_extensions
WHERE `type` = 'component'
AND `element` = 'com_users'SELECT b.id
FROM j25_usergroups AS a
LEFT JOIN j25_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1SELECT id, rules
FROM `j25_viewlevels`SELECT folder AS type, element AS name, params
FROM j25_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1)
ORDER BY orderingSELECT extension_id AS id, element AS "option", params, enabled
FROM j25_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'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 j25_menu AS m
LEFT JOIN j25_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lftSELECT extension_id AS id, element AS "option", params, enabled
FROM j25_extensions
WHERE `type` = 'component'
AND `element` = 'com_content'SELECT *
FROM j25_languages
WHERE published=1
ORDER BY ordering ASCSELECT id, home, template, s.params
FROM j25_template_styles as s
LEFT JOIN j25_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1SELECT a.rules
FROM j25_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lftSELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM j25_content AS a
LEFT JOIN j25_categories AS c
on c.id = a.catid
LEFT JOIN j25_users AS u
on u.id = a.created_by
LEFT JOIN (
SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM j25_contact_details AS contact
WHERE contact.published = 1
GROUP BY contact.user_id, contact.language) AS contact
ON contact.user_id = a.created_by
LEFT JOIN j25_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j25_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 62
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-15 11:22:09')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-15 11:22:09')SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM j25_categories as c
LEFT JOIN j25_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 j25_categories AS cat JOIN j25_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=62
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lftUPDATE j25_content
SET hits = hits + 1
WHERE id = 62UPDATE `j25_session`
SET `data` = 'uvPQ2opuBrmw7jJE1S2RXl2uhwvXtXF8qiBQTBHuAWQIIoGdH6tefDaxgM_812ycKOP6TMzcHQo0N1tDW-Dt0sqTB6duFjf5xuXLaMWo0Rt43gjhH2OD37J0z05orKAKklw4dLBh2huHcfH4vdbMs-HjH0k2YB0jzQykkzIrL97Qvxp1WsK0GHmIQT0gtpxsUe4mIW5fR299WAFtI08VT5UTrAV8Uqi3FQ-z8j3bhvEVcA3vqQsKaAwgFB-EceiG86F-0bSqwyqzX8u6XW6SLSfsB_BI5w_bDgykk5rKIxMD4VoAax-9BQfsbCk33ZsBvehIXs-fktyrjDbgQraQyCsGvhCBgBHKUhAI3_WTQ0I_avtgcl1shST7IDn4sN3heLc7fTMztaTDcMRS3pI8zYo7Jr85wzvTw468x62HZ_kk17KSnDjYLh9R31DKSkiuR_APOKZ6pWSRpl2RzToHh7m24xGwmDw7ZFE55K2F3WuvIA1qV_6I-SotIxLuU6sTGaw3HrYAoFAtkf3CIGmhNtqjMDoWEJ82LfyWAdgukTKDQLvbN3SOdfAxk51qLYoxTXhpv9vPfIJGC9s4iOFF-FOoU10_7XWYB6-CL67fYXArQ0uAN_UhVbkidQuOekcq_cOU_-pmC8ED-OZnpIaeiedbXKkM0QUaefrZ75hmdDCPOGecdMh6I_msTc7STUbgr-WBueGhwmAPAfRM6iemQ9NmV9E-QZjPsuTlU4t1qYy8J44NJn_CLpJArNA_sk5czw_C8Syofk7IcYEVJOqi1UxPmTEXMftR6aUlKU_TJ95X56wZvE6hRl1DrbUj0jBBvLYhC-oBwYRfIlytV_xWfghQSd8it_iGybFhUBvGtFpUpSI667I5IGrTfnH2r2oemXYjr6IItrYXGXJIQKL3eG5-MDknaRpZ3lV8aVSUCv5Nox_RlIxEU0T8Z0AKWGN_5ug6eln3psPlTB8MrxiBRX6tgrTbcbMvYe-0ondq9FbndGsu4fUwUB7OWg84qODa8ZhLA6C_0k7e8TBzxxzwPXWBKlXD4iOunSd666PLvaK4Y8bpSsj4xs5ZBI47Lvfs9RRi11eHkeEBZTRSUV6gQiv11um62-z5t7x4I-WAM54.'
, `time` = '1763205729'
WHERE `session_id` = 'bp6thn072eu89bnmlgkebm4nv4'3 × SELECT extension_id AS id, element AS "option", params, enabled
FROM j25_extensions1 × SELECT id, home, template, s.params
FROM j25_template_styles as s
LEFT JOIN j25_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id1 × SELECT a.rules
FROM j25_assets AS a1 × SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,contact.id as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM j25_content AS a
LEFT JOIN j25_categories AS c
on c.id = a.catid
LEFT JOIN j25_users AS u
on u.id = a.created_by
LEFT JOIN ( SELECT contact.user_id, MAX(contact.id) AS id, contact.language
FROM j25_contact_details AS contact1 × SELECT *
FROM j25_languages1 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM j25_categories as c
LEFT JOIN j25_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 j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt1 × SELECT folder AS type, element AS name, params
FROM j25_extensions1 × SELECT `session_id`
FROM `j25_session`1 × SELECT b.id
FROM j25_usergroups AS a
LEFT JOIN j25_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt1 × SELECT id, rules
FROM `j25_viewlevels1 × SELECT `data`
FROM `j25_session`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 j25_menu AS m
LEFT JOIN j25_extensions AS e
ON m.component_id = e.extension_id1 × UPDATE `j25_session`
SET `data` = 'uvPQ2opuBrmw7jJE1S2RXl2uhwvXtXF8qiBQTBHuAWQIIoGdH6tefDaxgM_812ycKOP6TMzcHQo0N1tDW-Dt0sqTB6duFjf5xuXLaMWo0Rt43gjhH2OD37J0z05orKAKklw4dLBh2huHcfH4vdbMs-HjH0k2YB0jzQykkzIrL97Qvxp1WsK0GHmIQT0gtpxsUe4mIW5fR299WAFtI08VT5UTrAV8Uqi3FQ-z8j3bhvEVcA3vqQsKaAwgFB-EceiG86F-0bSqwyqzX8u6XW6SLSfsB_BI5w_bDgykk5rKIxMD4VoAax-9BQfsbCk33ZsBvehIXs-fktyrjDbgQraQyCsGvhCBgBHKUhAI3_WTQ0I_avtgcl1shST7IDn4sN3heLc7fTMztaTDcMRS3pI8zYo7Jr85wzvTw468x62HZ_kk17KSnDjYLh9R31DKSkiuR_APOKZ6pWSRpl2RzToHh7m24xGwmDw7ZFE55K2F3WuvIA1qV_6I-SotIxLuU6sTGaw3HrYAoFAtkf3CIGmhNtqjMDoWEJ82LfyWAdgukTKDQLvbN3SOdfAxk51qLYoxTXhpv9vPfIJGC9s4iOFF-FOoU10_7XWYB6-CL67fYXArQ0uAN_UhVbkidQuOekcq_cOU_-pmC8ED-OZnpIaeiedbXKkM0QUaefrZ75hmdDCPOGecdMh6I_msTc7STUbgr-WBueGhwmAPAfRM6iemQ9NmV9E-QZjPsuTlU4t1qYy8J44NJn_CLpJArNA_sk5czw_C8Syofk7IcYEVJOqi1UxPmTEXMftR6aUlKU_TJ95X56wZvE6hRl1DrbUj0jBBvLYhC-oBwYRfIlytV_xWfghQSd8it_iGybFhUBvGtFpUpSI667I5IGrTfnH2r2oemXYjr6IItrYXGXJIQKL3eG5-MDknaRpZ3lV8aVSUCv5Nox_RlIxEU0T8Z0AKWGN_5ug6eln3psPlTB8MrxiBRX6tgrTbcbMvYe-0ondq9FbndGsu4fUwUB7OWg84qODa8ZhLA6C_0k7e8TBzxxzwPXWBKlXD4iOunSd666PLvaK4Y8bpSsj4xs5ZBI47Lvfs9RRi11eHkeEBZTRSUV6gQiv11um62-z5t7x4I-WAM54.' , `time` = '1763205729'1 × UPDATE j25_content
SET hits = hits + 11 × INSERT INTO `j25_session` (`session_id`, `client_id`, `time`)
VALUES ('bp6thn072eu89bnmlgkebm4nv4', 0, '1763205728'
