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://seocola.ru/images/docs/doc1.jpg : 10.10.201..
Decoded Output download
<?php
/*
, .
, .
: http://seocola.ru/images/docs/doc1.jpg
: 10.10.2016 .
#
# : ICQ: 614936; E-mail: [email protected]; URL: www.seocola.ru
#
-> SEOCOLA.RU
*/
Error_Reporting(0);
$hostname = "localhost"; //
$mysql_login = "alpha1"; //
$mysql_password = "9C3s6C2q"; //
$database = "alpha1"; //
$num = 10; // -
$cfgURL = "alpha-corporation.net"; // 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://seocola.ru/images/docs/doc1.jpg
: 10.10.2016 .
#
# : ICQ: 614936; E-mail: [email protected]; URL: www.seocola.ru
#
-> SEOCOLA.RU
*/
Error_Reporting(0);
$hostname = "localhost"; //
$mysql_login = "alpha1"; //
$mysql_password = "9C3s6C2q"; //
$database = "alpha1"; //
$num = 10; // -
$cfgURL = "alpha-corporation.net"; // 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 |
Stats
| MD5 | e1cd5aad63c604956eebe59412cf5e64 |
| Eval Count | 0 |
| Decode Time | 92 ms |