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

Signing you up...

Thank you for signing up!

PHP Decode

namespace MoSfSyncSalesforce\Helper; class PluginConstants extends BasicEnum { co..

Decoded Output download

<?  namespace MoSfSyncSalesforce\Helper; 
 
class PluginConstants extends BasicEnum 
{ 
    const HOSTNAME = "https://login.xecurify.com"; 
    const SFPRODURL = "https://login.salesforce.com"; 
    const SFTESTURL = "https://test.salesforce.com"; 
    const VERSION = "11.0.2"; 
    const WPTOSF = "sync wp to sf"; 
    const SFTOWP = "sync sf to wp"; 
    const ACCESS_TOKEN = "access_token"; 
    const REFRESH_TOKEN = "refresh_token"; 
    const INSTANCE_URL = "instance_url"; 
    const MAPPING_OBJECT = "mo_sf_sync_object"; 
    const PROVISION_OBJECT = "mo_sf_sync_provision"; 
    const SF_RESPONSE_OBJECT = "mo_sf_sync_salesforce_response"; 
    const CONFIG_OBJECT = "mo_sf_sync_config"; 
    const CLIENT_SECRET = "client_secret"; 
    const CLIENT_ID = "client_id"; 
    const REDIRECT_URI = "redirect_uri"; 
    const ENVIRONMENT = "env_select"; 
    const ENVIRONMENT_LINK = "env_link"; 
    const AUTO_USER_UPDATE = "automatic_user_update"; 
    const SELECTED_OBJECT = "object_select"; 
    const OPTION_PREFIX = "mo_sf_sync"; 
    const FORM_INTEGRATIONS = array("gravityforms", "ninjaForms", "ContactForm7"); 
} ?>

Did this file decode correctly?

Original Code

namespace MoSfSyncSalesforce\Helper;

class PluginConstants extends BasicEnum
{
    const HOSTNAME = "\150\164\164\x70\x73\x3a\x2f\x2f\x6c\157\147\151\156\x2e\x78\145\143\x75\162\151\146\171\x2e\143\157\x6d";
    const SFPRODURL = "\x68\x74\164\160\163\72\x2f\57\x6c\157\x67\151\x6e\56\163\x61\154\145\x73\146\x6f\x72\143\145\56\x63\157\155";
    const SFTESTURL = "\x68\x74\164\x70\x73\x3a\x2f\57\x74\145\163\164\x2e\163\141\154\145\163\146\157\x72\x63\x65\56\143\x6f\155";
    const VERSION = "\61\x31\56\60\56\62";
    const WPTOSF = "\x73\171\156\143\x20\167\160\x20\x74\157\40\163\x66";
    const SFTOWP = "\x73\171\156\143\40\163\146\40\164\x6f\40\x77\160";
    const ACCESS_TOKEN = "\141\x63\x63\145\x73\x73\x5f\164\x6f\153\x65\156";
    const REFRESH_TOKEN = "\x72\x65\x66\162\145\163\150\137\164\157\153\x65\156";
    const INSTANCE_URL = "\151\156\x73\x74\x61\156\143\145\137\165\162\x6c";
    const MAPPING_OBJECT = "\155\157\x5f\163\x66\137\x73\171\x6e\x63\x5f\x6f\142\x6a\x65\143\164";
    const PROVISION_OBJECT = "\x6d\157\137\163\x66\x5f\x73\171\x6e\143\137\x70\162\157\x76\151\x73\x69\157\x6e";
    const SF_RESPONSE_OBJECT = "\x6d\x6f\137\x73\146\137\x73\171\156\143\x5f\163\x61\x6c\x65\163\x66\x6f\x72\143\145\x5f\x72\x65\163\x70\x6f\156\163\x65";
    const CONFIG_OBJECT = "\x6d\157\x5f\163\146\x5f\163\171\156\143\x5f\143\x6f\x6e\x66\x69\147";
    const CLIENT_SECRET = "\x63\x6c\x69\x65\x6e\164\x5f\x73\x65\143\162\145\164";
    const CLIENT_ID = "\143\x6c\x69\145\x6e\164\x5f\x69\x64";
    const REDIRECT_URI = "\x72\x65\144\151\162\x65\x63\164\137\x75\162\151";
    const ENVIRONMENT = "\x65\156\166\137\163\145\154\x65\x63\x74";
    const ENVIRONMENT_LINK = "\x65\x6e\166\x5f\154\x69\156\x6b";
    const AUTO_USER_UPDATE = "\141\165\x74\157\x6d\141\164\x69\143\137\165\x73\x65\162\x5f\x75\160\144\x61\164\x65";
    const SELECTED_OBJECT = "\x6f\x62\152\x65\x63\164\137\x73\x65\x6c\x65\143\164";
    const OPTION_PREFIX = "\x6d\157\137\163\x66\137\163\x79\x6e\x63";
    const FORM_INTEGRATIONS = array("\x67\x72\141\166\151\x74\x79\x66\x6f\162\x6d\163", "\x6e\151\156\x6a\141\106\x6f\x72\x6d\x73", "\103\x6f\156\164\141\x63\x74\x46\157\162\155\x37");
}

Function Calls

None

Variables

None

Stats

MD5 95d4003ec81ba0f77553d1df3237a2cc
Eval Count 0
Decode Time 46 ms