Board of Directors
Since its creation, AAUE has adopted a structure based on voluntary work which allows its Board of directors to ensure that the association is soundly managed.
AAUE is a nonprofit public benefit corporation and is not organized for the private gain of any person. It is organized under the Nonprofit Public Benefit Corporation Law for charitable purposes. It is organized and operated exclusively for charitable purposes within the meaning of Section 501 (C) (3) of the Internal Revenue Code of 1996.
The property of this corporation is irrevocably dedicated to charitable purposes and no part of the net income or assets of this corporation shall ever inure to the benefit of any director.
The AAUE's mission is similar to PACHE's ("Les Partenaires de l'Association de la Haute Egypte"), a canadian based charitable organization. AAUE was reorganized in 2009 and a new Board of directors was appointed thanks to the initiative and leadership of PACHE.
The authorized number of directors of the corporation is not less than three (3) and not more than seventeen (17). The current Board of Directors is composed of six members and constitutes AAUE's governing body. The members of the Board direct the Corporation towards reaching its objectives, oversee daily operation, enter into and negotiate all contracts in which the Corporation can legally partake and, in general, exercise, individually and as a whole, the rights and authority held by the Corporation itself.
Karim Noujaim - President
Samir Mossaad - Vice-president/Treasurer
Pony Noujaim - Secretary
Dr. Frank Nuar - Director
Wahid Boctor - Director
The Board of directors, and all other people involved, are volunteers devoted to the AAUE mission. Without them, we would not be able to operate as their dedication helps keep our operating cost to a minimum (less than 5% of donations). It also allows the AAUE to maximize the disbursement of donors' contributions towards its intended purpose.
Joomla! Debug Console
session.counter ⇒ 1
session.timer.start ⇒ 1756704407
session.timer.last ⇒ 1756704407
session.timer.now ⇒ 1756704407
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.7 MB (12,271,264 Bytes)
19 Queries Logged
SELECT `data`
FROM `j25_session`
WHERE `session_id` = 'eahh7ud7i7eld90fe84vruafg6'
DELETE
FROM `j25_session`
WHERE `time` < '1756703507'
SELECT `session_id`
FROM `j25_session`
WHERE `session_id` = 'eahh7ud7i7eld90fe84vruafg6'
LIMIT 0, 1
INSERT INTO `j25_session`
(`session_id`, `client_id`, `time`)
VALUES
('eahh7ud7i7eld90fe84vruafg6', 0, '1756704407')
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 = 60
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-09-01 05:26:47')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-09-01 05:26:47')
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=58
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 = 60
UPDATE `j25_session`
SET `data` = '-1ivpATHu9RIBilmYdTCaj2PfNz6NNCDtDNUFM2M3y1QiDTcMHvVDlyZNQCxKrc1jHWUWrKqTRPquPKXOPSa0er9yAZmYHf_RzbFlpC36f2TEMeqiIU2kJ8osg6CsxhinTve2pPKS1Td8KFCt27wj3tUre_FBZnFwbfSwuYieNZnHsYXJyh5GxFcR8nCm0ufYg9F43whd6aa1CNDrl6EaC15kLY1xb3hR_PBuxZ8PBr1Kq2c8eERSmwO6HD8jn5YVNq4rcodG1IzbwnGzacHwUdADWpuW_pQTdZd2ErPAL8ElVCsaDR-MByJyXtQB431oCLleaSafHGO6S_gIl9HLQaTu_YMcOYgEyFizR4Gruz87lw8q8xkydb73YS4r4-IIeVY4-AU_x8odbg_6iOzEM2lUeMYJhaFnZhmy2gobseKnCSL1ECII7HAAJeCs9b_goI1QfM_aB4JKc_yyI3yPg-bnsbVH-Xjh-WvVoxkBBu1XNtOnj8OvwKZY_K2sAMfBBxHb7hjz_lsBat3IyhjRkussq7vM16HxdD3EpzWsQfPwYLFn53-i3nU6VkjfHx9_X5hGJSYbcQ3VCfxtk_g0bwtxApOv8--mOZU2IvC5htDWDRkj6ToegJ2RbJdgsshuwFla0S8xjolMZStEaoM8IDHVTDK5Ai_nqFv5ocf29BWfoE0p7cljjNh19-CxCfJL3DO4cBDe7DTIo-_VlsHPDvOL76okdL1_x6kLrWR3ik9Jp9YWKnDl0Gn70SxAuRBwhxR72KMpW42AAzo1QfeD5JXJHBs2yzCYADbMpH87s3ulZy-DxJA3UGEHmWLK7MNVRQLRzJMBbzceCuR96PVM_HapqZO2-siNvj38BJohSXnGjtZgEyLtzdwAWD8K-jof_FPQ3wyyj5GHI0mbHB0tQ76vGo8ycfeNSTBrNmzw0fVMjH1L6kurTYLLDM-jTn0RrwXMmFC8jwDi6gGnEsrsQevoz1mA4GDSe5_QJaTRzorw_MJ5pVQ1v0s-R5nisBrz5ySEg9tRDmOJJtMGIKApM38ee31loMJNBqTDfsGyV8l8gGWWLE1xRdIhZ-phqpokJp0EmE_X5v3SvHwZwC7hU13-ZAEE2KSTfP7QKez8VY.'
, `time` = '1756704407'
WHERE `session_id` = 'eahh7ud7i7eld90fe84vruafg6'
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` = '-1ivpATHu9RIBilmYdTCaj2PfNz6NNCDtDNUFM2M3y1QiDTcMHvVDlyZNQCxKrc1jHWUWrKqTRPquPKXOPSa0er9yAZmYHf_RzbFlpC36f2TEMeqiIU2kJ8osg6CsxhinTve2pPKS1Td8KFCt27wj3tUre_FBZnFwbfSwuYieNZnHsYXJyh5GxFcR8nCm0ufYg9F43whd6aa1CNDrl6EaC15kLY1xb3hR_PBuxZ8PBr1Kq2c8eERSmwO6HD8jn5YVNq4rcodG1IzbwnGzacHwUdADWpuW_pQTdZd2ErPAL8ElVCsaDR-MByJyXtQB431oCLleaSafHGO6S_gIl9HLQaTu_YMcOYgEyFizR4Gruz87lw8q8xkydb73YS4r4-IIeVY4-AU_x8odbg_6iOzEM2lUeMYJhaFnZhmy2gobseKnCSL1ECII7HAAJeCs9b_goI1QfM_aB4JKc_yyI3yPg-bnsbVH-Xjh-WvVoxkBBu1XNtOnj8OvwKZY_K2sAMfBBxHb7hjz_lsBat3IyhjRkussq7vM16HxdD3EpzWsQfPwYLFn53-i3nU6VkjfHx9_X5hGJSYbcQ3VCfxtk_g0bwtxApOv8--mOZU2IvC5htDWDRkj6ToegJ2RbJdgsshuwFla0S8xjolMZStEaoM8IDHVTDK5Ai_nqFv5ocf29BWfoE0p7cljjNh19-CxCfJL3DO4cBDe7DTIo-_VlsHPDvOL76okdL1_x6kLrWR3ik9Jp9YWKnDl0Gn70SxAuRBwhxR72KMpW42AAzo1QfeD5JXJHBs2yzCYADbMpH87s3ulZy-DxJA3UGEHmWLK7MNVRQLRzJMBbzceCuR96PVM_HapqZO2-siNvj38BJohSXnGjtZgEyLtzdwAWD8K-jof_FPQ3wyyj5GHI0mbHB0tQ76vGo8ycfeNSTBrNmzw0fVMjH1L6kurTYLLDM-jTn0RrwXMmFC8jwDi6gGnEsrsQevoz1mA4GDSe5_QJaTRzorw_MJ5pVQ1v0s-R5nisBrz5ySEg9tRDmOJJtMGIKApM38ee31loMJNBqTDfsGyV8l8gGWWLE1xRdIhZ-phqpokJp0EmE_X5v3SvHwZwC7hU13-ZAEE2KSTfP7QKez8VY.' , `time` = '1756704407'
1 × UPDATE j25_content
SET hits = hits + 1
1 × INSERT INTO `j25_session` (`session_id`, `client_id`, `time`)
VALUES ('eahh7ud7i7eld90fe84vruafg6', 0, '1756704407'
1 × DELETE
FROM `j25_session`