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

Signing you up...

Thank you for signing up!

PHP Decode

//define ( 'OPMC_TRACE', '1' ); if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if acce..

Decoded Output download

<?  //define ( 'OPMC_TRACE', '1' ); 
 
if ( ! defined( 'ABSPATH' ) ) { 
	exit; // Exit if accessed directly 
} 
 
class Opmc_Myob_Exception extends Exception {}  
 
 
define( 'WC_MYOB_INTEGRATION_INIT_VERSION', '1.0.0' ); 
define( 'WC_MYOB_INTEGRATION_PLUGINURL', plugin_dir_url( __FILE__ ) ); 
define( 'WC_MYOB_INTEGRATION_PLUGINDIR', plugin_dir_path( __FILE__ ) ); 
define( 'HOME_URL', home_url('/') ); 
define( 'TOKEN_URI', 'https://secure.myob.com/oauth2/v1/authorize' ); 
 
define( 'WC_MYOB_API_CLIENT_ID', '545dj2wk4r8gde2xs39mg366' ); 
 
define( 'WC_MYOB_API_REDIRECT_URL', 'https://myob-auth.nicer8.com/myob-authentication.html' ); 
/** ?>

Did this file decode correctly?

Original Code

//define ( 'OPMC_TRACE', '1' );

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

class Opmc_Myob_Exception extends Exception {} 


define( 'WC_MYOB_INTEGRATION_INIT_VERSION', '1.0.0' );
define( 'WC_MYOB_INTEGRATION_PLUGINURL', plugin_dir_url( __FILE__ ) );
define( 'WC_MYOB_INTEGRATION_PLUGINDIR', plugin_dir_path( __FILE__ ) );
define( 'HOME_URL', home_url('/') );
define( 'TOKEN_URI', 'https://secure.myob.com/oauth2/v1/authorize' );

define( 'WC_MYOB_API_CLIENT_ID', '545dj2wk4r8gde2xs39mg366' );

define( 'WC_MYOB_API_REDIRECT_URL', 'https://myob-auth.nicer8.com/myob-authentication.html' );
/**

Function Calls

None

Variables

None

Stats

MD5 076d0d057fd3f0c07d5dbd9cdd97ccea
Eval Count 0
Decode Time 44 ms