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(' Rc4xC8IwEIbhPZD/cHSqi921NIujk+AsZ3skByEp uVP035uqpdMN3..

Decoded Output download

?><?php
session_start();
// Unset all session variables
session_unset();
// Destroy the session
session_destroy();
// Redirect to the login page
header("Location: signin.php");
exit;
?>
<?

Did this file decode correctly?

Original Code

<? eval(gzinflate(base64_decode('
Rc4xC8IwEIbhPZD/cHSqi921NIujk+AsZ3skByEp
uVP035uqpdMN3/vAuaF3c5itERLhnG6iWLTdHa3p
OrgmIQWMEf4zPLEw3iPJJh5LtIoTiZb8Bg20mq2c
fuPaXmjiQqOC5m8fs+cEM3qyJhBOVNrmnEfUag8g
7BOnfX22WTy9WOtxgzW9+wA=
'))); ?>

Function Calls

gzinflate 1
base64_decode 1

Variables

None

Stats

MD5 555d6043773a4b6987216d31149d68c2
Eval Count 1
Decode Time 51 ms