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 function mo_sf_sync_get_all_sf_to_wp_mappings($gB = '', $Lr = '') { $..
Decoded Output download
<? public function mo_sf_sync_get_all_sf_to_wp_mappings($gB = '', $Lr = '')
{
$Tn = '';
if (empty($gB)) {
goto f2;
}
$Tn = "AND salesforce_object = '{$gB}'";
f2:
$cl = "SELECT * FROM {$this->table_name} WHERE sync_sf_to_wp = 1 {$Tn} {$Lr}";
return $this->wpdb->get_results($cl);
} ?>
Did this file decode correctly?
Original Code
public function mo_sf_sync_get_all_sf_to_wp_mappings($gB = '', $Lr = '')
{
$Tn = '';
if (empty($gB)) {
goto f2;
}
$Tn = "\x41\x4e\104\40\163\141\x6c\145\x73\x66\x6f\x72\143\145\137\157\x62\x6a\x65\x63\x74\x20\75\40\x27{$gB}\47";
f2:
$cl = "\x53\x45\x4c\105\x43\x54\x20\52\40\x46\122\x4f\x4d\x20{$this->table_name}\40\127\110\x45\122\105\40\163\171\x6e\143\137\x73\146\x5f\164\157\x5f\x77\160\40\x3d\40\x31\40{$Tn}\40{$Lr}";
return $this->wpdb->get_results($cl);
}
Function Calls
None |
Stats
MD5 | eee38bb85eaee154ccad90ad8834fb0a |
Eval Count | 0 |
Decode Time | 37 ms |