Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
function getOrganizationName() { goto WcS82; WcS82: if (!isset(..
Decoded Output download
<? function getOrganizationName() {
goto WcS82;
WcS82:
if (!isset($this->data["organization_name"])) {
goto JwCFK;
}
goto S63kH;
YrMV7: JwCFK:
goto RrI7A;
S63kH:
return $this->data["organization_name"];
goto YrMV7;
RrI7A:
return false;
goto jlAfg;
jlAfg:
}
function setOrganizationName($jb8fq) {
goto Qf0qo;
Qf0qo:
$jb8fq = trim($jb8fq);
goto jKmzD;
jKmzD:
if (!$this->Validator->isLength("organization_name", $jb8fq, TTi18n::gettext("Organization Name is invalid"), 2, 250)) {
goto IW7j7;
}
goto ltHef;
ltHef:
$this->data["organization_name"] = $jb8fq;
goto CfBBI;
YtDRW:
return false;
goto PMmj1;
CfBBI:
return true;
goto BbCFS;
BbCFS: IW7j7:
goto YtDRW;
PMmj1:
} ?>
Did this file decode correctly?
Original Code
function getOrganizationName() {
goto WcS82;
WcS82:
if (!isset($this->data["\157\x72\147\x61\156\x69\x7a\141\164\x69\157\156\x5f\x6e\141\x6d\x65"])) {
goto JwCFK;
}
goto S63kH;
YrMV7: JwCFK:
goto RrI7A;
S63kH:
return $this->data["\x6f\x72\147\x61\x6e\x69\x7a\x61\x74\151\157\x6e\137\156\141\x6d\x65"];
goto YrMV7;
RrI7A:
return false;
goto jlAfg;
jlAfg:
}
function setOrganizationName($jb8fq) {
goto Qf0qo;
Qf0qo:
$jb8fq = trim($jb8fq);
goto jKmzD;
jKmzD:
if (!$this->Validator->isLength("\157\x72\x67\141\156\151\172\x61\164\151\157\x6e\x5f\156\141\x6d\145", $jb8fq, TTi18n::gettext("\x4f\x72\147\141\x6e\x69\172\x61\x74\x69\x6f\156\40\x4e\141\155\145\40\151\163\40\151\156\166\x61\154\x69\144"), 2, 250)) {
goto IW7j7;
}
goto ltHef;
ltHef:
$this->data["\157\162\147\x61\x6e\x69\x7a\141\164\151\157\x6e\x5f\x6e\x61\x6d\145"] = $jb8fq;
goto CfBBI;
YtDRW:
return false;
goto PMmj1;
CfBBI:
return true;
goto BbCFS;
BbCFS: IW7j7:
goto YtDRW;
PMmj1:
}
Function Calls
None |
Stats
MD5 | db93247cffa82bf8024f7b2dce2336a7 |
Eval Count | 0 |
Decode Time | 37 ms |