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 /** * @author NetBanBe * @copyright 2005 - 2012 * @website http://netbanbe...

Decoded Output download

<?php 
/** 
 * @author		NetBanBe 
 * @copyright	2005 - 2012 
 * @website		http://netbanbe.net 
 * @Email		[email protected] 
 * @HotLine		094 92 92 290 
 * @Version		v5.12.0722 
 * @Release		22/07/2012 
  
 * WebSite hoan toan duoc thiet ke boi NetBanBe. 
 * Vi vay, hay ton trong ban quyen tri tue cua NetBanBe 
 * Hay ton trong cong suc, tri oc NetBanBe da bo ra de thiet ke nen NWebMU 
 * Hay su dung ban quyen duoc cung cap boi NetBanBe de gop 1 phan nho chi phi phat trien NWebMU 
 * Khong nen su dung NWebMU ban crack hoac tu nguoi khac dua cho. Nhung hanh dong nhu vay se lam kim ham su phat trien cua NWebMU do khong co kinh phi phat trien cung nhu san pham tri tue bi danh cap. 
 * Cac ban hay su dung NWebMU duoc cung cap boi NetBanBe de NetBanBe co dieu kien phat trien them nhieu tinh nang hay hon, tot hon. 
 * Cam on nhieu! 
 */ 
//error_reporting(E_ALL); 
//ini_set('display_errors', '1'); 
 
 
include('checkwrite.php'); 
 
if(!isset($_SESSION)) session_start(); 
date_default_timezone_set('Asia/Ho_Chi_Minh'); 
define('NetNWEB',true); 
include_once('lang/lang_vn.php'); 
include_once('includes/function.php'); 
include_once('config/config_dongbo.php'); 
include_once('config/config_chucnang.php'); 
include_once('config/config_sms.php'); 
include_once('config/config.php'); 
include_once('config/config_domain.php'); 
include_once('config/config_event.php'); 
include_once('config/config_thehe.php'); 
include_once('hosting_sync2.php'); 
 
$server_url = _trimendslashurl($server_url); 
if($opensite == 0) 
{ 
	echo $lang_off; exit(); 
} 
 
include_once('config/config_firewall.php'); 
if($use_antiddos == 1) 
{ 
	include_once('firewall.php'); 
} 
 
if(isset($_SESSION['thehe']) && $_SESSION['thehe'] > 0) { 
    $thehe_check = $_SESSION['thehe']; 
    if(strlen($thehe_choise[$thehe_check]) == 0) { 
        session_destroy(); 
        setcookie("last_sendsv", "", time()-3600); 
    } 
} 
 
$sendsv = _checksendsv(); 
 
include_once('includes/login.class.php'); 
 
_loaddata(); 
 
include_once("vimage.php"); 
$vImage = new vImage(); 
 
// Nu c $Module -> Load trang Module 
if(isset($_GET['mod'])) $module = $_GET['mod']; 
if(isset($module)) { 
    // Kim tra iu kin bin Module 
    // Nu khng c k t c bit th Load Module 
    // Nu c k t c bit th Load Page ErrorFile 
    if (!preg_match("/^[a-zA-Z0-9_]*$/i", $module)) { 
        $module = "errorfile"; 
    } 
} else { 
    $module = "home"; 
} 
// Kim tra nu tn ti Module th Load Module 
if (is_file("modules/". $module .".php"))  
    include("modules/". $module .".php"); 
// Nu khng tn ti Module th Load Page ErrorFile 
else { 
    include("modules/errorfile.php"); 
    $module = "errorfile"; 
} 
 
include("templates/templates.php"); 
?>

Did this file decode correctly?

Original Code

<?php
/**
 * @author		NetBanBe
 * @copyright	2005 - 2012
 * @website		http://netbanbe.net
 * @Email		[email protected]
 * @HotLine		094 92 92 290
 * @Version		v5.12.0722
 * @Release		22/07/2012
 
 * WebSite hoan toan duoc thiet ke boi NetBanBe.
 * Vi vay, hay ton trong ban quyen tri tue cua NetBanBe
 * Hay ton trong cong suc, tri oc NetBanBe da bo ra de thiet ke nen NWebMU
 * Hay su dung ban quyen duoc cung cap boi NetBanBe de gop 1 phan nho chi phi phat trien NWebMU
 * Khong nen su dung NWebMU ban crack hoac tu nguoi khac dua cho. Nhung hanh dong nhu vay se lam kim ham su phat trien cua NWebMU do khong co kinh phi phat trien cung nhu san pham tri tue bi danh cap.
 * Cac ban hay su dung NWebMU duoc cung cap boi NetBanBe de NetBanBe co dieu kien phat trien them nhieu tinh nang hay hon, tot hon.
 * Cam on nhieu!
 */
//error_reporting(E_ALL);
//ini_set('display_errors', '1');


include('checkwrite.php');

if(!isset($_SESSION)) session_start();
date_default_timezone_set('Asia/Ho_Chi_Minh');
define('NetNWEB',true);
include_once('lang/lang_vn.php');
include_once('includes/function.php');
include_once('config/config_dongbo.php');
include_once('config/config_chucnang.php');
include_once('config/config_sms.php');
include_once('config/config.php');
include_once('config/config_domain.php');
include_once('config/config_event.php');
include_once('config/config_thehe.php');
include_once('hosting_sync2.php');

$server_url = _trimendslashurl($server_url);
if($opensite == 0)
{
	echo $lang_off; exit();
}

include_once('config/config_firewall.php');
if($use_antiddos == 1)
{
	include_once('firewall.php');
}

if(isset($_SESSION['thehe']) && $_SESSION['thehe'] > 0) {
    $thehe_check = $_SESSION['thehe'];
    if(strlen($thehe_choise[$thehe_check]) == 0) {
        session_destroy();
        setcookie("last_sendsv", "", time()-3600);
    }
}

$sendsv = _checksendsv();

include_once('includes/login.class.php');

_loaddata();

include_once("vimage.php");
$vImage = new vImage();

// Nu c $Module -> Load trang Module
if(isset($_GET['mod'])) $module = $_GET['mod'];
if(isset($module)) {
    // Kim tra iu kin bin Module
    // Nu khng c k t c bit th Load Module
    // Nu c k t c bit th Load Page ErrorFile
    if (!preg_match("/^[a-zA-Z0-9_]*$/i", $module)) {
        $module = "errorfile";
    }
} else {
    $module = "home";
}
// Kim tra nu tn ti Module th Load Module
if (is_file("modules/". $module .".php")) 
    include("modules/". $module .".php");
// Nu khng tn ti Module th Load Page ErrorFile
else {
    include("modules/errorfile.php");
    $module = "errorfile";
}

include("templates/templates.php");
?>

Function Calls

None

Variables

None

Stats

MD5 4c481241e0483b185dba2852c1f99fd3
Eval Count 0
Decode Time 105 ms