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 error_reporting(E_ALL);ini_set('display_errors','1');set_magic_quotes_runtime(0);$d..
Decoded Output download
<?php
error_reporting(E_ALL);ini_set('display_errors','1');set_magic_quotes_runtime(0);$db2516e1bbfd1=ini_get('include_path');$j5de351803db5='.'.PATH_SEPARATOR.'./includes'.PATH_SEPARATOR.'./includes/PEAR'.PATH_SEPARATOR;$j93d6c5f1ed6a=trim(getenv('STRATOS_HOME'));if($j93d6c5f1ed6a){$i9cdaacf035c4=$j93d6c5f1ed6a{strlen($j93d6c5f1ed6a)-1};if($i9cdaacf035c4!='/'&&$i9cdaacf035c4!='\'){$j93d6c5f1ed6a.=DIRECTORY_SEPARATOR;}$j5de351803db5.=$j93d6c5f1ed6a.PATH_SEPARATOR.$j93d6c5f1ed6a.'stratos/includes'.PATH_SEPARATOR.$j93d6c5f1ed6a.'stratos/includes/PEAR'.PATH_SEPARATOR;}else{$j5de351803db5.='./stratos/includes'.PATH_SEPARATOR.'./stratos/includes/PEAR'.PATH_SEPARATOR;}ini_set('include_path',$j5de351803db5.$db2516e1bbfd1);session_start();if(get_magic_quotes_gpc()){/**
* Require the filter_recursive() function.
*/require_once('functions/filter_recursive.php');if(isset($_GET))$_GET=filter_recursive($_GET,'stripslashes');if(isset($_POST))$_POST=filter_recursive($_POST,'stripslashes');if(isset($_COOKIE))$_COOKIE=filter_recursive($_COOKIE,'stripslashes');if(isset($_SERVER))$_SERVER=filter_recursive($_SERVER,'stripslashes');if(isset($_FILES))$_FILES=filter_recursive($_FILES,'stripslashes');}/**
*
*/require_once('stratos/Stratos.php');$b0f05e3d167ae=&Stratos::getInstance();$b0f05e3d167ae->run();?>
Did this file decode correctly?
Original Code
<?php
error_reporting(E_ALL);ini_set('display_errors','1');set_magic_quotes_runtime(0);$db2516e1bbfd1=ini_get('include_path');$j5de351803db5='.'.PATH_SEPARATOR.'./includes'.PATH_SEPARATOR.'./includes/PEAR'.PATH_SEPARATOR;$j93d6c5f1ed6a=trim(getenv('STRATOS_HOME'));if($j93d6c5f1ed6a){$i9cdaacf035c4=$j93d6c5f1ed6a{strlen($j93d6c5f1ed6a)-1};if($i9cdaacf035c4!='/'&&$i9cdaacf035c4!='\\'){$j93d6c5f1ed6a.=DIRECTORY_SEPARATOR;}$j5de351803db5.=$j93d6c5f1ed6a.PATH_SEPARATOR.$j93d6c5f1ed6a.'stratos/includes'.PATH_SEPARATOR.$j93d6c5f1ed6a.'stratos/includes/PEAR'.PATH_SEPARATOR;}else{$j5de351803db5.='./stratos/includes'.PATH_SEPARATOR.'./stratos/includes/PEAR'.PATH_SEPARATOR;}ini_set('include_path',$j5de351803db5.$db2516e1bbfd1);session_start();if(get_magic_quotes_gpc()){/**
* Require the filter_recursive() function.
*/require_once('functions/filter_recursive.php');if(isset($_GET))$_GET=filter_recursive($_GET,'stripslashes');if(isset($_POST))$_POST=filter_recursive($_POST,'stripslashes');if(isset($_COOKIE))$_COOKIE=filter_recursive($_COOKIE,'stripslashes');if(isset($_SERVER))$_SERVER=filter_recursive($_SERVER,'stripslashes');if(isset($_FILES))$_FILES=filter_recursive($_FILES,'stripslashes');}/**
*
*/require_once('stratos/Stratos.php');$b0f05e3d167ae=&Stratos::getInstance();$b0f05e3d167ae->run();?>
Function Calls
ini_get | 1 |
ini_set | 1 |
error_reporting | 1 |
set_magic_quotes_runtime | 1 |
Stats
MD5 | 035000137c4d4270db348467a4c39f97 |
Eval Count | 0 |
Decode Time | 69 ms |