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 class Mo_OAuth_User_Reports { static function get_all_transactions() ..
Decoded Output download
<?php
class Mo_OAuth_User_Reports
{
static function get_all_transactions()
{
global $wpdb;
$dR = $wpdb->get_results("SELECT username, status ,appname ,created_timestamp FROM " . $wpdb->prefix . Mo_Oauth_Constants::USER_TRANSCATIONS_TABLE);
return $dR;
}
static function add_transactions($zu, $My, $fI)
{
global $wpdb;
if (!($zu == '')) {
goto o05;
}
$zu = "-";
o05:
$wpdb->insert($wpdb->prefix . Mo_Oauth_Constants::USER_TRANSCATIONS_TABLE, array("username" => $zu, "status" => $My, "appname" => $fI));
}
}
?>
Did this file decode correctly?
Original Code
<?php
class Mo_OAuth_User_Reports
{
static function get_all_transactions()
{
global $wpdb;
$dR = $wpdb->get_results("\123\105\114\x45\x43\124\40\165\x73\145\162\156\141\x6d\145\54\40\x73\164\x61\x74\165\x73\x20\x2c\141\160\160\156\141\x6d\145\40\54\x63\162\x65\141\x74\x65\144\x5f\x74\151\155\x65\x73\164\141\155\160\40\106\122\117\x4d\x20" . $wpdb->prefix . Mo_Oauth_Constants::USER_TRANSCATIONS_TABLE);
return $dR;
}
static function add_transactions($zu, $My, $fI)
{
global $wpdb;
if (!($zu == '')) {
goto o05;
}
$zu = "\x2d";
o05:
$wpdb->insert($wpdb->prefix . Mo_Oauth_Constants::USER_TRANSCATIONS_TABLE, array("\x75\163\x65\162\156\141\x6d\x65" => $zu, "\163\164\x61\x74\165\163" => $My, "\x61\160\x70\x6e\x61\155\145" => $fI));
}
}
?>
Function Calls
None |
Stats
MD5 | 5f4d0a8f602e4116243f2aafa1ff01fb |
Eval Count | 0 |
Decode Time | 93 ms |