Fields of activity
The AAUE principal function is to raise funds on behalf of the Association of Upper Egypt for Education and Development (AUEED), an Egyptian Non Governmental Organization. The AUEED is devoted to empowering underpriviledged communities in Upper Egypt through education and social development programs. The AAUE monetary contributions are mainly allocated to formal education.
Formal education

AUEED owns and manages 35 elementary and 3 preparatory schools currently with an enrollment of more than 11,100 boys and girls (44% are girls). Scholarships allow students from modest families, most of which living in poverty, to access this reputable high quality level of education. AUEED recently extended education to cover the preparatory stage in a number of schools.
Eradication of illiteracy

With an adult literacy rate of 56.5%, illiteracy is a major problem in Upper Egypt. A literacy program for adults (above 15 years of age) provides the basic skills of reading, writing, arithmetic, and general knowledge based on on Paulo Freire pedagogical philosophy whereby education leads to freedom.
Maternal and child health care

AUEED supports the government and local community efforts to reduce mortality rates among pregnant women and infants (0-2 years) through the Mother and Child Health Care Program (MCH). Mortality rates vary from 62 to 85 per 100000 births and reflects the fact that only 41% of birth take place in a hospital. Pregnant women and infants come to the 24 MCH centers for regular check-ups. The centers also work on raising the awareness of pregnant women and lactating mothers about health issues that enable them to take good care of their health and that of their babies.
Improving children health and sanitary practices in schools and reducing mother and child mortality rates as well as adressing the issue of malnutritrion are among the fundamental objectives of our local partner.
Socio-economic development

The AUEED is also involved in realizing socio-economic development mainly through 65 social centers dedicated to the development of life skills need to further social change and improve the quality of life for those living in these communities. This takes place through education related to helath, environment, culture and economic development and gender mainstreaming.
Joomla! Debug Console
session.counter ⇒ 1
session.timer.start ⇒ 1757549481
session.timer.last ⇒ 1757549481
session.timer.now ⇒ 1757549481
registry ⇒ {}
id ⇒ 0
name ⇒
username ⇒
email ⇒
password ⇒
password_clear ⇒
usertype ⇒
block ⇒
sendEmail ⇒ 0
registerDate ⇒
lastvisitDate ⇒
activation ⇒
params ⇒
groups ⇒
guest ⇒ 1
lastResetTime ⇒
resetCount ⇒
aid ⇒ 0
11.69 MB (12,258,416 Bytes)
19 Queries Logged
SELECT `data`
FROM `j25_session`
WHERE `session_id` = 'd7besjh3om91vc456ha9hfsih2'
DELETE
FROM `j25_session`
WHERE `time` < '1757548581'
SELECT `session_id`
FROM `j25_session`
WHERE `session_id` = 'd7besjh3om91vc456ha9hfsih2'
LIMIT 0, 1
INSERT INTO `j25_session`
(`session_id`, `client_id`, `time`)
VALUES
('d7besjh3om91vc456ha9hfsih2', 0, '1757549481')
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 = 1
SELECT 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 ordering
SELECT 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.lft
SELECT 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 ASC
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_id
WHERE s.client_id = 0
AND e.enabled = 1
SELECT a.rules
FROM j25_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
SELECT b.rules
FROM j25_assets AS a
LEFT JOIN j25_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content' OR a.parent_id=0)
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT 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 = 46
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-09-11 00:11:21')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-09-11 00:11:21')
AND (a.state = 1 OR a.state =2)
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=35
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
UPDATE j25_content
SET hits = hits + 1
WHERE id = 46
UPDATE `j25_session`
SET `data` = '93UJqouYUInPUbaVKxAvEkFEPJwkLoAQFEX_cj1_iCqN5AbXgi5-6-7KvvtrL3zD4uHMdokmX3p9OufkbuoCJJ7kuGsLobeGCxVMIIjVnAGHl8Ibwo-oX3NGL1x52iipfoNBUtJ5A-5k8lzEMTrTnjxSX7JvsY3aW3qGRav5ZfuoSAPf8zLPTgQyJ3kgEeAmon5TUi59_jqzDTKG8CWKNHoAIsYaTe8QS47Ijp8DCQ11Ysc13xFzBcmcR0Ni5fph9gu7CQM5cKHZvaE3aH_rJqyy5bRyfkdKGigFlAA-u890NbZctfCuYLfN_xliqdQEz8BKev0juJ2cRx1ZZmXNDkBGhuQNCf7cPGGxOnpP0RTT7IoP4BRYNCbbac3RjqaJovMahZqU5dPqttYDyjyj--UMnjzyccDZY57xDAa0lSzu0-bUVToXHNwo220uGoXJZP6nX3mNG1AFVvZv7oFfqfNjB3ES1lzsDOUJ2r17Pg450-2uC9qN1Vg8H4KWhfawdChU_oATWqJgAs0ZZilHj9a0zgC_xlv2POmG28-PgtOd-9TVz_JU7SVUE8PIBuz5Tw8B0BT5OeXNSBFJsZsXfnRFbF_aXLBd60FYBYwYjjbVb3BNPxDDUul82nPKB9kVI6jQP-LGXApHta4Rx61ZigyqlkRUVkCnNO4tD2Dje0fd_lzHj6arye8xMSBue5QL1pvxpAwlZMU9RZor_QQQuud5L6ngchumGec4g7HCGxN8ndkKWBve6RXGbC5BP888zGVJuwqdwxSjtiUQ2YXeZyVKXnUfRG2uq0iJhlev1EPexErtjfcEl8GPOsKXdFVHhZR30iesj3cUGTGdwEfO8Z57z-ahN3jekQpD9VtXSyLx--R1hcNRy-Do95CFtv1I4Dld9LtXGVN_xf8fho3r2fqSJBau1iUeNunDzgKPdvUs1bt3jLLz5PTUoh6b-8D6vfKxF5bL2xnPLCIJ1YzfDS32A9ZdGOfKvOxL83ys1zerMYCYIxewsv3ga4LfXftye4ZwKDnZwpGvF1KcaGPmArjLhwud4syQyQz4q6y37tVvk0bPo0iLMm5Zw1XLZjVLlLBWXRRmhax7551qiwCjkyZzTuGAPWdurHNjarAhFIY.'
, `time` = '1757549481'
WHERE `session_id` = 'd7besjh3om91vc456ha9hfsih2'
17 Query Types Logged, Sorted by Occurrences.
SELECT Tables:
3 × SELECT extension_id AS id, element AS "option", params, enabled
FROM j25_extensions
1 × SELECT a.rules
FROM j25_assets AS a
1 × 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_id
1 × SELECT b.rules
FROM j25_assets AS a
LEFT JOIN j25_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × 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 contact
1 × 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
1 × SELECT *
FROM j25_languages
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_id
1 × 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.rgt
1 × SELECT id, rules
FROM `j25_viewlevels
1 × SELECT folder AS type, element AS name, params
FROM j25_extensions
1 × SELECT `data`
FROM `j25_session`
OTHER Tables:
1 × UPDATE `j25_session`
SET `data` = '93UJqouYUInPUbaVKxAvEkFEPJwkLoAQFEX_cj1_iCqN5AbXgi5-6-7KvvtrL3zD4uHMdokmX3p9OufkbuoCJJ7kuGsLobeGCxVMIIjVnAGHl8Ibwo-oX3NGL1x52iipfoNBUtJ5A-5k8lzEMTrTnjxSX7JvsY3aW3qGRav5ZfuoSAPf8zLPTgQyJ3kgEeAmon5TUi59_jqzDTKG8CWKNHoAIsYaTe8QS47Ijp8DCQ11Ysc13xFzBcmcR0Ni5fph9gu7CQM5cKHZvaE3aH_rJqyy5bRyfkdKGigFlAA-u890NbZctfCuYLfN_xliqdQEz8BKev0juJ2cRx1ZZmXNDkBGhuQNCf7cPGGxOnpP0RTT7IoP4BRYNCbbac3RjqaJovMahZqU5dPqttYDyjyj--UMnjzyccDZY57xDAa0lSzu0-bUVToXHNwo220uGoXJZP6nX3mNG1AFVvZv7oFfqfNjB3ES1lzsDOUJ2r17Pg450-2uC9qN1Vg8H4KWhfawdChU_oATWqJgAs0ZZilHj9a0zgC_xlv2POmG28-PgtOd-9TVz_JU7SVUE8PIBuz5Tw8B0BT5OeXNSBFJsZsXfnRFbF_aXLBd60FYBYwYjjbVb3BNPxDDUul82nPKB9kVI6jQP-LGXApHta4Rx61ZigyqlkRUVkCnNO4tD2Dje0fd_lzHj6arye8xMSBue5QL1pvxpAwlZMU9RZor_QQQuud5L6ngchumGec4g7HCGxN8ndkKWBve6RXGbC5BP888zGVJuwqdwxSjtiUQ2YXeZyVKXnUfRG2uq0iJhlev1EPexErtjfcEl8GPOsKXdFVHhZR30iesj3cUGTGdwEfO8Z57z-ahN3jekQpD9VtXSyLx--R1hcNRy-Do95CFtv1I4Dld9LtXGVN_xf8fho3r2fqSJBau1iUeNunDzgKPdvUs1bt3jLLz5PTUoh6b-8D6vfKxF5bL2xnPLCIJ1YzfDS32A9ZdGOfKvOxL83ys1zerMYCYIxewsv3ga4LfXftye4ZwKDnZwpGvF1KcaGPmArjLhwud4syQyQz4q6y37tVvk0bPo0iLMm5Zw1XLZjVLlLBWXRRmhax7551qiwCjkyZzTuGAPWdurHNjarAhFIY.' , `time` = '1757549481'
1 × UPDATE j25_content
SET hits = hits + 1
1 × INSERT INTO `j25_session` (`session_id`, `client_id`, `time`)
VALUES ('d7besjh3om91vc456ha9hfsih2', 0, '1757549481'
1 × DELETE
FROM `j25_session`