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 echo ''; echo '<!DOCTYPE html>'; echo '<html lang="ar">'; echo '<head>'; echo '..
Decoded Output download
<!DOCTYPE html><html lang="ar"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><title> : FOX STORE</title><link rel="icon" href="uploads/logo.png"><link rel="apple-touch-icon" href="uploads/logo.png"><link href="css/rtl/bootstrap.min.css" rel="stylesheet"><link href="css/style-login.css?rand=568" rel="stylesheet"><link href="css/bootstrap-rtl.min.css" rel="stylesheet"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><meta name="theme-color" content="#222e3f"><link rel="stylesheet" type="text/css" href="//www.fontstatic.com/f=saudi" /><script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script></head><body><style>*{font-family: saudi;text-decoration: none;}.swal-text {text-align: center !important; }</style><div class="container"><div class="row"><div class="col-xs-10 col-xs-offset-1 col-sm-6 col-sm-offset-3 col-md-5 col-md-offset-4 col-lg-4 col-lg-offset-4"><div class="panel panel-default"><div style="text-align: center;"><img class="img_login" src="https://p3nd.com/admin/uploads/logo.png"></div><div><div class="panel-heading"><div class="panel-body"><form method="post" action=""><input type="hidden" name="csrf_token" value="1b4782fbd35ed3b08ed746fed6def20b9ed72d7d720aecd396a6d7cb6$dad82ded8c4283b06"><div class="form-group"><label for="email"> </label><div class="input-group"><input dir="rtl" required name="email" type="text" id="email" class="form-control" tabindex="1"></div></div><div class="form-group" style="margin-bottom: 0;"><label for="password"> </label><div class="input-group"><span class="Hide-password cc" onclick="HS_Password()"></span><span class="Show-password cc" onclick="HS_Password()"></span><input dir="rtl" required type="password" name="password" class="form-control" id="password" tabindex="2"><span id="msg-password"></span></div></div><span class="captcha"><img style="border-radius: 3px;" src="../System/Captcha/captcha.php?type=login" alt="form_captcha"></span><input dir="rtl" style="margin-top: -6px;margin-bottom: 10px;" type="tel" name="captcha_code" required="required" placeholder=" " class="form-control"><a class="Password_Reset" href="Password_Reset"> </a><button style="margin-top: 10px;" id="button" type="button" class="btn btn-block" name="submit" value="1" tabindex="3"> </button></form></div></div></div></div><center><a style="font-family: system-ui;font-size: 11px;" class="Password_Reset" target="_blank" href="https://ipa.omdda.com/"> By Emad Mohammed 9.5.0 (9.5.4.6) </a></center></div></div></div></body><script src="https://p3nd.com/admin/js/jquery.min.js"></script><script>var ch1 = false;var ch2 = false;$("#button").attr("type", "button");$("#button").css("opacity", "0.3");$("#button").css("cursor", "no-drop");$(".Show-password").show();$(".Hide-password").hide();$(document).ready(function() {checkEmail();checkPass();});function HS_Password() {var password = document.getElementById("password");if (password.type === "password") {password.type = "text";$(".Show-password").hide();$(".Hide-password").show();} else {password.type = "password";$(".Show-password").show();$(".Hide-password").hide();}}function checkEmail() {$("#button").attr("type", "button");var valu;var pat;document.getElementById("email").oninput = function() {//$(email).oninput =valu = $("#email").val();pat = /^[a-zA-Z0-9_]+[@]?[a-zA-Z0-9_]*[\.]?[a-zA-Z0-9_]*$/;if (pat.test(valu)) {ch1 = true;if (ch1 && ch2)$("#button").attr("type", "submit");$("#button").css("opacity", "40");$("#button").css("cursor", "pointer");} else {$("#button").attr("type", "button");$("#button").css("opacity", "0.3");$("#button").css("cursor", "no-drop");ch1 = false;}};}function checkPass() {$("#button").attr("type", "button");console.log($("#button").attr("type"));var valu;var pat;document.getElementById("password").oninput = function() {valu = $("#password").val();pat = /^[a-zA-Z0-9!@$%&#.^]{3,30}$/;if (pat.test(valu)) {ch2 = true;if (ch1 && ch2)$("#button").attr("type", "submit");$("#button").css("opacity", "40");$("#button").css("cursor", "pointer");$("#msg-password").html("");$("input#password").css("background","");} else {$("#button").attr("type", "button");$("#button").css("opacity", "0.3");$("#button").css("cursor", "no-drop");$("#msg-password").html(" 3 ");$("input#password").css("background","#ff373721");ch2 = false;}};}</script></html>
Did this file decode correctly?
Original Code
<?php
echo '';
echo '<!DOCTYPE html>';
echo '<html lang="ar">';
echo '<head>';
echo '<meta charset="utf-8">';
echo '<meta http-equiv="X-UA-Compatible" content="IE=edge">';
echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
echo '<title> : FOX STORE</title>';
echo '<link rel="icon" href="uploads/logo.png">';
echo '<link rel="apple-touch-icon" href="uploads/logo.png">';
echo '<link href="css/rtl/bootstrap.min.css" rel="stylesheet">';
echo '<link href="css/style-login.css?rand=568" rel="stylesheet">';
echo '<link href="css/bootstrap-rtl.min.css" rel="stylesheet">';
echo '<meta name="apple-mobile-web-app-capable" content="yes">';
echo '<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">';
echo '<meta name="theme-color" content="#222e3f">';
echo '<link rel="stylesheet" type="text/css" href="//www.fontstatic.com/f=saudi" />';
echo '<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>';
echo '</head>';
echo '<body>';
echo '<style>*{font-family: saudi;text-decoration: none;}.swal-text {text-align: center !important; }</style>';
echo '<div class="container">';
echo '<div class="row">';
echo '<div class="col-xs-10 col-xs-offset-1 col-sm-6 col-sm-offset-3 col-md-5 col-md-offset-4 col-lg-4 col-lg-offset-4">';
echo '<div class="panel panel-default">';
echo '<div style="text-align: center;">';
echo '<img class="img_login" src="https://p3nd.com/admin/uploads/logo.png">';
echo '</div>';
echo '<div>';
echo '<div class="panel-heading">';
echo '<div class="panel-body">';
echo '<form method="post" action="">';
echo '';
echo '<input type="hidden" name="csrf_token" value="1b4782fbd35ed3b08ed746fed6def20b9ed72d7d720aecd396a6d7cb6$dad82ded8c4283b06">';
echo '<div class="form-group">';
echo '<label for="email"> </label>';
echo '<div class="input-group">';
echo '<input dir="rtl" required name="email" type="text" id="email" class="form-control" tabindex="1">';
echo '</div>';
echo '</div>';
echo '';
echo '<div class="form-group" style="margin-bottom: 0;">';
echo '<label for="password"> </label>';
echo '<div class="input-group">';
echo '<span class="Hide-password cc" onclick="HS_Password()"></span>';
echo '<span class="Show-password cc" onclick="HS_Password()"></span>';
echo '<input dir="rtl" required type="password" name="password" class="form-control" id="password" tabindex="2">';
echo '<span id="msg-password"></span>';
echo '</div>';
echo '</div>';
echo '';
echo '<span class="captcha"><img style="border-radius: 3px;" src="../System/Captcha/captcha.php?type=login" alt="form_captcha"></span>';
echo '';
echo '<input dir="rtl" style="margin-top: -6px;margin-bottom: 10px;" type="tel" name="captcha_code" required="required" placeholder=" " class="form-control">';
echo '';
echo '<a class="Password_Reset" href="Password_Reset"> </a>';
echo '';
echo '<button style="margin-top: 10px;" id="button" type="button" class="btn btn-block" name="submit" value="1" tabindex="3"> </button>';
echo '</form>';
echo '</div>';
echo '</div>';
echo '</div>';
echo '</div>';
echo '';
echo '<center>';
echo '<a style="font-family: system-ui;font-size: 11px;" class="Password_Reset" target="_blank" href="https://ipa.omdda.com/"> By Emad Mohammed 9.5.0 (9.5.4.6) </a>';
echo '</center>';
echo '</div>';
echo '</div>';
echo '</div>';
echo '';
echo '</body>';
echo '<script src="https://p3nd.com/admin/js/jquery.min.js"></script>';
echo '';
echo '<script>';
echo 'var ch1 = false;';
echo 'var ch2 = false;';
echo '';
echo '$("#button").attr("type", "button");';
echo '$("#button").css("opacity", "0.3");';
echo '$("#button").css("cursor", "no-drop");';
echo '';
echo '$(".Show-password").show();';
echo '$(".Hide-password").hide();';
echo '';
echo '$(document).ready(function() {';
echo 'checkEmail();';
echo 'checkPass();';
echo '});';
echo '';
echo 'function HS_Password() {';
echo 'var password = document.getElementById("password");';
echo '';
echo 'if (password.type === "password") {';
echo 'password.type = "text";';
echo '';
echo '$(".Show-password").hide();';
echo '$(".Hide-password").show();';
echo '';
echo '} else {';
echo 'password.type = "password";';
echo '$(".Show-password").show();';
echo '$(".Hide-password").hide();';
echo '}';
echo '';
echo '}';
echo '';
echo 'function checkEmail() {';
echo '$("#button").attr("type", "button");';
echo 'var valu;';
echo 'var pat;';
echo 'document.getElementById("email").oninput = function() {';
echo '';
echo '//$(email).oninput =';
echo 'valu = $("#email").val();';
echo 'pat = /^[a-zA-Z0-9_]+[@]?[a-zA-Z0-9_]*[\.]?[a-zA-Z0-9_]*$/;';
echo '';
echo 'if (pat.test(valu)) {';
echo 'ch1 = true;';
echo 'if (ch1 && ch2)';
echo '$("#button").attr("type", "submit");';
echo '$("#button").css("opacity", "40");';
echo '$("#button").css("cursor", "pointer");';
echo '} else {';
echo '$("#button").attr("type", "button");';
echo '$("#button").css("opacity", "0.3");';
echo '$("#button").css("cursor", "no-drop");';
echo 'ch1 = false;';
echo '}';
echo '};';
echo '}';
echo '';
echo 'function checkPass() {';
echo '$("#button").attr("type", "button");';
echo 'console.log($("#button").attr("type"));';
echo 'var valu;';
echo 'var pat;';
echo '';
echo 'document.getElementById("password").oninput = function() {';
echo 'valu = $("#password").val();';
echo 'pat = /^[a-zA-Z0-9!@$%&#.^]{3,30}$/;';
echo '';
echo 'if (pat.test(valu)) {';
echo 'ch2 = true;';
echo 'if (ch1 && ch2)';
echo '$("#button").attr("type", "submit");';
echo '$("#button").css("opacity", "40");';
echo '$("#button").css("cursor", "pointer");';
echo '$("#msg-password").html("");';
echo '$("input#password").css("background","");';
echo '} else {';
echo '$("#button").attr("type", "button");';
echo '$("#button").css("opacity", "0.3");';
echo '$("#button").css("cursor", "no-drop");';
echo '$("#msg-password").html(" 3 ");';
echo '$("input#password").css("background","#ff373721");';
echo '';
echo 'ch2 = false;';
echo '}';
echo '};';
echo '}';
echo '';
echo '</script>';
echo '</html>';
?>
Function Calls
None |
Stats
MD5 | b99a79900e8343d4edbb5b126a4ba34b |
Eval Count | 0 |
Decode Time | 81 ms |