The funds raised are transferred to AUEED to support its projects and other activities. AAUE Board of directors works in close collaboration with AUEED management to identify needs and ensure that your donations will have the greatest impact.
AAUE manages the donations entrusted to it very tightly, so that the funds raised provide the maximum benefit for the children, women and youth of the less fortunate communities in Upper Egypt. Over the past five years, 80% of AAUE excess of revenues over expenses were transferred as grants towards financing projects presented by the AUEED. and about 20% to cover fundraising, mailing and other operating expenses expenses, a level which compares favorably with other small charitable organizations. For further details please consult the 2013 Financial Statements.
The Association is subject to regular overseeing by its donors. Furthermore, we file Form 990-EZ with the Internal Revenue Service and with the state of California. These forms are available on GuideStar website at http://www2.guidestar.org/organizations/95-4577682/american-association-upper-egypt.aspx#.
session.counter ⇒ 1
session.timer.start ⇒ 1761580601
session.timer.last ⇒ 1761580601
session.timer.now ⇒ 1761580601
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.089 seconds (+0.089); 5.41 MB (+4.585) - afterInitialiseApplication 0.102 seconds (+0.013); 6.56 MB (+1.152) - afterRouteApplication 0.469 seconds (+0.367); 11.59 MB (+5.033) - afterDispatchApplication 0.498 seconds (+0.028); 11.70 MB (+0.101) - afterRender11.68 MB (12,243,752 Bytes)SELECT `data`
FROM `j25_session`
WHERE `session_id` = 'trjk6sgut968h4fc67daark3d1'DELETE
FROM `j25_session`
WHERE `time` < '1761579701'SELECT `session_id`
FROM `j25_session`
WHERE `session_id` = 'trjk6sgut968h4fc67daark3d1'
LIMIT 0, 1INSERT INTO `j25_session`
(`session_id`, `client_id`, `time`)
VALUES
('trjk6sgut968h4fc67daark3d1', 0, '1761580601')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 = 56
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-10-27 15:56:41')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-10-27 15:56:41')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=37
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 = 56UPDATE `j25_session`
SET `data` = 'OTlIo-lqJw3vgMqVSjmsnmFtqtZcsz5wYWNuwQkH1QH8ZFXFZXhiFuQ76XnM9se6iCGV4ApwDRhlNTOrmcMO8gd8TTZOyGm4QnZ_H_pR1lL2d6ppVRDJFsa5BelYArWN_waNeBmYO39UKqBZeLrZtLIAMGsqVYIJVVszY-Et_0M1sHRqOZ9kVmKEiCjRbwOob54eiIeKrSpiDc3Jj-gpwZ6fVi_YzijeBDkGqEaqmxg_brnqXiO1YEgynue6q9BuUDjU0OWgZm0_XvDkIkTnOFUBf1ep9cqm-JjZHKXcQyybaehCBpPI7pcTQ3E3kGNaJ_LhF9sg8t-tFKdyzEln14rR9y5LsanWdu93JOpqiiJxxciWtFh6A4g6xt25pkhmwnI9iDWl3Oj7dUihDilPUOCCQwK1SEZkFV0octgp7tZu0c8Hsf1vo8jlirmVKSeOIfuWtCY3vSHJ3fajqxOB7pb6lVX-GltQ2FWnNpM797bKqiC_Zj3cbFqEckoAoUxWo2PEnjzgJDjHl1RihErp10cmgHh4dS7YsVbsNE6s5Cln59GByY2KFivawPICA4l0WEmmyPc3qFj_1ooAa7glSxi9SYHPqCAMc3mNQcxAWTRpo1emlp9mmcFsTMNEILTvDaNvllUar4fD6zlekmfrYJVlmdYwXA7cPYuwb4WcZ00RHrlfag0Wx05mbybIIFGBBWtECegqGGZzxR1r2_pwaD67xSKZyrcNit4EqvBA5kkMiLliAuMaRZdIV12GbHeOAGnLTke4f8-hnIAyuMuqN1UWDiG7vfWARhK5haSsRM2D9fZ2sWFvFnf7iimKT2oCHDKtxyOo52Dq05hKnr3wLe1uQK7MP4pjOeVzR9RiEAz0OMPxPXHs7HhH_7J_eNNGxHqGxEH_1bqHlu7F7V4r1NdX2V2v79YN1cBCKaw6UM0HxTL4l7t4RGc0EdbYiuu1ZwteLvzEP103cwxz-vEfTtyZn3cnyt50MXEozejd1mzfWKlMpOfdDSm4id1l2ZjppAD51YEKl2bGAk_pJMxTURrKHAOSp-HCBikeQc3EBNlmHmp-qtFVY4TeubZabDODw49mP13pVE267wz4khnH4Masm4OlPQBpDo2kq3BKKJ4.'
, `time` = '1761580601'
WHERE `session_id` = 'trjk6sgut968h4fc67daark3d1'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` = 'OTlIo-lqJw3vgMqVSjmsnmFtqtZcsz5wYWNuwQkH1QH8ZFXFZXhiFuQ76XnM9se6iCGV4ApwDRhlNTOrmcMO8gd8TTZOyGm4QnZ_H_pR1lL2d6ppVRDJFsa5BelYArWN_waNeBmYO39UKqBZeLrZtLIAMGsqVYIJVVszY-Et_0M1sHRqOZ9kVmKEiCjRbwOob54eiIeKrSpiDc3Jj-gpwZ6fVi_YzijeBDkGqEaqmxg_brnqXiO1YEgynue6q9BuUDjU0OWgZm0_XvDkIkTnOFUBf1ep9cqm-JjZHKXcQyybaehCBpPI7pcTQ3E3kGNaJ_LhF9sg8t-tFKdyzEln14rR9y5LsanWdu93JOpqiiJxxciWtFh6A4g6xt25pkhmwnI9iDWl3Oj7dUihDilPUOCCQwK1SEZkFV0octgp7tZu0c8Hsf1vo8jlirmVKSeOIfuWtCY3vSHJ3fajqxOB7pb6lVX-GltQ2FWnNpM797bKqiC_Zj3cbFqEckoAoUxWo2PEnjzgJDjHl1RihErp10cmgHh4dS7YsVbsNE6s5Cln59GByY2KFivawPICA4l0WEmmyPc3qFj_1ooAa7glSxi9SYHPqCAMc3mNQcxAWTRpo1emlp9mmcFsTMNEILTvDaNvllUar4fD6zlekmfrYJVlmdYwXA7cPYuwb4WcZ00RHrlfag0Wx05mbybIIFGBBWtECegqGGZzxR1r2_pwaD67xSKZyrcNit4EqvBA5kkMiLliAuMaRZdIV12GbHeOAGnLTke4f8-hnIAyuMuqN1UWDiG7vfWARhK5haSsRM2D9fZ2sWFvFnf7iimKT2oCHDKtxyOo52Dq05hKnr3wLe1uQK7MP4pjOeVzR9RiEAz0OMPxPXHs7HhH_7J_eNNGxHqGxEH_1bqHlu7F7V4r1NdX2V2v79YN1cBCKaw6UM0HxTL4l7t4RGc0EdbYiuu1ZwteLvzEP103cwxz-vEfTtyZn3cnyt50MXEozejd1mzfWKlMpOfdDSm4id1l2ZjppAD51YEKl2bGAk_pJMxTURrKHAOSp-HCBikeQc3EBNlmHmp-qtFVY4TeubZabDODw49mP13pVE267wz4khnH4Masm4OlPQBpDo2kq3BKKJ4.' , `time` = '1761580601'1 × UPDATE j25_content
SET hits = hits + 11 × INSERT INTO `j25_session` (`session_id`, `client_id`, `time`)
VALUES ('trjk6sgut968h4fc67daark3d1', 0, '1761580601'1 × DELETE
FROM `j25_session`