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(' XVFLa8MwDL4H8h9EKTSBkdy3roHBDoWxlj1OowzF VhrT2A62QlfG/..

Decoded Output download

?><?php
// Include necessary header and session management code

if (isset($_POST['confirmBlock'])) {
    $userId = $_POST['userId'];
    
    // Perform the blocking action (update user status, set to blocked or similar)
    // Update your users table with the appropriate blocking mechanism
    
    // Redirect back to the dashboard after blocking
    header("Location: ../OwnerEN/owner.php");
    exit();
}
?>
<?

Did this file decode correctly?

Original Code

<? eval(gzinflate(base64_decode('
XVFLa8MwDL4H8h9EKTSBkdy3roHBDoWxlj1OowzF
VhrT2A62QlfG/vvseu1hPthI/l6Wm9WyGfsxz+oa
1kYMkyQwJMh7dCfoCSU5QCPBh5ayBjQa3JMmwyCs
pDzLM9VBobwnLuaf283r28dCWNMppx8GKw6LXVnC
d55BWPPJk1tLuIcLMjUWu7sESHvIsiXXWaeBe4I2
yiizBxQcIxTTKJEJIhc8I0/+JuRjYJuwJMGGG6XV
gK68ar4n2slO7sz1wNgOBEfF/dkIx9HZ0amIuppq
Ej0a5fW/hC8klSPB0KI4ROuoINH3rUUnATsO6S4q
iZXGWcyerMD4kluoqnpzNOQen2sbzyr8xaz8GwZ9
KS5i8ZNnzSrPls0v
'))); ?>

Function Calls

gzinflate 1
base64_decode 1

Variables

None

Stats

MD5 7170cf0b0be61bd3e06b60ff1f290035
Eval Count 1
Decode Time 59 ms