Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$uid = (CIBlockElement::GetProperty(193, $this->GetDocumentId()[2],"","",array("CODE"=>"SO..
Decoded Output download
<? $uid = (CIBlockElement::GetProperty(193, $this->GetDocumentId()[2],"","",array("CODE"=>"SOTRUDNIK"))->Fetch())['VALUE'];
$aru = CUser::GetByID($uid)->Fetch();
$curkval = $aru['UF_QUAL'];
$this->SetVariable('curkval', $curkval);
CIBlockElement::SetPropertyValues({{ID }}, {{ID }}, $curkval ,"CUR_KVAL"); ?>
Did this file decode correctly?
Original Code
$uid = (CIBlockElement::GetProperty(193, $this->GetDocumentId()[2],"","",array("CODE"=>"SOTRUDNIK"))->Fetch())['VALUE'];
$aru = CUser::GetByID($uid)->Fetch();
$curkval = $aru['UF_QUAL'];
$this->SetVariable('curkval', $curkval);
CIBlockElement::SetPropertyValues({{ID }}, {{ID }}, $curkval ,"CUR_KVAL");
Function Calls
None |
Stats
MD5 | 911d388ba2da90e723eb77c4fece571c |
Eval Count | 0 |
Decode Time | 39 ms |