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 namespace Informunity\Rest\App; use Informunity\Interfaces\RestAPI; use Informunit..

Decoded Output download

<?php 
 namespace Informunity\Rest\App; use Informunity\Interfaces\RestAPI; use Informunity\Rest\Custom; use Informunity\Rest\Rest; class CheckRegistration extends Rest implements RestAPI { public static function load($config, $data = array()) { return Custom::GetCustomData($config, $data, __CLASS__); } public function Run() { return (bool) $this->query("scope"); } } 
 ?>

Did this file decode correctly?

Original Code

<?php
 namespace Informunity\Rest\App; use Informunity\Interfaces\RestAPI; use Informunity\Rest\Custom; use Informunity\Rest\Rest; class CheckRegistration extends Rest implements RestAPI { public static function load($config, $data = array()) { return Custom::GetCustomData($config, $data, __CLASS__); } public function Run() { return (bool) $this->query("\x73\143\x6f\x70\x65"); } }

Function Calls

None

Variables

None

Stats

MD5 550f10f1efe8a51d03264aef2816ad02
Eval Count 0
Decode Time 32 ms