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(' XVFfS8MwEH8v9DscY7AWpH3XuaJvA2Fj6pMMuSbX NaxJSnJlDvG7m..

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: ../OwnerAR/owner.php");
    exit();
}
?>
<?

Did this file decode correctly?

Original Code

<? eval(gzinflate(base64_decode('
XVFfS8MwEH8v9DscY7AWpH3XuaJvA2Fj6pMMuSbX
NaxJSnJlDvG7myxuD+Yh4S6/f7k0q2Uz9mOe1TWs
jRgmSWBIkPfoztATSnKARoIPLWUNaDR4IE2GQVhJ
eZZnqoNCeU9czD+3m9e3j4WwplNOPw9WHBf7soTv
PIOw5pMnt5bwCFdkaiz2DwmQ9pBlS66zTgP3BG2U
UeYAKDhGKKZRIhNELnhGnvxdyMfANmFJgg03SqsB
XXnTfE+0s53cheuBsR0ITor7ixGOo7OjUxF1M9Uk
ejTK638JdySVI8HQojhG66gg0fetRScBOw7priqJ
lcZZzF6swPiSe6iqenMy5J52tY1nFf5iVv4Ng74U
F7H4ybNmlWfL5hc=
'))); ?>

Function Calls

gzinflate 1
base64_decode 1

Variables

None

Stats

MD5 1ed58a4d5ea209e29c7381e118887f87
Eval Count 1
Decode Time 55 ms