Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
public static function isFounder($uid) { goto AhI4K; mAygr: return..
Decoded Output download
<? public static function isFounder($uid)
{
goto AhI4K;
mAygr: return true;
goto VYl8W;
Gf7wo: TR3Xw: goto ysN2T;
AhI4K: $user_founder = UsersFounderOwnUsers::where("uid", $uid)->first();
goto Fw9Rh;
VYl8W: aY5Xk: goto BrEPZ;
ysN2T: if (!self::userIsFounder($uid)) {
goto aY5Xk;
}
goto mAygr;
euqKN: return true;
goto Gf7wo;
BrEPZ: return false;
goto HGSsx;
Fw9Rh: if (!($user_founder && $user_founder->founder_uid)) {
goto TR3Xw;
}
goto euqKN;
HGSsx:
} ?>
Did this file decode correctly?
Original Code
public static function isFounder($uid)
{
goto AhI4K;
mAygr: return true;
goto VYl8W;
Gf7wo: TR3Xw: goto ysN2T;
AhI4K: $user_founder = UsersFounderOwnUsers::where("\x75\x69\x64", $uid)->first();
goto Fw9Rh;
VYl8W: aY5Xk: goto BrEPZ;
ysN2T: if (!self::userIsFounder($uid)) {
goto aY5Xk;
}
goto mAygr;
euqKN: return true;
goto Gf7wo;
BrEPZ: return false;
goto HGSsx;
Fw9Rh: if (!($user_founder && $user_founder->founder_uid)) {
goto TR3Xw;
}
goto euqKN;
HGSsx:
}
Function Calls
None |
Stats
MD5 | 4a31b25abd42b65c1260f68c0e60036a |
Eval Count | 0 |
Decode Time | 80 ms |