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 include"./config/connection.php"; include_once "./config/library.php"; $sqlShow..
Decoded Output download
<?php
include"./config/connection.php";
include_once "./config/library.php";
$sqlShow = "SELECT * FROM _stitle";
$qryShow = mysql_query($sqlShow, $SetConect) or die ("Unable to get data ".mysql_error());
$dataShow = mysql_fetch_array($qryShow);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset=utf-8> <link rel=dns-prefetch href="http://fonts.googleapis.com/">
<!--- test-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<script src="js/jquery-1.12.4.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<!-- end test -->
<title>Applikasi System SIK </title>
<link rel=stylesheet href='./css/zalstyle.css'>
<link rel="shortcut icon" href="img/tvri-bw.png"/>
<script src="./js/libs/modernizr-2.0.6.min.js"></script>
<!-- Bootstrap
<link href="./vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">-->
<!-- Font Awesome
<link href="./vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">-->
<!-- Custom Theme Style
<link href="./production/css/custom.css" rel="stylesheet">-->
</head>
<body style="background:white;" >
<div id="" > <section id=login-box >
<div class=block-border > <div class=block-header >
<div style="text-align: center;"> </div>
<h1 > WEB VIEW REPORT </h1>
</div>
<form id=login-form class="block-content form" action="cek_login.php" method="post">
<p class=inline-small-label>
<label for=username>Username</label> <input type=text name="username" value="" class=required> </p>
<p class=inline-small-label> <label for=password>Password</label>
<input type=password name="password" value="" class=required> </p>
<p> </p> <div class=clear></div>
<div class=block-actions> <ul class=actions-left>
<li><a class="button red" id=reset-login href="javascript:void(0);">CANCEL</a></li></ul>
<ul class=actions-right><li><input type=submit class=button value=" LOGIN "></li>
</ul> </div>
</form>
</div> </section>
</div>
<script src="./js/jquery.min.js">
</script> <script>window.jQuery||document.write('<script src="./js/libs/jquery-1.6.2.min.js"><\/script>');
</script> <script defer src='./js/zal.js'></script>
</body>
</html>
Did this file decode correctly?
Original Code
<?php
include"./config/connection.php";
include_once "./config/library.php";
$sqlShow = "SELECT * FROM _stitle";
$qryShow = mysql_query($sqlShow, $SetConect) or die ("Unable to get data ".mysql_error());
$dataShow = mysql_fetch_array($qryShow);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset=utf-8> <link rel=dns-prefetch href="http://fonts.googleapis.com/">
<!--- test-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<script src="js/jquery-1.12.4.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<!-- end test -->
<title>Applikasi System SIK </title>
<link rel=stylesheet href='./css/zalstyle.css'>
<link rel="shortcut icon" href="img/tvri-bw.png"/>
<script src="./js/libs/modernizr-2.0.6.min.js"></script>
<!-- Bootstrap
<link href="./vendors/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">-->
<!-- Font Awesome
<link href="./vendors/font-awesome/css/font-awesome.min.css" rel="stylesheet">-->
<!-- Custom Theme Style
<link href="./production/css/custom.css" rel="stylesheet">-->
</head>
<body style="background:white;" >
<div id="" > <section id=login-box >
<div class=block-border > <div class=block-header >
<div style="text-align: center;"> </div>
<h1 > WEB VIEW REPORT </h1>
</div>
<form id=login-form class="block-content form" action="cek_login.php" method="post">
<p class=inline-small-label>
<label for=username>Username</label> <input type=text name="username" value="" class=required> </p>
<p class=inline-small-label> <label for=password>Password</label>
<input type=password name="password" value="" class=required> </p>
<p> </p> <div class=clear></div>
<div class=block-actions> <ul class=actions-left>
<li><a class="button red" id=reset-login href="javascript:void(0);">CANCEL</a></li></ul>
<ul class=actions-right><li><input type=submit class=button value=" LOGIN "></li>
</ul> </div>
</form>
</div> </section>
</div>
<script src="./js/jquery.min.js">
</script> <script>window.jQuery||document.write('<script src="./js/libs/jquery-1.6.2.min.js"><\/script>');
</script> <script defer src='./js/zal.js'></script>
</body>
</html>
Function Calls
None |
Stats
MD5 | f89176d8b9ce5fc92070b69d6b2a6f41 |
Eval Count | 0 |
Decode Time | 136 ms |