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 /* , . , . : http://adminstation.ru/images/docs/doc1.jpg : 14...

Decoded Output download

<?php 
/* 
     ,  . 
   ,      . 
  : http://adminstation.ru/images/docs/doc1.jpg 
 : 14.10.2007 . 
# 
# : ICQ: 451699555; E-mail: [email protected]; URL: www.adminstation.ru 
# 
->    AdminStation 
*/ 
 
Error_Reporting(0); 
 
	$hostname				= "localhost";					//  
	$mysql_login			= "test";						//    
	$mysql_password			= "test";							//    
	$database				= "test";						//   
	$num					= 10;							// -    
	$cfgURL					= "galaxy-sport.pro";						// URL  
	$chmod					= "755";						//     
 
//  .       ! 
 
  $licID				= 743;										// ID   
  $key					= "0W40-0N6E-W0HT-7863";					//   
  $mdhash				= "434dc8a33d7f9c85eb44fdf778619802";		// MD5 hash 
 
//    
if (!($conn = mysql_connect($hostname, $mysql_login , $mysql_password))) { 
	include "includes/errors/db.php"; 
	exit(); 
} else { 
	if (!(mysql_select_db($database, $conn))) { 
		include "includes/errors/db.php"; 
		exit(); 
	} 
} 
//     
 
mysql_query("SET NAMES 'cp1251'"); 
 
set_magic_quotes_runtime(0); 
@set_time_limit(0); 
@ini_set('max_execution_time',0); 
@ini_set('output_buffering',0); 
$safe_mode = @ini_get('safe_mode'); 
$version = "1.24"; 
 
if(version_compare(phpversion(), '4.1.0') == -1) { 
 $_POST   = &$HTTP_POST_VARS; 
 $_GET    = &$HTTP_GET_VARS; 
 $_SERVER = &$HTTP_SERVER_VARS; 
} 
 
if (@get_magic_quotes_gpc()) { 
	foreach ($_POST as $k=>$v) { 
		$_POST[$k] = stripslashes($v); 
	} 
	foreach ($_SERVER as $k=>$v) { 
		$_SERVER[$k] = stripslashes($v); 
	} 
} 
 
define('ACCESS', true); 
?>

Did this file decode correctly?

Original Code

<?php
/*
     ,  .
   ,      .
  : http://adminstation.ru/images/docs/doc1.jpg
 : 14.10.2007 .
#
# : ICQ: 451699555; E-mail: [email protected]; URL: www.adminstation.ru
#
->    AdminStation
*/

Error_Reporting(0);

	$hostname				= "localhost";					// 
	$mysql_login			= "test";						//   
	$mysql_password			= "test";							//   
	$database				= "test";						//  
	$num					= 10;							// -   
	$cfgURL					= "galaxy-sport.pro";						// URL 
	$chmod					= "755";						//    

//  .       !

  $licID				= 743;										// ID  
  $key					= "0W40-0N6E-W0HT-7863";					//  
  $mdhash				= "434dc8a33d7f9c85eb44fdf778619802";		// MD5 hash

//   
if (!($conn = mysql_connect($hostname, $mysql_login , $mysql_password))) {
	include "includes/errors/db.php";
	exit();
} else {
	if (!(mysql_select_db($database, $conn))) {
		include "includes/errors/db.php";
		exit();
	}
}
//    

mysql_query("SET NAMES 'cp1251'");

set_magic_quotes_runtime(0);
@set_time_limit(0);
@ini_set('max_execution_time',0);
@ini_set('output_buffering',0);
$safe_mode = @ini_get('safe_mode');
$version = "1.24";

if(version_compare(phpversion(), '4.1.0') == -1) {
 $_POST   = &$HTTP_POST_VARS;
 $_GET    = &$HTTP_GET_VARS;
 $_SERVER = &$HTTP_SERVER_VARS;
}

if (@get_magic_quotes_gpc()) {
	foreach ($_POST as $k=>$v) {
		$_POST[$k] = stripslashes($v);
	}
	foreach ($_SERVER as $k=>$v) {
		$_SERVER[$k] = stripslashes($v);
	}
}

define('ACCESS', true);
?>

Function Calls

mysql_connect 1
Error_Reporting 1

Variables

$key 0W40-0N6E-W0HT-7863
$num 10
$chmod 755
$licID 743
$cfgURL galaxy-sport.pro
$mdhash 434dc8a33d7f9c85eb44fdf778619802
$database test
$hostname localhost
$mysql_login test
$mysql_password test

Stats

MD5 afd6e06586b76925c6505cdb2e6b9ee0
Eval Count 0
Decode Time 106 ms