Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<? // WEBSITE SETTING $C["web"]["name"] = "Webshop"; // " " $C["web"]["url"] = "htt..

Decoded Output download

<? 
// WEBSITE SETTING 
	$C["web"]["name"] = "Webshop";  // "  " 
	$C["web"]["url"] = "http://127.0.0.1/webshop/";  // "  " 
	 
// BACKEND 
	$admin_user = "admin"; // "  " 
	$admin_pass = "password"; // "  " 
 
// NEWS SETTING 
	$C["news"]["1"] = "";  // "  1 " 
	$C["news"]["link1"] = "#"; // "  1 " 
	$C["news"]["2"] = "";  // "  2 " 
	$C["news"]["link2"] = "#"; // "  2 " 
	$C["news"]["3"] = "";  // "  3 " 
	$C["news"]["link3"] = "#"; // "  3 " 
	$C["news"]["4"] = "";  // "  4 " 
	$C["news"]["link4"] = "#"; // "  5 " 
	$C["news"]["5"] = "";  // "  5 " 
	$C["news"]["link5"] = "#"; // "  5 " 
	 
// CONTACT SETTING 
	$C["contact"]["facebook"] = "#";  // "  " 
	$C["contact"]["talktalk"] = "#";  // "  " 
	$C["contact"]["email"] = "#";  // "  " 
	$C["contact"]["telephone"] = "#";  // "  " 
 
// TMTOPUP SETTING 
	$C["tmt"]["tmtopup"] = "#"; 
	$C["tmt"]["passkey"] = "#"; 
	$C["tmt"][50] = "50"; 
	$C["tmt"][90] = "90"; 
	$C["tmt"][150] = "150"; 
	$C["tmt"][300] = "300"; 
	$C["tmt"][500] = "500"; 
	$C["tmt"][1000] = "1000"; 
	 
// DATABASE SETTING 
	$C["mysql"]["host"] = "localhost"; 
	$C["mysql"]["user"] = "root"; 
	$C["mysql"]["pass"] = "phpthai"; 
	$C["mysql"]["data"] = "minecraft"; 
	 
// RCON CONNECT 
	$host = 'localhost'; //  
	$port = ''; // rcon.port 
	$password = ''; // rcon.password 
	$timeout = '3'; //  :  RCON ! 
?>

Did this file decode correctly?

Original Code

<?
// WEBSITE SETTING
	$C["web"]["name"] = "Webshop";  // "  "
	$C["web"]["url"] = "http://127.0.0.1/webshop/";  // "  "
	
// BACKEND
	$admin_user = "admin"; // "  "
	$admin_pass = "password"; // "  "

// NEWS SETTING
	$C["news"]["1"] = "";  // "  1 "
	$C["news"]["link1"] = "#"; // "  1 "
	$C["news"]["2"] = "";  // "  2 "
	$C["news"]["link2"] = "#"; // "  2 "
	$C["news"]["3"] = "";  // "  3 "
	$C["news"]["link3"] = "#"; // "  3 "
	$C["news"]["4"] = "";  // "  4 "
	$C["news"]["link4"] = "#"; // "  5 "
	$C["news"]["5"] = "";  // "  5 "
	$C["news"]["link5"] = "#"; // "  5 "
	
// CONTACT SETTING
	$C["contact"]["facebook"] = "#";  // "  "
	$C["contact"]["talktalk"] = "#";  // "  "
	$C["contact"]["email"] = "#";  // "  "
	$C["contact"]["telephone"] = "#";  // "  "

// TMTOPUP SETTING
	$C["tmt"]["tmtopup"] = "#";
	$C["tmt"]["passkey"] = "#";
	$C["tmt"][50] = "50";
	$C["tmt"][90] = "90";
	$C["tmt"][150] = "150";
	$C["tmt"][300] = "300";
	$C["tmt"][500] = "500";
	$C["tmt"][1000] = "1000";
	
// DATABASE SETTING
	$C["mysql"]["host"] = "localhost";
	$C["mysql"]["user"] = "root";
	$C["mysql"]["pass"] = "phpthai";
	$C["mysql"]["data"] = "minecraft";
	
// RCON CONNECT
	$host = 'localhost'; // 
	$port = ''; // rcon.port
	$password = ''; // rcon.password
	$timeout = '3'; //  :  RCON !
?>

Function Calls

None

Variables

None

Stats

MD5 6c9893b8742e00facc8437187d0a180c
Eval Count 0
Decode Time 98 ms