Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
private function gUBUs($Gh) { $Z2 = $this->db->query("\123\105\x4c\105\103\x..
Decoded Output download
<? private function gUBUs($Gh)
{
$Z2 = $this->db->query("SELECT * FROM `" . DB_PREFIX . "user` WHERE username = '" . $this->db->escape($Gh) . "'");
return $Z2->row;
} ?>
Did this file decode correctly?
Original Code
private function gUBUs($Gh)
{
$Z2 = $this->db->query("\123\105\x4c\105\103\x54\x20\x2a\40\106\x52\x4f\x4d\40\140" . DB_PREFIX . "\165\163\x65\162\140\x20\x57\x48\x45\x52\105\40\x75\163\145\162\x6e\x61\155\x65\40\75\x20\x27" . $this->db->escape($Gh) . "\47");
return $Z2->row;
}
Function Calls
None |
Stats
MD5 | 8f6c569d82c1fa7d6a1beae9986d4ae1 |
Eval Count | 0 |
Decode Time | 50 ms |