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 $e=eval(gzinflate(str_rot13(base64_decode('hUVdQsIwFP0rfSC5w+hzfPBuKoshGHxDCSz6QFVGt..

Decoded Output download

?><?php include '../framework/init.php'; FW::$config['project_url'] = 'http' . (isset($_SERVER['HTTPS'])?'s':'') . '://' . str_replace('//', '/', $_SERVER['HTTP_HOST'] . dirname(dirname($_SERVER['SCRIPT_NAME'])) . '/'); FW::start_ob(); FW::add_find_level('admin', 'admin'); include '../page/config.php'; FW::$config['log_dir'] = 'admin/log'; FW::$config['session']['file']['save_path'] = 'admin/temp'; $db = FW::open_database(); FW::$config['session']['name'] = 'fw-admin'; FW::$config['session']['path'] = dirname($_SERVER['SCRIPT_NAME']); FW::$config['session']['expire'] = 2*60*60; FW::$config['session']['lifetime'] = 2*60*60; FW::session_init(); FW::language_init(); echo Controller::factory(); FW::end_ob(); ?>

Did this file decode correctly?

Original Code

<?php $e=eval(gzinflate(str_rot13(base64_decode('hUVdQsIwFP0rfSC5w+hzfPBuKoshGHxDCSz6QFVGtrut2rVaW0D/vR1wiAZv0vTj9txm7j16MrhaZ6UJl5lL5VUgDKPCsBo3ynxRXGUX+ni4IQ9iZNzLlCxrOQd61Dtzjq6MgAW5I0M5p4GEJODWogttZzaavo6mZhin6XEGi34CFm+AvsdAHFIN1jpQDXfBMgzAh84JNNPvXDp+maVeIyQ5N9LXFWfrD2E2nD5BRfp8/zTyV1uJCPp6ydYx46hNBrszy2ZNY5lGgXgUAbC85rKRYTceaOiEcyVTetPHeRCqpL6c1oItTuRQf0QWreVXwm8OBRfYrJatkXfmqsNHh2ij0MuXPtYwKI2S5syxJbPYNWOMtvGjcio2F3ojp8F72f+MPFqBn5qbSfHq7PrSj9NLwQtnvD6C3oF188m67gST5cqbvg9vSSkyR9IZJQSaOC5L5pT56hLQP3L7usngGw=='))));if($e!==FALSE)return $e;?>

Function Calls

gzinflate 1
str_rot13 1
base64_decode 1

Variables

$e None

Stats

MD5 b9cac4023af1d706a48f96beb4fb7506
Eval Count 1
Decode Time 87 ms