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 $ { "GLOBALS" } ["bbzqfwsoqn"] = "tipo"; $ { "GLOBALS" } ["gqotjswhv..
Decoded Output download
<?php
$ {
"GLOBALS"
}
["bbzqfwsoqn"] = "tipo";
$ {
"GLOBALS"
}
["gqotjswhvxl"] = "precode";
$ {
"GLOBALS"
}
["yqxuxdfez"] = "mac";
$cpldxlcz = "mac";
$ {
"GLOBALS"
}
["fwlpvqsyi"] = "year";
session_name("ipnetivr");
session_start();
date_default_timezone_set("America/Santiago");
$ {
$ {
"GLOBALS"
}
["fwlpvqsyi"]
} = date("Y");
include_once "losmi.php";
$ {
$ {
"GLOBALS"
}
["yqxuxdfez"]
} = getMac();
$ {
$ {
"GLOBALS"
}
["gqotjswhvxl"]
} = mactoprecode($ {
$cpldxlcz
});
$ {
$ {
"GLOBALS"
}
["bbzqfwsoqn"]
} = "ipnetivr";
echo "
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title>License</title>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1" >
< linkrel = \"stylesheet"href = \"css/sb-admin-2.min.css\">
<link rel="stylesheet" type="text / css" href=\"noty/demo/animate.css\" />
</head>
<body>
<div class=\"container mt-3\">
<div class=\"row\">
<div class=\"col-lg-6" >
< formmethod = \"post\" action=\"controller.php?dato=license"
id = "demoform" >
< inputtype = "hidden"name = "licensedemo"id = \"licensedemo" >
< divclass = \"card shadow mb-4" >
< divclass = "card-header py-3\">
<h6 class=\"m-0 font-weight-bold text-primary\">Activate Automatic DEMO</h6>
</div>
<div class="card - body">
<table align=\"center"style = "margin-top: 60px\">
<tr>
<td></td>
<td><div class=\"alert alert-info" >
< pstyle = "font-size: 13px\">
<b>- Activate DEMO for Testing </b>
</p>
<p style="font - size:
13px;
margin - top: -18px">- Ingrese un
correo vlido, para indentificarse</p>
<p style="font - size:
13px;
margin - top: -18px">- Activate Demo
and enter your E-mail</p>
</div></td>
</tr>
<tr>
<td><font style="font - size:
13px;
margin - right:
2px\">E-Mail</font></td>
<td><input class=\"form-control\" id="correo" type=\"text\"
name="correo" placeholder=\"Enter your E-Mail"autofocus
required > < / td >
< / tr >
< tr >
< td > < fontstyle = \"font-size: 13px; margin-right: 2px\">Name</font></td>
<td><input class=\"form-control\" id="namedemo" type=\"text\"
name="namedemo" placeholder="EnteryourName\"></td>
</tr>
<tr>
<td></td>
<td align=\"center\"><input type="button"
style="margin - top:
0.5cm\"
onclick="cargar('";${"GLOBALS"}["ekuqpqs"]="year";echo${${"GLOBALS"}["gqotjswhvxl"]};echo "', '";echo${${"GLOBALS"}["yqxuxdfez"]};echo "', '";${"GLOBALS"}["qkanbsuugny"]="precode";echo${${"GLOBALS"}["bbzqfwsoqn"]};echo "') \"
value="ActivateDEMO" class=\"btn btn-info form-control\" ></td>
</tr>
</table>
</div>
</div>
</form>
</div>
<div class=\"col-lg-6\">
<form method=\"post\" action="controller . php ? dato = license\"
onsubmit=\"return validar()" >
< divclass = \"card shadow mb-4" >
< divclass = \"card-header py-3\">
<h6 class=\"m-0 font-weight-bold text-primary\">Manual Registration</h6>
</div>
<div class="card - body">
<table align=\"center"style = \"margin-top: 60px" >
< footerclass = "sticky-footer bg-white \">
<img src=\"img/ipnetivr_logo3.png\" class=\"rounded mx-auto d-block"
width = "148"height = "51" >
< divclass = \"container my-auto mt-1\">
<div class="copyrighttext - centermy - auto">
<span>Copyright © IPnet ";
echo $ {
$ {
"GLOBALS"
}
["ekuqpqs"]
};
echo "</span>
</div>
</div>
</footer>
<script src="vendor / jquery / jquery . min . js"></script>
<script src="vendor / bootstrap / js / bootstrap . bundle . min . js\"></script>
<script type=\"text/javascript"
src = "noty/js/noty/packaged/jquery.noty.packaged.min.js\"></script>
<script type=\"text/javascript" >
functionvalidar() {
varlic = document . getElementById('license');
if(lic . value . length == 0) {
alerta(\"Ingrese licencia por favor... ");
lic . focus();
returnfalse;
}
}
\$ . ajaxSetup( {
cache : false
});
functioncargar(precode, mac, tipo) {
correo = document . getElementById('correo') . value;
name = document . getElementById('namedemo') . value;
if(correo . length == 0) {
alerta(\"Input E-Mail please... \",tipo=\"error");
document . getElementById('correo') . focus();
returnfalse;
}
if(name == "") name = \"DEMO";
url = \"ge_ajax.php?precode=" + precode + "&mac=" + mac + "&correo=\"+correo+\"&tipo=" + tipo + \"-demo&name=" + name;
//alert(url);
var obXHR;
obXHR=nuevoAjax();
obXHR.open(\"POST",url,true);
obXHR.onreadystatechange=function()
{
if (obXHR.readyState==4)
{
if(obXHR.responseText=="error\" || obXHR.responseText=="yasolicito\"){
alerta(\"Error License= \"+obXHR.responseText,"error",4000);
}else{
document.getElementById('licensedemo').value=obXHR.responseText;
document.getElementById("demoform").submit();
}
}else{
}
}
obXHR.send(null);
}
function nuevoAjax(){
var xmlhttp=false;
try
{
xmlhttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch(e)
{
try
{
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
}
catch(E) { xmlhttp=false; }
}
if (!xmlhttp && typeof XMLHttpRequest!=\"undefined\") { xmlhttp=new XMLHttpRequest(); }
return xmlhttp;
}
function alerta(texto,tipo=\"success\",timeout=8000){
var n = noty({
text : texto,
type : tipo,
timeout: timeout,
dismissQueue: true,
closeWith : ['click', 'backdrop'],
modal : false,
layout : 'topCenter',
theme :'bootstrapTheme'
});
}
</script>
</body>
</html>
";
?>
Did this file decode correctly?
Original Code
<?php
$ {
"GLOBALS"
}
["bbzqfwsoqn"] = "tipo";
$ {
"GLOBALS"
}
["gqotjswhvxl"] = "precode";
$ {
"GLOBALS"
}
["yqxuxdfez"] = "mac";
$cpldxlcz = "mac";
$ {
"GLOBALS"
}
["fwlpvqsyi"] = "year";
session_name("ipnetivr");
session_start();
date_default_timezone_set("America/Santiago");
$ {
$ {
"GLOBALS"
}
["fwlpvqsyi"]
} = date("Y");
include_once "losmi.php";
$ {
$ {
"GLOBALS"
}
["yqxuxdfez"]
} = getMac();
$ {
$ {
"GLOBALS"
}
["gqotjswhvxl"]
} = mactoprecode($ {
$cpldxlcz
});
$ {
$ {
"GLOBALS"
}
["bbzqfwsoqn"]
} = "ipnetivr";
echo "\n<!DOCTYPE html>\n<html>\n<head>\n<meta charset='utf-8' />\n<title>License</title>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1" > \n\n < linkrel = \"stylesheet"href = \"css/sb-admin-2.min.css\">\n\n<link rel="stylesheet" type="text / css" href=\"noty/demo/animate.css\" />\n\n</head>\n\n<body>\n\t<div class=\"container mt-3\">\n\n\n\n\t\t<div class=\"row\">\n\t\t\t\n\t\t\t<div class=\"col-lg-6" > \n\t\t\t\t < formmethod = \"post\" action=\"controller.php?dato=license"\n\t\t\t\t\tid = "demoform" > \n\t\t\t\t\t < inputtype = "hidden"name = "licensedemo"id = \"licensedemo" > \n\t\t\t\t\t\n\n\t\t\t\t\t < divclass = \"card shadow mb-4" > \n\t\t\t\t\t\t < divclass = "card-header py-3\">\n\t\t\t\t\t\t\t<h6 class=\"m-0 font-weight-bold text-primary\">Activate Automatic DEMO</h6>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="card - body">\n\t\t\t\t\t\t\t<table align=\"center"style = "margin-top: 60px\">\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t<td></td>\n\t\t\t\t\t\t\t\t\t<td><div class=\"alert alert-info" > \n\t\t\t\t\t\t\t\t\t\t\t < pstyle = "font-size: 13px\">\n\t\t\t\t\t\t\t\t\t\t\t\t<b>- Activate DEMO for Testing </b>\n\t\t\t\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t\t\t\t\t<p style="font - size:
13px;
margin - top: -18px">- Ingrese un\n\t\t\t\t\t\t\t\t\t\t\t\tcorreo vlido, para indentificarse</p>\n\t\t\t\t\t\t\t\t\t\t\t<p style="font - size:
13px;
margin - top: -18px">- Activate Demo\n\t\t\t\t\t\t\t\t\t\t\t\tand enter your E-mail</p>\n\t\t\t\t\t\t\t\t\t\t</div></td>\n\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t<td><font style="font - size:
13px;
margin - right:
2px\">E-Mail</font></td>\n\t\t\t\t\t\t\t\t\t<td><input class=\"form-control\" id="correo" type=\"text\"\n\t\t\t\t\t\t\t\t\t\tname="correo" placeholder=\"Enter your E-Mail"autofocus\n\t\t\t\t\t\t\t\t\t\trequired > < / td > \n\n\t\t\t\t\t\t\t\t < / tr > \n\t\t\t\t\t\t\t\t < tr > \n\t\t\t\t\t\t\t\t\t < td > < fontstyle = \"font-size: 13px; margin-right: 2px\">Name</font></td>\n\t\t\t\t\t\t\t\t\t<td><input class=\"form-control\" id="namedemo" type=\"text\"\n\t\t\t\t\t\t\t\t\t\tname="namedemo" placeholder="EnteryourName\"></td>\n\n\t\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t\t<td></td>\n\t\t\t\t\t\t\t\t\t<td align=\"center\"><input type="button"\n\t\t\t\t\t\t\t\t\t\tstyle="margin - top:
0.5cm\"\n\t\t\t\t\t\t\t\t\t\tonclick="cargar('";${"GLOBALS"}["ekuqpqs"]="year";echo${${"GLOBALS"}["gqotjswhvxl"]};echo "', '";echo${${"GLOBALS"}["yqxuxdfez"]};echo "', '";${"GLOBALS"}["qkanbsuugny"]="precode";echo${${"GLOBALS"}["bbzqfwsoqn"]};echo "') \"\n\t\t\t\t\t\t\t\t\t\tvalue="ActivateDEMO" class=\"btn btn-info form-control\" ></td>\n\t\t\t\t\t\t\t\t</tr>\n\n\t\t\t\t\t\t\t</table>\n\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\n\n\n\n\t\t\t\t</form>\n\n\t\t\t</div>\n\n\t\t\t\n\t\t\t<div class=\"col-lg-6\">\n\t\t\t\t<form method=\"post\" action="controller . php ? dato = license\"\n\t\t\t\t\tonsubmit=\"return validar()" > \n\n\t\t\t\t\t < divclass = \"card shadow mb-4" > \n\t\t\t\t\t\t < divclass = \"card-header py-3\">\n\t\t\t\t\t\t\t<h6 class=\"m-0 font-weight-bold text-primary\">Manual Registration</h6>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="card - body">\n\n\t\t\t\t\t\t\t<table align=\"center"style = \"margin-top: 60px" > \n\t\t\t\t\t\t\t\t\n\n\t\n\t < footerclass = "sticky-footer bg-white \">\n\t\t<img src=\"img/ipnetivr_logo3.png\" class=\"rounded mx-auto d-block"\n\t\t\twidth = "148"height = "51" > \n\t\t < divclass = \"container my-auto mt-1\">\n\t\t\t<div class="copyrighttext - centermy - auto">\n\t\t\t\t<span>Copyright © IPnet ";
echo $ {
$ {
"GLOBALS"
}
["ekuqpqs"]
};
echo "</span>\n\t\t\t</div>\n\t\t</div>\n\t</footer>\n\n\t <script src="vendor / jquery / jquery . min . js"></script>\n\t\n\t<script src="vendor / bootstrap / js / bootstrap . bundle . min . js\"></script>\n\t\n\t<script type=\"text/javascript"\n\t\tsrc = "noty/js/noty/packaged/jquery.noty.packaged.min.js\"></script>\n\n\t<script type=\"text/javascript" > \n\n\tfunctionvalidar() {
\n\t\tvarlic = document . getElementById('license');
\n\t\tif(lic . value . length == 0) {
\n\t\t\talerta(\"Ingrese licencia por favor... ");
\n\t\t\tlic . focus();
\n\t\t\treturnfalse;
\n\t\t
}
\n\t
}
\n\n\t\n\$ . ajaxSetup( {
cache : false
});
\nfunctioncargar(precode, mac, tipo) {
\n\tcorreo = document . getElementById('correo') . value;
\n\tname = document . getElementById('namedemo') . value;
\n\tif(correo . length == 0) {
\n\t\talerta(\"Input E-Mail please... \",tipo=\"error");
\n\t\tdocument . getElementById('correo') . focus();
\n\t\treturnfalse;
\n\t
}
\n\tif(name == "") name = \"DEMO";
\n\turl = \"ge_ajax.php?precode=" + precode + "&mac=" + mac + "&correo=\"+correo+\"&tipo=" + tipo + \"-demo&name=" + name;
\n\t //alert(url);\n\tvar obXHR;\n\tobXHR=nuevoAjax();\n\tobXHR.open(\"POST",url,true);\n\n\tobXHR.onreadystatechange=function()\n\t{\n\t\t\tif (obXHR.readyState==4)\n\t\t\t{\n\t\t\t\tif(obXHR.responseText=="error\" || obXHR.responseText=="yasolicito\"){\n\t\t\t\t\talerta(\"Error License= \"+obXHR.responseText,"error",4000);\n\t\t\t\t}else{\n\t\t\t\t\tdocument.getElementById('licensedemo').value=obXHR.responseText;\n\t\t\t\t\tdocument.getElementById("demoform").submit();\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}else{\n\t\t\t}\n\t}\n\tobXHR.send(null);\n}\n\t\t\n\t\t\nfunction nuevoAjax(){ \n\nvar xmlhttp=false; \n\ttry \n\t{ \n\t\t\t\t\txmlhttp=new ActiveXObject("Msxml2.XMLHTTP"); \n\t}\n\tcatch(e)\n\t{ \n\t\ttry\n\t\t{ \n\t\t\t\t\t\txmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); \n\t\t} \n\t\t\t\tcatch(E) { xmlhttp=false; }\n\t}\n\t\t\tif (!xmlhttp && typeof XMLHttpRequest!=\"undefined\") { xmlhttp=new XMLHttpRequest(); } \n\n\t\t\treturn xmlhttp; \n}\n\n\nfunction alerta(texto,tipo=\"success\",timeout=8000){\n\tvar n = noty({\n text : texto,\n type : tipo,\n timeout: timeout,\n dismissQueue: true,\n closeWith : ['click', 'backdrop'],\n modal : false, \n layout : 'topCenter',\n theme :'bootstrapTheme'\n });\n}\n\n</script>\n\n</body>\n</html>\n\n";
Function Calls
None |
Stats
MD5 | 738128e22244936a8ee01b65e328a19b |
Eval Count | 0 |
Decode Time | 54 ms |