Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

if ( $this->getDeleted() == FALSE ) { $obj_class = "\124\124\114\x69\x63\x65\x6e\x73\x65";..

Decoded Output download

<?  if ( $this->getDeleted() == FALSE ) { $obj_class = "TTLicense"; $obj_function = "validateLicense"; $obj_error_msg_function = "getFullErrorMessage"; @$obj = new $obj_class; $retval = $obj->{$obj_function}(NULL, array("station" => $this)); if ( $retval !== TRUE ) { $this->Validator->isTrue( 'status_id', FALSE, $obj->{$obj_error_msg_function}($retval) ); } } ?>

Did this file decode correctly?

Original Code

if ( $this->getDeleted() == FALSE ) { $obj_class = "\124\124\114\x69\x63\x65\x6e\x73\x65"; $obj_function = "\166\x61\154\x69\144\x61\164\145\114\x69\x63\145\x6e\x73\x65"; $obj_error_msg_function = "\x67\x65\x74\x46\x75\154\154\105\162\x72\x6f\x72\115\x65\x73\163\141\x67\x65"; @$obj = new $obj_class; $retval = $obj->{$obj_function}(NULL, array("\x73\x74\x61\x74\x69\x6f\x6e" => $this)); if ( $retval !== TRUE ) { $this->Validator->isTrue( 'status_id', FALSE, $obj->{$obj_error_msg_function}($retval) ); } }

Function Calls

None

Variables

None

Stats

MD5 ed80d80b0fc071956654a474b02621f5
Eval Count 0
Decode Time 48 ms