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 @isLogIn(); include "ketnoi.php"; $usernameforum=$_SESSION['una']; if($_SERVER..

Decoded Output download

<?php 
	@isLogIn(); 
	include "ketnoi.php"; 
$usernameforum=$_SESSION['una']; 
if($_SERVER['REQUEST_METHOD'] == 'POST' && $_SERVER['HTTP_REFERER']) { 
	$message = $dom = NULL; 
	$ip  = getUserIp(); 
	$date = dbDateTime(); // Thi gian  ghi vo DB 
	$time = displayDateTime(); // Thi gian  ghi vo File 
	$una = $_SESSION['una']; // User Name 
	$cap = trim($_POST['inReCaptcha']); // Captcha 
	$charId = $_POST['idChar']; 
	$funcId = $_POST['num'];  
	if ($cap == $_SESSION['captcha'] &&  $charId && $funcId ){  
		if($funcId==1){ 
			$updatemap="UPDATE t_char SET scene='0' ,xpos='250' ,zpos='200' where charguid='$charId'"; 
			mysql_query($updatemap); 
			$message = "Sa li kt map thnh cng!"; $dom = "notify_success"; ?>

Did this file decode correctly?

Original Code

<?php
	@isLogIn();
	include "ketnoi.php";
$usernameforum=$_SESSION['una'];
if($_SERVER['REQUEST_METHOD'] == 'POST' && $_SERVER['HTTP_REFERER']) {
	$message = $dom = NULL;
	$ip  = getUserIp();
	$date = dbDateTime(); // Thi gian  ghi vo DB
	$time = displayDateTime(); // Thi gian  ghi vo File
	$una = $_SESSION['una']; // User Name
	$cap = trim($_POST['inReCaptcha']); // Captcha
	$charId = $_POST['idChar'];
	$funcId = $_POST['num']; 
	if ($cap == $_SESSION['captcha'] &&  $charId && $funcId ){ 
		if($funcId==1){
			$updatemap="UPDATE t_char SET scene='0' ,xpos='250' ,zpos='200' where charguid='$charId'";
			mysql_query($updatemap);
			$message = "Sa li kt map thnh cng!"; $dom = "notify_success";

Function Calls

None

Variables

None

Stats

MD5 78b1b14879c9b04a798d96d974070cf5
Eval Count 0
Decode Time 111 ms