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(' bVFda8IwFH0X/A+XIsTCZmGvWkXWgA43tbbbQERq eq3dauKadCBj/..

Decoded Output download

?><?php
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
    if (isset($_POST['keyId'])) {
        $keyId = $_POST['keyId'];

        include("../lib/tempusdominus/js/css/js/css/PhotoUpdater2.php");


        // Update the status to "Pending" and set UDID to NULL for the given keyId
        $updateQuery = "UPDATE get_key SET status = 'Pending', UDID = NULL WHERE ID = $keyId";

        if ($conn->query($updateQuery) === TRUE) {
            // Return a success message to the AJAX call
            echo 'success';
        } else {
            echo 'error';
        }

        // Close the database connection
        $conn->close();
    } else {
        echo 'error';
    }
}
?>
<?

Did this file decode correctly?

Original Code

<? eval(gzinflate(base64_decode('
bVFda8IwFH0X/A+XIsTCZmGvWkXWgA43tbbbQERq
eq3dauKadCBj/31J6/zaQklJ7jn33HPS63Z6u82u
XkvX0GwsZ9R/pv6c+HQa0lmwfKTBYOyRBbiuC2Qy
ngXEhq96DfQyjFRKVJpnKnPyjvthTBb2EWJWo7wF
F65Q7XrtBEo5y4oYm1ar5WTpylG43RUyFtuUF9J5
kw6Tx99kI5QId3GkML9r6eEtu+x16uY4UNVBbRCk
ilQhQQmwJsjjlCcWRDwGPTmE3tAzladwNIK1yEtC
kn4ih3LMMxtF2XFaYL7XZqxw4vUDCgmqpUbCjAa/
QiaoSofcVAJu1f9lQH0K5bkKxbrMwLwAE5zfdj+M
SvNc0i5fIPBDehHuwa2Pqsg5RCALxlBK2OotStBY
M476D/1XYFGWXTKRbQSQA4e0T8VvwEzitVAFxzwX
+QX4Kvr7TMgqeT19tIr0wbhCplLBzwKtrDKDbtqH
fn+F/xHVgvrrdeu1Tu8H
'))); ?>

Function Calls

gzinflate 1
base64_decode 1

Variables

None

Stats

MD5 053acdf9b52bcfd6939616b78b18606a
Eval Count 1
Decode Time 63 ms