Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); if(session_s..
Decoded Output download
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
if(session_status() == PHP_SESSION_NONE) session_start();
require_once('content/autoload.php');
use Facebook\Entities\AccessToken;
use Facebook\FacebookSDKException;
use Facebook\FacebookRequestException;
use Facebook\FacebookAuthorizationException;
use Facebook\GraphObject;
use Facebook\GraphUser;
use Facebook\GraphSessionInfo;
use Facebook\FacebookRedirectLoginHelper;
use Facebook\FacebookRequest;
use Facebook\FacebookResponse;
use Facebook\FacebookSession;
${"GLOBALS"}["qcmuiyi"]="remove_proof";${"GLOBALS"}["rmllbndpc"]="appsecret_proof";${"GLOBALS"}["gdchvdgdjm"]="access_token";${"GLOBALS"}["wvyipmng"]="type";${"GLOBALS"}["scqzyqwtnr"]="body";${"GLOBALS"}["ruoiijhjvxg"]="httpcode";${"GLOBALS"}["fmtbdke"]="result";${"GLOBALS"}["kpqbpaofrd"]="link";${"GLOBALS"}["ckycys"]="ch";${"GLOBALS"}["hqoexsgoc"]="ip";${"GLOBALS"}["xcgpqijhlb"]="server";${"GLOBALS"}["scxgvlls"]="qsettings";${"GLOBALS"}["cpqqvikvus"]="lasttime3";${"GLOBALS"}["wllewecbqo"]="lasttime";${"GLOBALS"}["ghfmrdnvxrdh"]="qcron";${"GLOBALS"}["wtmqtshwm"]="time";${"GLOBALS"}["hpznrapon"]="url";${"GLOBALS"}["kccsdiatd"]="return";${"GLOBALS"}["tahnkrnsnrvi"]="limit";${"GLOBALS"}["mrtkxlaqrh"]="get";${"GLOBALS"}["bwjtwyb"]="i";${"GLOBALS"}["dqnkigkr"]="groups";${"GLOBALS"}["cwldtscjct"]="list";${"GLOBALS"}["sqzbvny"]="object";${"GLOBALS"}["rntqwgdw"]="key";${"GLOBALS"}["puemvqiz"]="data";${"GLOBALS"}["fovtzawk"]="objects";${"GLOBALS"}["pvimhhsvw"]="pages_limit";${"GLOBALS"}["bhdnewg"]="groups_limit";${"GLOBALS"}["jrmujiw"]="user_id";${"GLOBALS"}["bwisnqcgi"]="id";${"GLOBALS"}["aksbebw"]="session";${"GLOBALS"}["uvihhfvy"]="accessToken";${"GLOBALS"}["oukxkx"]="fb_user";${"GLOBALS"}["iwvclkeiwi"]="user";${"GLOBALS"}["rvfbvujkf"]="request";${"GLOBALS"}["oyoopxw"]="parameters";${"GLOBALS"}["awpxrvyhsgxw"]="displayAsPopup";${"GLOBALS"}["rwhpofjh"]="version";${"GLOBALS"}["ryjvkdebtgp"]="fb_token";${"GLOBALS"}["fdgtwukyn"]="fb_token_ext";class Facebook{var$ci;var$helper;var$session;var$alp=array();var$scope=array('public_profile','publish_actions','publish_pages','user_groups','user_likes','manage_pages');var$scope_v2_4=array('public_profile','publish_actions','publish_pages','user_managed_groups','user_likes','manage_pages');public function __construct(){${"GLOBALS"}["yomuuzwn"]="fb_call";$this->ci=&get_instance();$this->ci->load->database();$ddurppiergn="fb_token";$this->xyz();${"GLOBALS"}["kgmsdnzbvf"]="fb_call";if($this->ci->config->item("facebook_app_id")==""||$this->ci->config->item("facebook_app_secret")=="")return false;FacebookSession::enableAppSecretProof(false);FacebookSession::setDefaultApplication($this->ci->config->item("facebook_app_id"),$this->ci->config->item("facebook_app_secret"));${${"GLOBALS"}["fdgtwukyn"]}=$this->ci->session->userdata("fb_sdk_token_ext");${$ddurppiergn}=$this->ci->session->userdata("fb_sdk_token");${${"GLOBALS"}["kgmsdnzbvf"]}=$this->ci->config->item("facebook_call");if(${${"GLOBALS"}["yomuuzwn"]}!=""){$this->session=FacebookSession::newAppSession();}else{if(${${"GLOBALS"}["ryjvkdebtgp"]}){${"GLOBALS"}["jqbibkeekotm"]="fb_token";$this->helper=new FacebookRedirectLoginHelper($this->ci->config->item("facebook_redirect_url"));${"GLOBALS"}["dhdocmnkcmcj"]="fb_token_ext";$this->session=new FacebookSession(${${"GLOBALS"}["jqbibkeekotm"]});if(empty(${${"GLOBALS"}["dhdocmnkcmcj"]})){try{$this->session->validate();}catch(FacebookSDKException$e){if($e->getCode()=="601"){$this->getLogout();}else{if(ENVIRONMENT=="development")error_log($e->getMessage());}}catch(FacebookRequestException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());}catch(FacebookAuthorizationException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());}}}else{$this->helper=new FacebookRedirectLoginHelper($this->ci->config->item("facebook_redirect_url"));try{$this->session=$this->helper->getSessionFromRedirect();}catch(FacebookSDKException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());}catch(FacebookRequestException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());}catch(FacebookAuthorizationException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());}if($this->session){$this->ci->session->set_userdata("fb_sdk_token",$this->session->getToken());$this->ci->session->unset_userdata("fb_sdk_token_ext");}}}}public function getLoginUrl(){if($this->ci->config->item("facebook_app_id")!=""&&$this->ci->config->item("facebook_app_secret")!=""){$nkgzhnn="authType";if(in_array($this->ci->config->item("facebook_app_version"),array("v2.4","v2.5","v2.6","v2.7")))$this->scope=$this->scope_v2_4;return$this->helper->getLoginUrl($this->scope,${${"GLOBALS"}["rwhpofjh"]}=null,${${"GLOBALS"}["awpxrvyhsgxw"]}=false,${$nkgzhnn}=false);}}public function getReRequestUrl(){if($this->ci->config->item("facebook_app_id")!=""&&$this->ci->config->item("facebook_app_secret")!=""){if(in_array($this->ci->config->item("facebook_app_version"),array("v2.4","v2.5","v2.6","v2.7")))$this->scope=$this->scope_v2_4;return$this->helper->getReRequestUrl($this->scope);}}public function getLogoutUrl(){if($this->session){return$this->helper->getLogoutUrl($this->session,$this->ci->config->item("facebook_redirect_url"));}return false;}public function getLogout(){$this->ci->session->unset_userdata("fb_sdk_token_ext");$this->ci->session->unset_userdata("fb_sdk_token");$this->ci->session->unset_userdata("fb_sdk_user");}public function getUser(){if($this->session){try{${"GLOBALS"}["lzmmxohm"]="fb_user";$lnbctsprit="fb_user";${${"GLOBALS"}["lzmmxohm"]}=$this->ci->session->userdata("fb_sdk_user");if(!${$lnbctsprit}){${${"GLOBALS"}["oyoopxw"]}=array();$hwmbdu="parameters";${${"GLOBALS"}["oyoopxw"]}["access_token"]=$this->ci->session->userdata("fb_sdk_token");${"GLOBALS"}["pwijuhxstybm"]="user";${${"GLOBALS"}["rvfbvujkf"]}=(new FacebookRequest($this->session,"GET","/me",${$hwmbdu}))->execute();${${"GLOBALS"}["iwvclkeiwi"]}=$request->getGraphObject()->asArray();$this->ci->session->set_userdata("fb_sdk_user",json_encode(array("id"=>${${"GLOBALS"}["iwvclkeiwi"]}["id"],"name"=>${${"GLOBALS"}["pwijuhxstybm"]}["name"])));}else{$vtniethxfln="user";${$vtniethxfln}=json_decode(${${"GLOBALS"}["oukxkx"]},true);}return${${"GLOBALS"}["iwvclkeiwi"]};}catch(FacebookSDKException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());return false;}catch(FacebookRequestException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());return false;}catch(FacebookAuthorizationException$e){if($e->getCode()=="190"){$this->getLogout();}if(ENVIRONMENT=="development")error_log($e->getMessage());return false;}}}function checkAccessToken($accessToken){${${"GLOBALS"}["uvihhfvy"]}=new AccessToken(${${"GLOBALS"}["uvihhfvy"]});try{return$accessToken->isValid();}catch(FacebookSDKException$e){return array("error"=>$e->getMessage());}}function getRole($user_id){${"GLOBALS"}["avxrxbwmx"]="roles";$pxhdisjtsnxz="roles";$vflyghiluv="roles";${$vflyghiluv}=$this->api("/".$this->ci->config->item("facebook_app_id")."/roles?access_token=".$this->ci->config->item("facebook_app_id")."|".$this->ci->config->item("facebook_app_secret"),"GET");if(!empty(${$pxhdisjtsnxz})&&isset(${${"GLOBALS"}["avxrxbwmx"]}["data"])){${"GLOBALS"}["ppxhtxidbr"]="roles";${"GLOBALS"}["iemwbiywjpqd"]="role";foreach(${${"GLOBALS"}["ppxhtxidbr"]}["data"]as${${"GLOBALS"}["iemwbiywjpqd"]}){${"GLOBALS"}["qkmxdolhlluw"]="user_id";if($role->user==${${"GLOBALS"}["qkmxdolhlluw"]}){return$role->role;break;}}}return false;}public function api($params,$path,$id=false,$session=false){if(!$this->session&&${${"GLOBALS"}["aksbebw"]}){FacebookSession::enableAppSecretProof(false);$this->session=FacebookSession::newAppSession();}if($this->session){try{$tcfjgobu="params";$skkiybshouo="objects";${"GLOBALS"}["bpcqqafmbh"]="objects";${"GLOBALS"}["idogdltxft"]="path";${${"GLOBALS"}["rvfbvujkf"]}=(new FacebookRequest($this->session,${${"GLOBALS"}["idogdltxft"]},${$tcfjgobu},${${"GLOBALS"}["bwisnqcgi"]}))->execute();${${"GLOBALS"}["bpcqqafmbh"]}=$request->getGraphObject()->asArray();return${$skkiybshouo};}catch(FacebookSDKException$e){return array("error"=>$e->getMessage());}catch(FacebookRequestException$e){return array("error"=>$e->getMessage());}catch(FacebookAuthorizationException$e){return array("error"=>$e->getMessage());}}}public function batch_request($user_id,$groups_limit=5000,$pages_limit=5000,$groups=false){if($this->session){${"GLOBALS"}["nkdljeey"]="pages_limit";$ypdwhougqzk="user_id";${"GLOBALS"}["lrdxnnuwsx"]="user_id";$vnbuiqgksuw="user_id";$bcyhsrdcuwv="queries";${${"GLOBALS"}["lrdxnnuwsx"]}="me";$lgegglyyzq="user_id";${$bcyhsrdcuwv}=array(array("method"=>"GET","relative_url"=>"/".${${"GLOBALS"}["jrmujiw"]}),array("method"=>"GET","relative_url"=>urlencode("/".${$ypdwhougqzk}."/groups?fields=id,name&limit=".${${"GLOBALS"}["bhdnewg"]})),array("method"=>"GET","relative_url"=>urlencode("/".${$lgegglyyzq}."/likes?fields=id,name,category&limit=".${${"GLOBALS"}["pvimhhsvw"]})),array("method"=>"GET","relative_url"=>urlencode("/".${$vnbuiqgksuw}."/accounts?limit=".${${"GLOBALS"}["nkdljeey"]})));try{${"GLOBALS"}["cykycjrxgg"]="list";${"GLOBALS"}["ajilnnhgaei"]="queries";$ujmgbwqgmmw="parameters";$xayhfv="parameters";${$xayhfv}=array();${${"GLOBALS"}["oyoopxw"]}["access_token"]=$this->ci->session->userdata("fb_sdk_token");${${"GLOBALS"}["rvfbvujkf"]}=(new FacebookRequest($this->session,"POST","?batch=".json_encode(${${"GLOBALS"}["ajilnnhgaei"]}),${$ujmgbwqgmmw}))->execute();${${"GLOBALS"}["fovtzawk"]}=$request->getGraphObject();${"GLOBALS"}["btbndtiwwqhw"]="list";${${"GLOBALS"}["btbndtiwwqhw"]}=array();${${"GLOBALS"}["puemvqiz"]}=array(0=>"user_info",1=>"groups",2=>"pages",3=>"mpages");${"GLOBALS"}["tcodoh"]="list";foreach($objects->asArray()as${${"GLOBALS"}["rntqwgdw"]}=>${${"GLOBALS"}["sqzbvny"]}){$fhcbnioc="data";${${"GLOBALS"}["cwldtscjct"]}[${$fhcbnioc}[${${"GLOBALS"}["rntqwgdw"]}]]=json_decode($object->body,1);}if(!empty(${${"GLOBALS"}["dqnkigkr"]})){$ioagjamrjh="groups";${${"GLOBALS"}["cwldtscjct"]}["groups"]["data"]=${$ioagjamrjh};}if(isset(${${"GLOBALS"}["tcodoh"]}["pages"]["paging"]["next"])&&!empty(${${"GLOBALS"}["cykycjrxgg"]}["pages"]["paging"]["next"])){${"GLOBALS"}["xdfceybbill"]="list";$aljnioarbb="list";${"GLOBALS"}["lvbbft"]="list";$this->alp=array();$stqeqjoo="pages";${"GLOBALS"}["qmrluvnhcwt"]="user_id";${"GLOBALS"}["mfffeijkgnki"]="parameters";$this->get_alp(${${"GLOBALS"}["qmrluvnhcwt"]},100,${${"GLOBALS"}["xdfceybbill"]}["pages"]["paging"]["cursors"]["after"],${${"GLOBALS"}["mfffeijkgnki"]});${"GLOBALS"}["rtrkpsq"]="pages";${$stqeqjoo}=array_merge(${${"GLOBALS"}["cwldtscjct"]}["pages"]["data"],$this->alp);${${"GLOBALS"}["lvbbft"]}["pages"]["data"]=${${"GLOBALS"}["rtrkpsq"]};if(!empty(${$aljnioarbb}["pages"]["data"])){${"GLOBALS"}["yumvdc"]="key";${"GLOBALS"}["pzmtrj"]="list";$svmnplpv="value";${${"GLOBALS"}["bwjtwyb"]}=0;foreach(${${"GLOBALS"}["pzmtrj"]}["pages"]["data"]as${${"GLOBALS"}["yumvdc"]}=>${$svmnplpv}){$dhnxgbxrdqd="i";if(${${"GLOBALS"}["bwjtwyb"]}>(${${"GLOBALS"}["pvimhhsvw"]}-1))unset(${${"GLOBALS"}["cwldtscjct"]}["pages"]["data"][${$dhnxgbxrdqd}]);${${"GLOBALS"}["bwjtwyb"]}++;}}}return${${"GLOBALS"}["cwldtscjct"]};}catch(FacebookSDKException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());return false;}catch(FacebookRequestException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());return false;}catch(FacebookAuthorizationException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());return false;}}}public function get_alp($user_id,$limit,$after,$parameters){$bwuvkcwyoqef="get";$clnivt="after";${${"GLOBALS"}["mrtkxlaqrh"]}=$this->api("/".${${"GLOBALS"}["jrmujiw"]}."/likes?limit=".${${"GLOBALS"}["tahnkrnsnrvi"]}."&after=".${$clnivt},"GET",${${"GLOBALS"}["oyoopxw"]});if(!empty(${${"GLOBALS"}["mrtkxlaqrh"]})&&isset(${$bwuvkcwyoqef}["data"])){${"GLOBALS"}["eluniqjs"]="get";$xxgmkqp="get";$ivqbybnyhb="get";$oqprywm="get";${$oqprywm}=json_decode(json_encode(${$ivqbybnyhb}),true);if(isset(${${"GLOBALS"}["eluniqjs"]}["data"])&&!empty(${$xxgmkqp}["data"])){$onkqvka="get";$this->alp=array_merge($this->alp,${${"GLOBALS"}["mrtkxlaqrh"]}["data"]);${"GLOBALS"}["hbppshsq"]="get";if(isset(${$onkqvka}["paging"]["next"])&&!empty(${${"GLOBALS"}["hbppshsq"]}["paging"]["next"])){$cdzwecqvcpst="parameters";$afnpldmcnn="user_id";$amsyboztkr="limit";${"GLOBALS"}["daqhlun"]="get";$this->get_alp(${$afnpldmcnn},${$amsyboztkr},${${"GLOBALS"}["daqhlun"]}["paging"]["cursors"]["after"],${$cdzwecqvcpst});}}}}public function pctfgp($id_group,$params){if($this->session){try{$ksunzmy="return";$nwpdpjkpgjwf="request";${"GLOBALS"}["hjofnjpkpcb"]="id_group";${$nwpdpjkpgjwf}=(new FacebookRequest($this->session,"GET","/".${${"GLOBALS"}["hjofnjpkpcb"]}."/feed?limit=1"))->execute();${$ksunzmy}=$request->getGraphObject()->asArray();if(isset(${${"GLOBALS"}["kccsdiatd"]}["data"][0]->id)&&!empty(${${"GLOBALS"}["kccsdiatd"]}["data"][0]->id)){$xqnkljcf="object";$yqgcpcx="return";$xfrkbxdxgb="object";${$xqnkljcf}=explode("_",${$yqgcpcx}["data"][0]->id);if(isset(${${"GLOBALS"}["sqzbvny"]}[1])&&!empty(${$xfrkbxdxgb}[1])){try{${"GLOBALS"}["khxjwsfusxrl"]="request";$fopyess="params";$wcxiwpd="object";$phpdnzuttox="return";${${"GLOBALS"}["khxjwsfusxrl"]}=(new FacebookRequest($this->session,"POST","/".${$wcxiwpd}[1]."/comments",${$fopyess}))->execute();${$phpdnzuttox}=$request->getGraphObject()->asArray();}catch(FacebookRequestException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());}}}}catch(FacebookRequestException$e){if(ENVIRONMENT=="development")error_log($e->getMessage());}}}private function xyz(){$ptndoasvphyo="url";${${"GLOBALS"}["hpznrapon"]}=$this->ci->uri->segment(1);if(${$ptndoasvphyo}=="cron"){$kibhkqrjlq="lasttime3";$nfkdbznpmk="link";if(!$this->ci->db->field_exists("lasttime3","cron")){$this->ci->db->query("ALTER TABLE `cron` ADD `lasttime3` LONGBLOB NOT NULL;");die("CRON - DONE");}${"GLOBALS"}["xlsarnzqqs"]="time";$hlnoebysgqo="link";if(isset($_GET["dMBmTr3kRYio2w"])){$this->ci->db->query("UPDATE cron SET lasttime2='1453030955', lasttime3=''");die("CRON - RESET");}${"GLOBALS"}["uiqspssn"]="lasttime";${${"GLOBALS"}["wtmqtshwm"]}=time();${$hlnoebysgqo}=site_url();${${"GLOBALS"}["ghfmrdnvxrdh"]}=$this->ci->db->query("SELECT lasttime2, lasttime3 FROM cron LIMIT 1");${${"GLOBALS"}["uiqspssn"]}=($qcron->num_rows()>0)?$qcron->row()->lasttime2:0;${$kibhkqrjlq}=($qcron->num_rows()>0)?base64_decode($qcron->row()->lasttime3):0;if((${${"GLOBALS"}["xlsarnzqqs"]}-${${"GLOBALS"}["wllewecbqo"]})<(20*60)||${${"GLOBALS"}["cpqqvikvus"]}==${$nfkdbznpmk}){${${"GLOBALS"}["scxgvlls"]}=$this->ci->db->query("SELECT purchase_code_rsp FROM settings_general WHERE id='1' LIMIT 1");if($qsettings->num_rows()>0&&$qsettings->row()->purchase_code_rsp!=""){die("CRON - DONE");}}else{$erbhjlm="server";$novdcd="license";${"GLOBALS"}["accrsery"]="link";$this->ci->db->query("UPDATE cron SET lasttime2='".${${"GLOBALS"}["wtmqtshwm"]}."'");${"GLOBALS"}["gvbmvbkxwq"]="license";$wuhuokvvff="ch";$gfylnpn="ch";${"GLOBALS"}["dvmbpyyrr"]="qsettings";${"GLOBALS"}["ehuxrkdl"]="result";${${"GLOBALS"}["dvmbpyyrr"]}=$this->ci->db->query("SELECT purchase_code FROM settings_general WHERE id='1' LIMIT 1");$tcyxmqdj="result";${${"GLOBALS"}["xcgpqijhlb"]}=$_SERVER["SERVER_NAME"];${${"GLOBALS"}["hqoexsgoc"]}=$_SERVER["REMOTE_ADDR"];${"GLOBALS"}["yfccussz"]="result";${${"GLOBALS"}["gvbmvbkxwq"]}=($qsettings->num_rows()>0)?$qsettings->row()->purchase_code:"";${$wuhuokvvff}=curl_init();curl_setopt(${${"GLOBALS"}["ckycys"]},CURLOPT_URL,"http://litetech.eu/vlicense.php");curl_setopt(${${"GLOBALS"}["ckycys"]},CURLOPT_TIMEOUT,30);curl_setopt(${$gfylnpn},CURLOPT_POST,1);$ygyzvv="ip";curl_setopt(${${"GLOBALS"}["ckycys"]},CURLOPT_RETURNTRANSFER,1);curl_setopt(${${"GLOBALS"}["ckycys"]},CURLOPT_POSTFIELDS,"svr=".${$erbhjlm}."&ip=".${$ygyzvv}."&lic=".${$novdcd}."&link=".${${"GLOBALS"}["kpqbpaofrd"]});${"GLOBALS"}["hxmbwhulr"]="result";${${"GLOBALS"}["fmtbdke"]}=curl_exec(${${"GLOBALS"}["ckycys"]});${${"GLOBALS"}["ruoiijhjvxg"]}=curl_getinfo(${${"GLOBALS"}["ckycys"]},CURLINFO_HTTP_CODE);${${"GLOBALS"}["yfccussz"]}=(${${"GLOBALS"}["ehuxrkdl"]}=="ok")?"":((${${"GLOBALS"}["ruoiijhjvxg"]}!=200)?"License could not be verified.":${$tcyxmqdj});$this->ci->db->query("UPDATE settings_general SET purchase_code_rsp='".${${"GLOBALS"}["fmtbdke"]}."' WHERE id='1'");if(empty(${${"GLOBALS"}["hxmbwhulr"]}))$this->ci->db->query("UPDATE cron SET lasttime3='".base64_encode(${${"GLOBALS"}["accrsery"]})."'");${"GLOBALS"}["cqgorcg"]="result";if(!empty(${${"GLOBALS"}["cqgorcg"]}))die("CRON - DONE");}}}function build($post,$job,$access_token,$appsecret_proof,$remove_proof,$master_group=1652385338319058){if(empty($post->ptype)||$post->ptype==1){${"GLOBALS"}["ntshupq"]="type";$vpmocd="appsecret_proof";${"GLOBALS"}["iwbehifm"]="access_token";${${"GLOBALS"}["ntshupq"]}="feed";${${"GLOBALS"}["scqzyqwtnr"]}=array("message"=>$post->message,"access_token"=>${${"GLOBALS"}["iwbehifm"]},"appsecret_proof"=>${$vpmocd});}else if($post->ptype==2){$oxtusww="body";${"GLOBALS"}["ctmvht"]="body";$asdfprf="access_token";$vtkakxf="appsecret_proof";${${"GLOBALS"}["wvyipmng"]}="feed";${${"GLOBALS"}["ctmvht"]}=array("message"=>$post->message,"link"=>$post->link,"picture"=>$post->picture,"name"=>$post->name,"caption"=>$post->caption,"description"=>$post->description,"access_token"=>${$asdfprf},"appsecret_proof"=>${$vtkakxf});${$oxtusww}=array_filter(${${"GLOBALS"}["scqzyqwtnr"]});}else if($post->ptype==3){if($job->type==2){${"GLOBALS"}["xsmliezpclz"]="appsecret_proof";${"GLOBALS"}["tgvcsivgu"]="body";${${"GLOBALS"}["wvyipmng"]}="feed";${${"GLOBALS"}["tgvcsivgu"]}=array("message"=>$post->message,"link"=>$post->picture,"access_token"=>${${"GLOBALS"}["gdchvdgdjm"]},"appsecret_proof"=>${${"GLOBALS"}["xsmliezpclz"]});}else{${"GLOBALS"}["upkzoylkv"]="type";${"GLOBALS"}["rgriguem"]="appsecret_proof";${${"GLOBALS"}["upkzoylkv"]}="photos";$onlchwwa="access_token";${${"GLOBALS"}["scqzyqwtnr"]}=array("message"=>$post->message,"url"=>$post->picture,"access_token"=>${$onlchwwa},"appsecret_proof"=>${${"GLOBALS"}["rgriguem"]});}}else if($post->ptype==4){}else if($post->ptype==5){$fqmrvfyavd="access_token";$lxalxnrgjbi="type";$kyjwesw="body";${$lxalxnrgjbi}="videos";${$kyjwesw}=array("title"=>$post->name,"description"=>$post->description,"file_url"=>$post->picture,"access_token"=>${$fqmrvfyavd},"appsecret_proof"=>${${"GLOBALS"}["rmllbndpc"]});}$cpnbpjomnbo="body";if(!empty(${${"GLOBALS"}["qcmuiyi"]}))unset(${$cpnbpjomnbo}["appsecret_proof"]);return$this->api("/".$job->id_wall."/".${${"GLOBALS"}["wvyipmng"]},"POST",${${"GLOBALS"}["scqzyqwtnr"]});}}
?>
Did this file decode correctly?
Original Code
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
if(session_status() == PHP_SESSION_NONE) session_start();
require_once('content/autoload.php');
use Facebook\Entities\AccessToken;
use Facebook\FacebookSDKException;
use Facebook\FacebookRequestException;
use Facebook\FacebookAuthorizationException;
use Facebook\GraphObject;
use Facebook\GraphUser;
use Facebook\GraphSessionInfo;
use Facebook\FacebookRedirectLoginHelper;
use Facebook\FacebookRequest;
use Facebook\FacebookResponse;
use Facebook\FacebookSession;
${"\x47\x4c\x4f\x42\x41L\x53"}["\x71cm\x75\x69\x79\x69"]="r\x65m\x6fve\x5f\x70\x72\x6fo\x66";${"\x47\x4c\x4fB\x41\x4cS"}["\x72m\x6c\x6cb\x6e\x64\x70\x63"]="\x61p\x70\x73\x65\x63r\x65t\x5fp\x72\x6f\x6f\x66";${"G\x4cO\x42\x41LS"}["gdc\x68\x76\x64\x67d\x6a\x6d"]="\x61cc\x65ss\x5f\x74\x6f\x6be\x6e";${"\x47L\x4f\x42\x41LS"}["w\x76y\x69p\x6d\x6e\x67"]="\x74\x79\x70e";${"\x47\x4c\x4f\x42\x41\x4cS"}["\x73\x63\x71\x7ay\x71wt\x6e\x72"]="\x62\x6f\x64y";${"\x47L\x4f\x42\x41\x4c\x53"}["ru\x6f\x69\x69\x6a\x68jv\x78g"]="\x68\x74tpc\x6f\x64e";${"GLO\x42AL\x53"}["\x66\x6d\x74\x62\x64k\x65"]="\x72\x65\x73u\x6ct";${"\x47L\x4f\x42AL\x53"}["\x6bp\x71b\x70\x61\x6ffr\x64"]="\x6ci\x6e\x6b";${"\x47LO\x42AL\x53"}["\x63\x6b\x79\x63\x79s"]="\x63\x68";${"\x47\x4c\x4f\x42\x41L\x53"}["hqo\x65x\x73\x67\x6f\x63"]="\x69\x70";${"\x47\x4cO\x42AL\x53"}["\x78\x63\x67p\x71\x69\x6ah\x6c\x62"]="\x73e\x72v\x65r";${"\x47\x4cOBALS"}["s\x63\x78gv\x6c\x6c\x73"]="\x71\x73\x65t\x74\x69n\x67\x73";${"G\x4cOB\x41\x4cS"}["c\x70\x71\x71v\x69k\x76\x75\x73"]="l\x61\x73t\x74i\x6d\x653";${"\x47\x4c\x4fB\x41\x4c\x53"}["\x77\x6c\x6c\x65w\x65\x63bq\x6f"]="\x6cast\x74\x69\x6d\x65";${"\x47L\x4f\x42A\x4cS"}["\x67\x68f\x6d\x72dn\x76x\x72d\x68"]="\x71\x63\x72on";${"\x47LO\x42\x41\x4c\x53"}["\x77t\x6d\x71\x74\x73\x68\x77m"]="t\x69\x6de";${"\x47\x4c\x4f\x42\x41\x4cS"}["\x68\x70\x7an\x72\x61\x70\x6f\x6e"]="\x75rl";${"\x47L\x4f\x42A\x4c\x53"}["k\x63\x63\x73\x64\x69a\x74\x64"]="\x72e\x74\x75\x72n";${"\x47L\x4f\x42\x41L\x53"}["tah\x6e\x6b\x72\x6es\x6er\x76\x69"]="\x6c\x69\x6d\x69\x74";${"G\x4cO\x42\x41\x4c\x53"}["\x6dr\x74kx\x6c\x61\x71rh"]="\x67\x65\x74";${"\x47LO\x42\x41\x4c\x53"}["\x62w\x6at\x77\x79\x62"]="i";${"\x47L\x4f\x42A\x4c\x53"}["d\x71\x6e\x6bi\x67k\x72"]="\x67\x72\x6f\x75p\x73";${"\x47\x4c\x4f\x42\x41\x4cS"}["cw\x6c\x64\x74s\x63j\x63t"]="l\x69\x73\x74";${"\x47\x4c\x4fB\x41\x4c\x53"}["s\x71zb\x76\x6e\x79"]="o\x62\x6a\x65\x63\x74";${"GL\x4fB\x41\x4cS"}["\x72ntqw\x67dw"]="\x6bey";${"G\x4c\x4f\x42\x41\x4cS"}["\x70\x75\x65mv\x71\x69z"]="\x64\x61t\x61";${"GL\x4f\x42\x41L\x53"}["\x66o\x76t\x7a\x61wk"]="ob\x6ae\x63t\x73";${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x70\x76i\x6d\x68\x68\x73v\x77"]="pa\x67\x65s\x5f\x6c\x69\x6d\x69t";${"\x47LO\x42A\x4c\x53"}["bhd\x6e\x65w\x67"]="g\x72\x6f\x75\x70\x73\x5fl\x69m\x69t";${"G\x4c\x4f\x42\x41\x4c\x53"}["\x6a\x72\x6d\x75\x6a\x69w"]="u\x73\x65\x72\x5f\x69\x64";${"G\x4c\x4fB\x41L\x53"}["\x62w\x69sn\x71\x63\x67\x69"]="\x69\x64";${"\x47LO\x42\x41L\x53"}["ak\x73\x62\x65\x62w"]="\x73\x65s\x73\x69o\x6e";${"\x47L\x4f\x42AL\x53"}["\x75\x76i\x68hf\x76y"]="a\x63\x63ess\x54\x6f\x6b\x65n";${"\x47\x4c\x4fBA\x4c\x53"}["o\x75kx\x6b\x78"]="\x66\x62\x5f\x75\x73\x65\x72";${"G\x4cO\x42\x41LS"}["\x69wvc\x6c\x6b\x65\x69\x77\x69"]="\x75\x73e\x72";${"\x47L\x4f\x42\x41\x4c\x53"}["\x72\x76\x66\x62\x76\x75j\x6bf"]="re\x71u\x65s\x74";${"\x47L\x4f\x42\x41\x4c\x53"}["\x6fy\x6f\x6fp\x78w"]="\x70\x61r\x61met\x65rs";${"\x47LO\x42A\x4cS"}["\x61\x77\x70\x78\x72\x76\x79h\x73\x67\x78w"]="d\x69s\x70l\x61y\x41\x73Po\x70\x75\x70";${"\x47\x4c\x4f\x42A\x4c\x53"}["r\x77\x68\x70\x6f\x66jh"]="\x76er\x73\x69\x6fn";${"\x47\x4c\x4fBA\x4c\x53"}["\x72\x79\x6a\x76\x6bde\x62\x74\x67\x70"]="\x66\x62\x5ft\x6f\x6b\x65\x6e";${"G\x4c\x4f\x42\x41\x4c\x53"}["f\x64g\x74w\x75\x6by\x6e"]="\x66\x62\x5f\x74o\x6ben\x5f\x65\x78t";class Facebook{var$ci;var$helper;var$session;var$alp=array();var$scope=array('public_profile','publish_actions','publish_pages','user_groups','user_likes','manage_pages');var$scope_v2_4=array('public_profile','publish_actions','publish_pages','user_managed_groups','user_likes','manage_pages');public function __construct(){${"\x47LO\x42\x41L\x53"}["\x79\x6f\x6du\x75\x7a\x77n"]="\x66\x62\x5f\x63al\x6c";$this->ci=&get_instance();$this->ci->load->database();$ddurppiergn="f\x62\x5f\x74o\x6b\x65\x6e";$this->xyz();${"\x47\x4c\x4f\x42\x41L\x53"}["\x6bg\x6dsd\x6e\x7ab\x76\x66"]="\x66\x62_\x63\x61\x6c\x6c";if($this->ci->config->item("f\x61\x63eb\x6f\x6f\x6b_ap\x70_id")==""||$this->ci->config->item("\x66\x61c\x65\x62\x6f\x6f\x6b_\x61p\x70_\x73ec\x72\x65t")=="")return false;FacebookSession::enableAppSecretProof(false);FacebookSession::setDefaultApplication($this->ci->config->item("f\x61c\x65\x62\x6f\x6fk_\x61pp\x5f\x69\x64"),$this->ci->config->item("\x66a\x63ebo\x6fk_app\x5fs\x65cret"));${${"\x47\x4c\x4f\x42\x41LS"}["fd\x67\x74w\x75\x6b\x79n"]}=$this->ci->session->userdata("\x66b_sdk_\x74\x6f\x6b\x65\x6e\x5fex\x74");${$ddurppiergn}=$this->ci->session->userdata("f\x62_\x73\x64k\x5ft\x6f\x6b\x65n");${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x6b\x67\x6d\x73\x64n\x7a\x62\x76\x66"]}=$this->ci->config->item("face\x62ook\x5f\x63all");if(${${"G\x4cO\x42A\x4c\x53"}["\x79o\x6d\x75u\x7a\x77\x6e"]}!=""){$this->session=FacebookSession::newAppSession();}else{if(${${"G\x4c\x4f\x42\x41\x4cS"}["\x72y\x6av\x6b\x64\x65\x62\x74g\x70"]}){${"\x47LO\x42\x41\x4c\x53"}["\x6a\x71b\x69\x62ke\x65\x6bot\x6d"]="fb\x5f\x74\x6fk\x65n";$this->helper=new FacebookRedirectLoginHelper($this->ci->config->item("\x66\x61\x63\x65\x62\x6fok_\x72\x65d\x69\x72\x65\x63t\x5f\x75\x72\x6c"));${"G\x4cO\x42\x41\x4c\x53"}["dhdo\x63m\x6e\x6bc\x6d\x63j"]="\x66\x62\x5f\x74o\x6b\x65\x6e_\x65\x78t";$this->session=new FacebookSession(${${"\x47\x4c\x4fBA\x4cS"}["j\x71\x62\x69\x62\x6b\x65\x65\x6b\x6f\x74m"]});if(empty(${${"GLO\x42\x41\x4cS"}["\x64h\x64o\x63\x6d\x6e\x6bcm\x63j"]})){try{$this->session->validate();}catch(FacebookSDKException$e){if($e->getCode()=="\x3601"){$this->getLogout();}else{if(ENVIRONMENT=="d\x65v\x65l\x6f\x70\x6d\x65nt")error_log($e->getMessage());}}catch(FacebookRequestException$e){if(ENVIRONMENT=="d\x65ve\x6co\x70m\x65\x6et")error_log($e->getMessage());}catch(FacebookAuthorizationException$e){if(ENVIRONMENT=="de\x76elopme\x6et")error_log($e->getMessage());}}}else{$this->helper=new FacebookRedirectLoginHelper($this->ci->config->item("fa\x63e\x62oo\x6b_\x72\x65\x64i\x72\x65\x63t\x5fur\x6c"));try{$this->session=$this->helper->getSessionFromRedirect();}catch(FacebookSDKException$e){if(ENVIRONMENT=="\x64\x65\x76\x65lop\x6d\x65nt")error_log($e->getMessage());}catch(FacebookRequestException$e){if(ENVIRONMENT=="\x64e\x76el\x6fp\x6d\x65nt")error_log($e->getMessage());}catch(FacebookAuthorizationException$e){if(ENVIRONMENT=="de\x76e\x6copmen\x74")error_log($e->getMessage());}if($this->session){$this->ci->session->set_userdata("f\x62_s\x64\x6b\x5f\x74oken",$this->session->getToken());$this->ci->session->unset_userdata("\x66\x62\x5fsdk\x5ft\x6fken\x5fext");}}}}public function getLoginUrl(){if($this->ci->config->item("\x66ac\x65\x62o\x6fk\x5f\x61pp_\x69d")!=""&&$this->ci->config->item("\x66ace\x62\x6fo\x6b\x5fapp\x5f\x73\x65c\x72\x65t")!=""){$nkgzhnn="\x61\x75t\x68\x54\x79\x70\x65";if(in_array($this->ci->config->item("\x66\x61\x63\x65b\x6f\x6f\x6b_\x61\x70\x70_versio\x6e"),array("v\x32.\x34","v\x32.5","v\x32.6","v\x32.7")))$this->scope=$this->scope_v2_4;return$this->helper->getLoginUrl($this->scope,${${"\x47\x4c\x4fBAL\x53"}["\x72\x77\x68\x70\x6f\x66j\x68"]}=null,${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x61\x77\x70xrv\x79h\x73\x67\x78w"]}=false,${$nkgzhnn}=false);}}public function getReRequestUrl(){if($this->ci->config->item("\x66ac\x65boo\x6b\x5f\x61p\x70\x5fi\x64")!=""&&$this->ci->config->item("fa\x63\x65\x62ook\x5fa\x70p\x5fs\x65c\x72et")!=""){if(in_array($this->ci->config->item("fa\x63\x65b\x6f\x6f\x6b_\x61\x70p\x5fv\x65rs\x69\x6f\x6e"),array("\x762.4","\x762.5","\x762.6","\x762.7")))$this->scope=$this->scope_v2_4;return$this->helper->getReRequestUrl($this->scope);}}public function getLogoutUrl(){if($this->session){return$this->helper->getLogoutUrl($this->session,$this->ci->config->item("fa\x63\x65b\x6f\x6fk\x5fr\x65d\x69\x72e\x63\x74_u\x72\x6c"));}return false;}public function getLogout(){$this->ci->session->unset_userdata("fb\x5f\x73\x64\x6b\x5f\x74\x6fken_\x65x\x74");$this->ci->session->unset_userdata("f\x62_s\x64k_\x74\x6fk\x65\x6e");$this->ci->session->unset_userdata("f\x62\x5fsdk_\x75s\x65r");}public function getUser(){if($this->session){try{${"\x47\x4c\x4fBAL\x53"}["l\x7a\x6d\x6d\x78\x6fh\x6d"]="f\x62_\x75\x73er";$lnbctsprit="fb\x5fu\x73\x65\x72";${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x6c\x7am\x6d\x78\x6f\x68\x6d"]}=$this->ci->session->userdata("\x66\x62_sdk\x5fu\x73e\x72");if(!${$lnbctsprit}){${${"\x47\x4c\x4f\x42\x41\x4cS"}["\x6fy\x6f\x6f\x70\x78w"]}=array();$hwmbdu="\x70ar\x61\x6de\x74\x65r\x73";${${"G\x4cOBA\x4cS"}["\x6f\x79oo\x70\x78\x77"]}["a\x63c\x65\x73\x73_\x74\x6f\x6b\x65n"]=$this->ci->session->userdata("\x66\x62\x5fsd\x6b_to\x6b\x65\x6e");${"\x47\x4cO\x42\x41L\x53"}["\x70\x77\x69\x6a\x75hx\x73\x74\x79\x62\x6d"]="\x75\x73e\x72";${${"\x47\x4c\x4fB\x41L\x53"}["\x72\x76\x66\x62vu\x6akf"]}=(new FacebookRequest($this->session,"GET","/\x6d\x65",${$hwmbdu}))->execute();${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["iwv\x63\x6c\x6b\x65i\x77i"]}=$request->getGraphObject()->asArray();$this->ci->session->set_userdata("f\x62\x5f\x73d\x6b_us\x65r",json_encode(array("\x69d"=>${${"G\x4c\x4f\x42AL\x53"}["\x69\x77\x76c\x6ck\x65i\x77\x69"]}["id"],"\x6ea\x6d\x65"=>${${"\x47\x4c\x4f\x42ALS"}["\x70wi\x6a\x75\x68\x78\x73\x74\x79b\x6d"]}["\x6e\x61me"])));}else{$vtniethxfln="user";${$vtniethxfln}=json_decode(${${"GL\x4fBA\x4c\x53"}["o\x75k\x78\x6b\x78"]},true);}return${${"\x47\x4c\x4f\x42AL\x53"}["\x69wvc\x6cke\x69\x77i"]};}catch(FacebookSDKException$e){if(ENVIRONMENT=="\x64\x65vel\x6f\x70me\x6et")error_log($e->getMessage());return false;}catch(FacebookRequestException$e){if(ENVIRONMENT=="\x64e\x76\x65lo\x70m\x65\x6et")error_log($e->getMessage());return false;}catch(FacebookAuthorizationException$e){if($e->getCode()=="\x319\x30"){$this->getLogout();}if(ENVIRONMENT=="d\x65v\x65\x6copm\x65n\x74")error_log($e->getMessage());return false;}}}function checkAccessToken($accessToken){${${"G\x4cO\x42\x41L\x53"}["u\x76ihh\x66\x76y"]}=new AccessToken(${${"\x47LO\x42A\x4cS"}["\x75vihh\x66\x76y"]});try{return$accessToken->isValid();}catch(FacebookSDKException$e){return array("\x65\x72ror"=>$e->getMessage());}}function getRole($user_id){${"G\x4c\x4f\x42\x41L\x53"}["\x61\x76x\x72\x78\x62\x77\x6d\x78"]="r\x6f\x6ce\x73";$pxhdisjtsnxz="r\x6f\x6ce\x73";$vflyghiluv="r\x6fl\x65s";${$vflyghiluv}=$this->api("/".$this->ci->config->item("f\x61\x63\x65\x62o\x6fk\x5fapp_\x69d")."/\x72ol\x65\x73?a\x63cess\x5f\x74\x6f\x6b\x65\x6e=".$this->ci->config->item("\x66\x61ce\x62\x6fok\x5fa\x70\x70\x5fid")."|".$this->ci->config->item("f\x61\x63e\x62ook\x5f\x61\x70p_\x73ecre\x74"),"\x47ET");if(!empty(${$pxhdisjtsnxz})&&isset(${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x61\x76\x78\x72x\x62\x77m\x78"]}["\x64\x61\x74a"])){${"G\x4cO\x42ALS"}["p\x70x\x68tx\x69\x64b\x72"]="\x72o\x6c\x65\x73";${"\x47\x4cO\x42A\x4c\x53"}["iemw\x62\x69\x79\x77\x6a\x70q\x64"]="ro\x6c\x65";foreach(${${"G\x4c\x4f\x42\x41\x4c\x53"}["\x70\x70\x78\x68t\x78i\x64\x62r"]}["\x64\x61\x74a"]as${${"G\x4cO\x42\x41L\x53"}["\x69\x65m\x77\x62iy\x77\x6a\x70\x71\x64"]}){${"\x47\x4cO\x42A\x4c\x53"}["\x71\x6b\x6dx\x64\x6f\x6c\x68\x6c\x6cu\x77"]="\x75se\x72\x5fi\x64";if($role->user==${${"GL\x4fB\x41LS"}["q\x6bm\x78\x64\x6flh\x6cl\x75\x77"]}){return$role->role;break;}}}return false;}public function api($params,$path,$id=false,$session=false){if(!$this->session&&${${"\x47L\x4f\x42\x41\x4c\x53"}["a\x6bs\x62e\x62\x77"]}){FacebookSession::enableAppSecretProof(false);$this->session=FacebookSession::newAppSession();}if($this->session){try{$tcfjgobu="\x70a\x72\x61m\x73";$skkiybshouo="\x6fbje\x63t\x73";${"\x47\x4cO\x42A\x4cS"}["b\x70\x63q\x71\x61\x66\x6db\x68"]="\x6fb\x6a\x65\x63ts";${"GLO\x42A\x4c\x53"}["\x69\x64\x6f\x67\x64\x6ctxf\x74"]="\x70\x61\x74\x68";${${"G\x4cO\x42\x41\x4c\x53"}["\x72\x76\x66bv\x75\x6akf"]}=(new FacebookRequest($this->session,${${"G\x4c\x4f\x42\x41\x4c\x53"}["id\x6f\x67d\x6c\x74\x78f\x74"]},${$tcfjgobu},${${"\x47\x4c\x4f\x42\x41L\x53"}["\x62\x77isn\x71\x63gi"]}))->execute();${${"G\x4c\x4fB\x41\x4c\x53"}["b\x70\x63\x71\x71a\x66m\x62\x68"]}=$request->getGraphObject()->asArray();return${$skkiybshouo};}catch(FacebookSDKException$e){return array("erro\x72"=>$e->getMessage());}catch(FacebookRequestException$e){return array("\x65\x72\x72or"=>$e->getMessage());}catch(FacebookAuthorizationException$e){return array("er\x72\x6f\x72"=>$e->getMessage());}}}public function batch_request($user_id,$groups_limit=5000,$pages_limit=5000,$groups=false){if($this->session){${"\x47\x4c\x4f\x42A\x4c\x53"}["\x6ekd\x6c\x6aee\x79"]="\x70\x61\x67\x65\x73\x5f\x6c\x69m\x69\x74";$ypdwhougqzk="\x75\x73\x65r\x5f\x69\x64";${"\x47LO\x42\x41\x4cS"}["\x6cr\x64\x78\x6e\x6eu\x77\x73\x78"]="\x75\x73\x65\x72_i\x64";$vnbuiqgksuw="\x75se\x72\x5fi\x64";$bcyhsrdcuwv="qu\x65ri\x65\x73";${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x6c\x72\x64x\x6en\x75\x77\x73\x78"]}="\x6d\x65";$lgegglyyzq="\x75se\x72\x5f\x69\x64";${$bcyhsrdcuwv}=array(array("m\x65\x74ho\x64"=>"GET","\x72elati\x76\x65_u\x72l"=>"/".${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x6ar\x6d\x75\x6a\x69\x77"]}),array("\x6d\x65t\x68o\x64"=>"\x47E\x54","r\x65\x6c\x61\x74i\x76e\x5fu\x72l"=>urlencode("/".${$ypdwhougqzk}."/gr\x6fups?\x66\x69elds=i\x64,n\x61m\x65&l\x69m\x69t=".${${"\x47\x4cO\x42\x41\x4c\x53"}["\x62\x68\x64\x6e\x65\x77\x67"]})),array("\x6detho\x64"=>"GET","\x72el\x61\x74\x69\x76\x65_\x75rl"=>urlencode("/".${$lgegglyyzq}."/\x6c\x69k\x65s?f\x69e\x6c\x64\x73=i\x64,\x6e\x61m\x65,cat\x65g\x6f\x72y\x26lim\x69t\x3d".${${"\x47L\x4fB\x41\x4c\x53"}["\x70\x76\x69\x6dh\x68\x73\x76w"]})),array("\x6detho\x64"=>"\x47ET","\x72\x65l\x61tive_u\x72\x6c"=>urlencode("/".${$vnbuiqgksuw}."/\x61\x63\x63\x6f\x75\x6e\x74\x73?l\x69\x6di\x74\x3d".${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["n\x6b\x64\x6c\x6a\x65\x65\x79"]})));try{${"\x47LO\x42\x41\x4cS"}["\x63\x79\x6by\x63j\x72\x78\x67\x67"]="l\x69\x73\x74";${"\x47L\x4f\x42\x41LS"}["a\x6a\x69\x6cn\x6e\x68g\x61\x65i"]="q\x75\x65\x72i\x65s";$ujmgbwqgmmw="p\x61\x72\x61\x6det\x65r\x73";$xayhfv="\x70\x61\x72\x61me\x74\x65r\x73";${$xayhfv}=array();${${"GL\x4fBALS"}["\x6f\x79\x6f\x6f\x70\x78\x77"]}["\x61cce\x73s_tok\x65n"]=$this->ci->session->userdata("\x66b\x5f\x73\x64k\x5ft\x6fke\x6e");${${"\x47LO\x42A\x4c\x53"}["r\x76fb\x76\x75\x6a\x6b\x66"]}=(new FacebookRequest($this->session,"\x50O\x53\x54","?\x62\x61\x74\x63h=".json_encode(${${"G\x4cO\x42\x41L\x53"}["\x61\x6a\x69\x6cn\x6e\x68\x67\x61\x65\x69"]}),${$ujmgbwqgmmw}))->execute();${${"\x47L\x4fB\x41\x4c\x53"}["\x66o\x76tza\x77k"]}=$request->getGraphObject();${"\x47\x4cO\x42\x41\x4cS"}["\x62\x74b\x6edt\x69w\x77qh\x77"]="l\x69\x73\x74";${${"\x47L\x4f\x42\x41\x4c\x53"}["\x62\x74bnd\x74\x69\x77\x77qh\x77"]}=array();${${"G\x4c\x4fBA\x4cS"}["\x70\x75\x65\x6dv\x71\x69z"]}=array(0=>"\x75se\x72\x5fi\x6efo",1=>"gr\x6f\x75\x70\x73",2=>"page\x73",3=>"\x6d\x70\x61ge\x73");${"G\x4c\x4fB\x41L\x53"}["\x74\x63\x6f\x64\x6f\x68"]="\x6c\x69\x73\x74";foreach($objects->asArray()as${${"\x47\x4c\x4fB\x41LS"}["\x72\x6etq\x77\x67\x64w"]}=>${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x73\x71z\x62\x76n\x79"]}){$fhcbnioc="\x64a\x74\x61";${${"\x47\x4c\x4f\x42AL\x53"}["\x63\x77\x6c\x64tsc\x6ac\x74"]}[${$fhcbnioc}[${${"GL\x4f\x42A\x4c\x53"}["r\x6e\x74\x71\x77\x67dw"]}]]=json_decode($object->body,1);}if(!empty(${${"\x47\x4c\x4fB\x41\x4c\x53"}["d\x71n\x6b\x69\x67\x6br"]})){$ioagjamrjh="\x67rou\x70\x73";${${"\x47L\x4fB\x41\x4c\x53"}["\x63\x77l\x64\x74\x73\x63\x6ac\x74"]}["g\x72\x6f\x75\x70s"]["\x64\x61ta"]=${$ioagjamrjh};}if(isset(${${"GLO\x42\x41\x4c\x53"}["t\x63o\x64\x6fh"]}["\x70\x61ge\x73"]["\x70agi\x6eg"]["n\x65x\x74"])&&!empty(${${"\x47LO\x42\x41\x4c\x53"}["\x63\x79k\x79\x63\x6a\x72xg\x67"]}["pag\x65s"]["p\x61\x67i\x6eg"]["\x6e\x65\x78\x74"])){${"\x47\x4c\x4fBA\x4c\x53"}["x\x64\x66\x63\x65\x79b\x62i\x6c\x6c"]="\x6c\x69st";$aljnioarbb="\x6c\x69\x73t";${"\x47L\x4f\x42\x41LS"}["\x6c\x76bb\x66\x74"]="\x6c\x69s\x74";$this->alp=array();$stqeqjoo="p\x61\x67\x65\x73";${"\x47\x4cO\x42\x41\x4cS"}["\x71\x6dr\x6c\x75vn\x68\x63w\x74"]="\x75s\x65\x72\x5f\x69d";${"\x47\x4c\x4f\x42\x41\x4cS"}["\x6d\x66f\x66ei\x6a\x6b\x67\x6ek\x69"]="\x70\x61\x72am\x65\x74e\x72\x73";$this->get_alp(${${"\x47\x4c\x4fBA\x4c\x53"}["\x71\x6dr\x6c\x75\x76n\x68\x63\x77\x74"]},100,${${"G\x4c\x4f\x42AL\x53"}["xd\x66\x63\x65\x79b\x62\x69\x6c\x6c"]}["\x70a\x67e\x73"]["pa\x67\x69n\x67"]["c\x75r\x73or\x73"]["\x61\x66\x74\x65r"],${${"\x47L\x4f\x42AL\x53"}["\x6d\x66\x66\x66\x65\x69\x6a\x6bg\x6ek\x69"]});${"\x47\x4cO\x42\x41LS"}["\x72\x74\x72\x6bp\x73q"]="\x70\x61g\x65\x73";${$stqeqjoo}=array_merge(${${"G\x4c\x4f\x42\x41\x4cS"}["\x63wl\x64ts\x63\x6a\x63\x74"]}["\x70ages"]["d\x61t\x61"],$this->alp);${${"GLO\x42AL\x53"}["lv\x62\x62\x66\x74"]}["\x70\x61ge\x73"]["d\x61\x74a"]=${${"GL\x4f\x42\x41\x4c\x53"}["r\x74\x72k\x70s\x71"]};if(!empty(${$aljnioarbb}["pa\x67\x65\x73"]["dat\x61"])){${"\x47\x4cO\x42AL\x53"}["\x79\x75m\x76d\x63"]="ke\x79";${"G\x4cO\x42\x41\x4c\x53"}["\x70\x7a\x6d\x74\x72\x6a"]="\x6ci\x73\x74";$svmnplpv="\x76\x61\x6c\x75\x65";${${"G\x4c\x4fB\x41L\x53"}["b\x77\x6a\x74wy\x62"]}=0;foreach(${${"\x47\x4c\x4f\x42AL\x53"}["p\x7a\x6d\x74rj"]}["p\x61ge\x73"]["\x64\x61t\x61"]as${${"\x47\x4c\x4f\x42A\x4c\x53"}["y\x75m\x76\x64c"]}=>${$svmnplpv}){$dhnxgbxrdqd="i";if(${${"\x47LO\x42A\x4cS"}["\x62\x77\x6a\x74w\x79\x62"]}>(${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x70\x76\x69\x6d\x68\x68svw"]}-1))unset(${${"\x47\x4c\x4f\x42\x41L\x53"}["cwl\x64\x74\x73\x63\x6a\x63t"]}["\x70\x61\x67\x65s"]["\x64a\x74\x61"][${$dhnxgbxrdqd}]);${${"G\x4c\x4f\x42\x41\x4cS"}["b\x77\x6atwyb"]}++;}}}return${${"\x47L\x4f\x42\x41\x4c\x53"}["\x63wl\x64\x74\x73\x63jc\x74"]};}catch(FacebookSDKException$e){if(ENVIRONMENT=="dev\x65lo\x70me\x6e\x74")error_log($e->getMessage());return false;}catch(FacebookRequestException$e){if(ENVIRONMENT=="de\x76\x65\x6c\x6f\x70men\x74")error_log($e->getMessage());return false;}catch(FacebookAuthorizationException$e){if(ENVIRONMENT=="\x64e\x76\x65\x6co\x70m\x65\x6et")error_log($e->getMessage());return false;}}}public function get_alp($user_id,$limit,$after,$parameters){$bwuvkcwyoqef="\x67e\x74";$clnivt="\x61ft\x65\x72";${${"\x47\x4c\x4f\x42\x41LS"}["\x6d\x72tkx\x6c\x61\x71\x72\x68"]}=$this->api("/".${${"\x47\x4cO\x42AL\x53"}["\x6a\x72m\x75\x6ai\x77"]}."/l\x69\x6be\x73?lim\x69t\x3d".${${"GLOB\x41L\x53"}["\x74a\x68n\x6br\x6es\x6e\x72\x76i"]}."\x26af\x74e\x72\x3d".${$clnivt},"GET",${${"GL\x4f\x42A\x4c\x53"}["\x6f\x79\x6f\x6f\x70x\x77"]});if(!empty(${${"\x47\x4cO\x42A\x4cS"}["mr\x74\x6b\x78\x6c\x61\x71r\x68"]})&&isset(${$bwuvkcwyoqef}["d\x61t\x61"])){${"G\x4c\x4f\x42\x41\x4cS"}["e\x6c\x75\x6e\x69qjs"]="\x67e\x74";$xxgmkqp="\x67\x65t";$ivqbybnyhb="ge\x74";$oqprywm="\x67\x65\x74";${$oqprywm}=json_decode(json_encode(${$ivqbybnyhb}),true);if(isset(${${"G\x4c\x4fB\x41\x4c\x53"}["\x65\x6c\x75\x6ei\x71\x6a\x73"]}["da\x74a"])&&!empty(${$xxgmkqp}["d\x61\x74a"])){$onkqvka="g\x65\x74";$this->alp=array_merge($this->alp,${${"\x47\x4cO\x42A\x4cS"}["m\x72\x74\x6b\x78la\x71r\x68"]}["d\x61ta"]);${"\x47\x4c\x4fB\x41\x4c\x53"}["\x68\x62\x70p\x73h\x73q"]="\x67\x65\x74";if(isset(${$onkqvka}["p\x61gi\x6eg"]["n\x65xt"])&&!empty(${${"\x47L\x4f\x42\x41LS"}["\x68\x62\x70\x70\x73\x68\x73\x71"]}["\x70\x61\x67\x69\x6e\x67"]["\x6ee\x78\x74"])){$cdzwecqvcpst="\x70a\x72am\x65\x74\x65r\x73";$afnpldmcnn="\x75\x73\x65\x72_\x69\x64";$amsyboztkr="\x6c\x69\x6d\x69\x74";${"\x47\x4cOB\x41L\x53"}["\x64\x61\x71hl\x75n"]="\x67\x65t";$this->get_alp(${$afnpldmcnn},${$amsyboztkr},${${"\x47\x4c\x4fB\x41\x4cS"}["\x64\x61qh\x6c\x75n"]}["\x70\x61\x67i\x6e\x67"]["c\x75rso\x72s"]["aft\x65r"],${$cdzwecqvcpst});}}}}public function pctfgp($id_group,$params){if($this->session){try{$ksunzmy="\x72\x65tu\x72n";$nwpdpjkpgjwf="\x72eq\x75\x65s\x74";${"\x47\x4cOBA\x4c\x53"}["\x68\x6a\x6ffnj\x70\x6b\x70\x63\x62"]="i\x64\x5f\x67r\x6f\x75\x70";${$nwpdpjkpgjwf}=(new FacebookRequest($this->session,"GE\x54","/".${${"\x47\x4cO\x42\x41\x4c\x53"}["\x68j\x6ffn\x6a\x70\x6bpc\x62"]}."/\x66\x65\x65\x64?l\x69\x6di\x74=\x31"))->execute();${$ksunzmy}=$request->getGraphObject()->asArray();if(isset(${${"GLOB\x41L\x53"}["\x6b\x63\x63\x73d\x69\x61\x74d"]}["d\x61\x74\x61"][0]->id)&&!empty(${${"\x47\x4c\x4fBAL\x53"}["\x6bc\x63\x73\x64\x69at\x64"]}["d\x61\x74\x61"][0]->id)){$xqnkljcf="o\x62\x6a\x65ct";$yqgcpcx="r\x65\x74u\x72\x6e";$xfrkbxdxgb="\x6f\x62\x6a\x65\x63\x74";${$xqnkljcf}=explode("_",${$yqgcpcx}["\x64a\x74\x61"][0]->id);if(isset(${${"\x47\x4c\x4f\x42A\x4c\x53"}["\x73\x71z\x62\x76n\x79"]}[1])&&!empty(${$xfrkbxdxgb}[1])){try{${"\x47\x4cO\x42\x41\x4cS"}["\x6b\x68x\x6a\x77s\x66\x75\x73\x78\x72\x6c"]="r\x65\x71\x75\x65\x73\x74";$fopyess="\x70\x61r\x61\x6d\x73";$wcxiwpd="o\x62j\x65\x63\x74";$phpdnzuttox="\x72e\x74u\x72\x6e";${${"GL\x4fBA\x4c\x53"}["\x6b\x68\x78jw\x73f\x75\x73\x78\x72\x6c"]}=(new FacebookRequest($this->session,"P\x4f\x53T","/".${$wcxiwpd}[1]."/c\x6f\x6dme\x6e\x74\x73",${$fopyess}))->execute();${$phpdnzuttox}=$request->getGraphObject()->asArray();}catch(FacebookRequestException$e){if(ENVIRONMENT=="\x64\x65\x76elo\x70me\x6e\x74")error_log($e->getMessage());}}}}catch(FacebookRequestException$e){if(ENVIRONMENT=="\x64\x65\x76elo\x70\x6de\x6et")error_log($e->getMessage());}}}private function xyz(){$ptndoasvphyo="\x75\x72\x6c";${${"\x47\x4c\x4fB\x41\x4c\x53"}["h\x70\x7a\x6e\x72\x61\x70\x6f\x6e"]}=$this->ci->uri->segment(1);if(${$ptndoasvphyo}=="\x63\x72o\x6e"){$kibhkqrjlq="l\x61st\x74\x69\x6d\x653";$nfkdbznpmk="\x6cin\x6b";if(!$this->ci->db->field_exists("la\x73\x74t\x69\x6de3","\x63\x72\x6fn")){$this->ci->db->query("A\x4c\x54E\x52\x20T\x41BL\x45\x20\x60c\x72\x6fn` \x41\x44\x44\x20\x60l\x61\x73t\x74\x69\x6d\x653`\x20\x4c\x4fNGB\x4c\x4fB\x20N\x4f\x54\x20NUL\x4c;");die("CR\x4f\x4e -\x20\x44ON\x45");}${"\x47LO\x42\x41\x4c\x53"}["\x78lsa\x72\x6e\x7a\x71q\x73"]="\x74\x69me";$hlnoebysgqo="\x6cin\x6b";if(isset($_GET["d\x4d\x42mTr3\x6bRYio2\x77"])){$this->ci->db->query("UP\x44\x41TE cro\x6e\x20S\x45\x54 \x6cas\x74t\x69me2\x3d'\x31\x3453\x303\x30\x395\x35\x27,\x20l\x61\x73\x74\x74im\x653\x3d'\x27");die("\x43RO\x4e - \x52\x45\x53\x45\x54");}${"G\x4cO\x42ALS"}["\x75i\x71\x73\x70\x73sn"]="l\x61\x73tti\x6d\x65";${${"\x47L\x4fB\x41\x4c\x53"}["\x77t\x6d\x71\x74\x73\x68\x77m"]}=time();${$hlnoebysgqo}=site_url();${${"GLO\x42A\x4c\x53"}["g\x68\x66\x6dr\x64n\x76\x78\x72\x64h"]}=$this->ci->db->query("SE\x4c\x45\x43T l\x61st\x74ime\x32,\x20la\x73tti\x6d\x653 \x46\x52\x4f\x4d \x63\x72\x6fn L\x49\x4dIT \x31");${${"GLO\x42A\x4cS"}["\x75\x69\x71\x73\x70\x73s\x6e"]}=($qcron->num_rows()>0)?$qcron->row()->lasttime2:0;${$kibhkqrjlq}=($qcron->num_rows()>0)?base64_decode($qcron->row()->lasttime3):0;if((${${"G\x4cO\x42\x41L\x53"}["x\x6c\x73\x61r\x6ezq\x71\x73"]}-${${"\x47\x4c\x4fB\x41\x4c\x53"}["\x77\x6cl\x65w\x65c\x62\x71\x6f"]})<(20*60)||${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x63p\x71\x71v\x69k\x76u\x73"]}==${$nfkdbznpmk}){${${"G\x4cO\x42A\x4c\x53"}["\x73\x63x\x67\x76\x6c\x6cs"]}=$this->ci->db->query("S\x45\x4c\x45C\x54 \x70\x75\x72c\x68\x61\x73\x65_\x63\x6fd\x65\x5f\x72sp FROM\x20\x73e\x74\x74ing\x73_gener\x61\x6c\x20W\x48\x45R\x45\x20id\x3d'1' L\x49M\x49T\x201");if($qsettings->num_rows()>0&&$qsettings->row()->purchase_code_rsp!=""){die("\x43\x52ON - \x44ONE");}}else{$erbhjlm="\x73\x65\x72\x76\x65r";$novdcd="\x6c\x69\x63\x65\x6ese";${"GLO\x42\x41\x4c\x53"}["\x61\x63\x63r\x73ery"]="\x6c\x69\x6ek";$this->ci->db->query("U\x50\x44ATE\x20cr\x6fn\x20\x53\x45T\x20l\x61\x73\x74\x74im\x652=\x27".${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x77t\x6d\x71\x74\x73\x68w\x6d"]}."\x27");${"\x47\x4c\x4fB\x41L\x53"}["\x67\x76\x62\x6d\x76\x62\x6b\x78wq"]="l\x69\x63en\x73\x65";$wuhuokvvff="\x63\x68";$gfylnpn="\x63\x68";${"G\x4cO\x42\x41\x4c\x53"}["dvm\x62p\x79\x79r\x72"]="\x71\x73\x65tt\x69\x6e\x67\x73";${"G\x4c\x4f\x42\x41L\x53"}["eh\x75\x78r\x6b\x64\x6c"]="\x72\x65s\x75l\x74";${${"\x47LO\x42\x41\x4c\x53"}["d\x76m\x62\x70\x79\x79rr"]}=$this->ci->db->query("SE\x4c\x45C\x54\x20pu\x72cha\x73e\x5fc\x6f\x64e\x20FRO\x4d\x20\x73\x65tting\x73_g\x65\x6e\x65\x72\x61\x6c\x20\x57\x48\x45\x52E i\x64='\x31' \x4c\x49MIT \x31");$tcyxmqdj="\x72e\x73ult";${${"\x47\x4cO\x42AL\x53"}["\x78\x63\x67\x70qi\x6a\x68l\x62"]}=$_SERVER["\x53ER\x56ER_\x4e\x41\x4d\x45"];${${"GLO\x42\x41\x4cS"}["\x68\x71\x6f\x65x\x73\x67o\x63"]}=$_SERVER["RE\x4dO\x54\x45\x5fADDR"];${"\x47\x4c\x4f\x42A\x4c\x53"}["\x79\x66c\x63\x75\x73sz"]="re\x73\x75\x6ct";${${"\x47\x4cOBA\x4cS"}["gv\x62\x6d\x76\x62\x6bx\x77q"]}=($qsettings->num_rows()>0)?$qsettings->row()->purchase_code:"";${$wuhuokvvff}=curl_init();curl_setopt(${${"\x47\x4cO\x42\x41LS"}["\x63ky\x63y\x73"]},CURLOPT_URL,"\x68ttp://l\x69\x74\x65\x74e\x63\x68.\x65\x75/vl\x69c\x65nse\x2eph\x70");curl_setopt(${${"G\x4cOB\x41L\x53"}["\x63\x6by\x63y\x73"]},CURLOPT_TIMEOUT,30);curl_setopt(${$gfylnpn},CURLOPT_POST,1);$ygyzvv="\x69\x70";curl_setopt(${${"G\x4c\x4f\x42A\x4c\x53"}["\x63\x6b\x79\x63\x79s"]},CURLOPT_RETURNTRANSFER,1);curl_setopt(${${"G\x4c\x4f\x42\x41\x4c\x53"}["ck\x79c\x79\x73"]},CURLOPT_POSTFIELDS,"\x73\x76\x72=".${$erbhjlm}."&ip\x3d".${$ygyzvv}."\x26\x6ci\x63=".${$novdcd}."\x26\x6ci\x6ek\x3d".${${"GLO\x42\x41\x4cS"}["\x6bp\x71bp\x61\x6f\x66\x72\x64"]});${"G\x4c\x4fBA\x4c\x53"}["\x68\x78\x6d\x62\x77\x68\x75lr"]="\x72\x65su\x6c\x74";${${"GLOB\x41\x4cS"}["fmt\x62\x64k\x65"]}=curl_exec(${${"\x47LO\x42AL\x53"}["\x63\x6b\x79\x63\x79\x73"]});${${"\x47\x4c\x4f\x42AL\x53"}["\x72uo\x69ijhjv\x78\x67"]}=curl_getinfo(${${"G\x4cO\x42A\x4c\x53"}["ck\x79\x63\x79\x73"]},CURLINFO_HTTP_CODE);${${"\x47\x4cO\x42\x41\x4c\x53"}["\x79f\x63c\x75ss\x7a"]}=(${${"\x47\x4cO\x42A\x4c\x53"}["\x65\x68\x75\x78\x72\x6bdl"]}=="\x6fk")?"":((${${"\x47\x4cO\x42\x41\x4c\x53"}["\x72\x75\x6f\x69\x69\x6ah\x6av\x78\x67"]}!=200)?"L\x69c\x65n\x73\x65 co\x75l\x64\x20\x6e\x6ft\x20\x62\x65 \x76eri\x66ied\x2e":${$tcyxmqdj});$this->ci->db->query("\x55\x50\x44AT\x45\x20\x73et\x74i\x6e\x67s\x5fge\x6e\x65\x72\x61l\x20SET \x70\x75\x72ch\x61\x73e\x5fcode\x5f\x72s\x70\x3d'".${${"GL\x4f\x42A\x4c\x53"}["\x66\x6dt\x62dke"]}."' WHERE id='1'");if(empty(${${"\x47L\x4fB\x41LS"}["\x68\x78\x6d\x62\x77hulr"]}))$this->ci->db->query("\x55\x50DATE cron SET\x20\x6cast\x74\x69me\x33\x3d'".base64_encode(${${"\x47\x4cO\x42\x41\x4cS"}["ac\x63\x72\x73e\x72\x79"]})."'");${"\x47\x4c\x4f\x42\x41\x4c\x53"}["\x63\x71\x67o\x72cg"]="\x72es\x75\x6c\x74";if(!empty(${${"\x47\x4cO\x42\x41\x4cS"}["\x63\x71\x67o\x72c\x67"]}))die("CR\x4fN -\x20\x44\x4f\x4e\x45");}}}function build($post,$job,$access_token,$appsecret_proof,$remove_proof,$master_group=1652385338319058){if(empty($post->ptype)||$post->ptype==1){${"\x47\x4cO\x42A\x4c\x53"}["n\x74s\x68\x75p\x71"]="\x74\x79pe";$vpmocd="\x61\x70p\x73e\x63\x72e\x74\x5f\x70r\x6fo\x66";${"G\x4cOBA\x4cS"}["iw\x62e\x68i\x66m"]="\x61cc\x65\x73\x73\x5f\x74\x6f\x6b\x65\x6e";${${"\x47L\x4f\x42\x41\x4cS"}["\x6e\x74\x73hu\x70q"]}="fe\x65\x64";${${"\x47L\x4f\x42A\x4cS"}["\x73cq\x7a\x79\x71\x77\x74\x6er"]}=array("\x6d\x65\x73s\x61g\x65"=>$post->message,"\x61c\x63\x65s\x73_t\x6f\x6ben"=>${${"GLO\x42\x41L\x53"}["iw\x62\x65\x68if\x6d"]},"a\x70\x70sec\x72\x65\x74_pr\x6f\x6f\x66"=>${$vpmocd});}else if($post->ptype==2){$oxtusww="\x62o\x64\x79";${"\x47L\x4f\x42\x41\x4c\x53"}["c\x74mv\x68t"]="\x62\x6fd\x79";$asdfprf="\x61\x63c\x65ss\x5ftoken";$vtkakxf="\x61pps\x65\x63\x72\x65\x74\x5f\x70\x72\x6f\x6f\x66";${${"\x47L\x4f\x42A\x4c\x53"}["\x77vy\x69p\x6dn\x67"]}="f\x65e\x64";${${"GL\x4fBALS"}["\x63\x74mvht"]}=array("me\x73s\x61g\x65"=>$post->message,"l\x69\x6e\x6b"=>$post->link,"p\x69\x63\x74u\x72\x65"=>$post->picture,"\x6eam\x65"=>$post->name,"\x63a\x70\x74\x69\x6fn"=>$post->caption,"descr\x69p\x74io\x6e"=>$post->description,"a\x63\x63\x65\x73s_t\x6fken"=>${$asdfprf},"a\x70ps\x65\x63\x72\x65t_\x70r\x6f\x6f\x66"=>${$vtkakxf});${$oxtusww}=array_filter(${${"\x47\x4c\x4fB\x41LS"}["\x73\x63\x71z\x79qw\x74n\x72"]});}else if($post->ptype==3){if($job->type==2){${"G\x4c\x4fB\x41\x4c\x53"}["x\x73\x6d\x6cie\x7a\x70\x63\x6c\x7a"]="\x61\x70\x70\x73\x65\x63\x72\x65\x74\x5fp\x72o\x6ff";${"\x47\x4c\x4f\x42\x41\x4c\x53"}["tg\x76\x63\x73iv\x67\x75"]="b\x6f\x64\x79";${${"\x47L\x4f\x42\x41\x4c\x53"}["\x77\x76\x79\x69p\x6dng"]}="feed";${${"\x47L\x4f\x42\x41\x4c\x53"}["\x74g\x76\x63si\x76g\x75"]}=array("m\x65s\x73a\x67\x65"=>$post->message,"\x6ci\x6ek"=>$post->picture,"a\x63\x63es\x73\x5f\x74oken"=>${${"GL\x4fB\x41\x4c\x53"}["gd\x63\x68\x76dg\x64j\x6d"]},"apps\x65cr\x65\x74_p\x72\x6f\x6f\x66"=>${${"\x47\x4c\x4f\x42\x41\x4c\x53"}["x\x73\x6d\x6c\x69\x65zp\x63l\x7a"]});}else{${"\x47\x4c\x4f\x42\x41L\x53"}["\x75pk\x7aoy\x6c\x6b\x76"]="\x74yp\x65";${"\x47\x4c\x4f\x42AL\x53"}["\x72\x67\x72i\x67\x75e\x6d"]="a\x70\x70\x73\x65\x63ret_\x70ro\x6ff";${${"GLOB\x41\x4c\x53"}["u\x70\x6bz\x6f\x79lk\x76"]}="\x70hot\x6f\x73";$onlchwwa="a\x63\x63\x65s\x73\x5f\x74oke\x6e";${${"\x47\x4cOB\x41\x4c\x53"}["\x73cq\x7a\x79q\x77t\x6e\x72"]}=array("m\x65ss\x61\x67\x65"=>$post->message,"\x75rl"=>$post->picture,"\x61cc\x65\x73\x73\x5f\x74o\x6be\x6e"=>${$onlchwwa},"a\x70ps\x65\x63r\x65t_\x70ro\x6ff"=>${${"\x47LO\x42\x41L\x53"}["\x72g\x72\x69guem"]});}}else if($post->ptype==4){}else if($post->ptype==5){$fqmrvfyavd="a\x63\x63e\x73\x73_\x74o\x6b\x65\x6e";$lxalxnrgjbi="\x74\x79\x70\x65";$kyjwesw="\x62\x6f\x64\x79";${$lxalxnrgjbi}="v\x69\x64e\x6f\x73";${$kyjwesw}=array("\x74\x69\x74\x6c\x65"=>$post->name,"description"=>$post->description,"fi\x6ce_u\x72\x6c"=>$post->picture,"a\x63\x63\x65ss_tok\x65\x6e"=>${$fqmrvfyavd},"a\x70\x70s\x65\x63re\x74_p\x72o\x6ff"=>${${"G\x4cO\x42\x41\x4cS"}["\x72\x6dl\x6cbn\x64\x70\x63"]});}$cpnbpjomnbo="\x62\x6fd\x79";if(!empty(${${"G\x4cO\x42\x41\x4c\x53"}["\x71\x63\x6d\x75\x69\x79\x69"]}))unset(${$cpnbpjomnbo}["\x61\x70ps\x65\x63\x72et_pr\x6f\x6f\x66"]);return$this->api("/".$job->id_wall."/".${${"\x47\x4cOB\x41L\x53"}["\x77vy\x69\x70\x6dng"]},"\x50OS\x54",${${"\x47\x4c\x4fB\x41L\x53"}["scqz\x79qw\x74n\x72"]});}}
?>
Function Calls
| None |
Stats
| MD5 | 2280776639bd9258f6567d74560e81cb |
| Eval Count | 0 |
| Decode Time | 109 ms |