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 if (!isset($_SESSION['login_true'])) { echo $danger.'<h5>' .$iconerror. ' </h5><..
Decoded Output download
0<h5>0 </h5><h5>(...)</h5></div><meta http-equiv='refresh' content='2 ;url=./?p=login'>0
Did this file decode correctly?
Original Code
<?php
if (!isset($_SESSION['login_true']))
{
echo $danger.'<h5>' .$iconerror. ' </h5><h5>(...)</h5></div>'."<meta http-equiv='refresh' content='2 ;url=./?p=login'>";
echo $credit;
exit();
}
?>
<?php
@session_start();
include("config.inc.php");
include("class.php");
mysql_select_db($db);
$result = mysql_query("select * from member where user='$_SESSION[login_true]'") or die ("Err Can not to result");
$dbarr = mysql_fetch_array($result);
$id = $dbarr['id'];
?>
<?php
$user_login = $_POST['user_login'];
$pwd_login = ($_POST['pwd_login']);
if(isset($user_login) and isset($pwd_login)) {
?>
<?php
if ($_POST["button"] == "") {
if(trim($_POST["user_login"] && ($_POST["pwd_login"])) == "" )
{
echo $danger.'<h5>' .$iconerror. ' </h5><h5>(...)</h5></div>'."<meta http-equiv='refresh' content='2 ;url=./?p=login'>";
exit();
}
$result = mysql_query("select User,Password from member where User='$user_login' and Password='$pwd_login' ");
$num = mysql_num_rows($result) ;
if($num <=0 )
{
echo $danger.'<h5>' .$iconerror. ' </h5><h5>(...)</h5></div>'."<meta http-equiv='refresh' content='2 ;url=./?p=login'>";
exit();
}else{
$_SESSION['login_true'] = $user_login;
echo $success.'<h5>' .$iconok. ' </h5><h5>(...)</h5></div>'."<meta http-equiv='refresh' content='2 ;url=./?p=home'>";
exit();
}}}
?>
<?
$result = mysql_query("select * from member where user='$_SESSION[login_true]'") or die ("Err Can not to result");
$dbarr = mysql_fetch_array($result);
$id = $dbarr['id'];
?>
<?
include("config.inc.php");
$strSQL = "SELECT * FROM Download order by id_download";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>
<br >
<div class="panel panel-primary">
<div class="panel-heading"><i class="fa fa-bullhorn"></i> </div>
<div class="panel-body">
<H2><center></center></H2>
<H6><center><a href="https://www.facebook.com/HackerEiEl/inbox/"></a></center></H6>
</div>
</div>
<br >
<div class="row">
<div class="col-xs-9 col-md-8">
<div class="panel panel-default">
<div class="panel-heading"><i class="fa fa-area-chart"></i> </div>
<div class="panel-body">
<table width="250" border="0" align="center" cellpadding="0" cellspacing="0" class="table table-striped table-bordered">
<tr>
<th width="15"><div align="center" class="style2"></div></th>
<th width="21"><div align="center" class="style2"></div></th>
<th width="5"><div align="center" class="style2"></div></th>
<th width="5"><div align="center" class="style2"></div></th>
</tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
$Bt = $objResult["Programe"];
$Point = $objResult["Point"];
$Day = $objResult["Day"];
$resultq = mysql_query("select * from BuyItem where Programe='".$Bt."'") or die ("Err Can not to result");
$objResult2 = mysql_fetch_array($resultq);
if($objResult['Status'] == "Online")
{
$Ststus = "$online";
}
if($objResult['Status'] == "Offline")
{
$Ststus = "$offline";
}
if($objResult['Status'] == "Soon")
{
$Ststus = "$Soon";
}
?>
<tr>
<td><div align="center"><img src="<?=$objResult["img"];?>" height="40" width="40"></div></div></td>
<td><div align="center" class="style2"><font color="#ffffff"><?=$objResult["Name"];?> </div></td></font>
<td><div align="center" class="style2"><font color="#ffffff"><?=$objResult["Version"];?> </div></td></font>
<td><div align="center" class="style2"><?php echo $Ststus; ?></i></div></td>
<?
}
?>
</tr>
</table>
</div>
</div>
</div>
<div class="col-xs-3 col-md-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title"><span class="fa fa-cubes" aria-hidden="true"></span> </h3>
</div>
<div class="panel-body">
<center>
<table class="table table-condensed table-bordered table-hover programStatus" width="80" border="1">
<tr>
<th width="120"> <div align="center"><i class="fa fa-user"></i> User </div></th>
<th width="130"><font color="Lime"><?php echo $dbarr['User'] ;?></th></font>
</tr>
<tr>
<th width="120"> <div align="center"><i class="fa fa-money"></i> Point </div></th>
<th width="130"><font color="#ffff00"><?php echo $dbarr['point'] ;?></th></font>
</tr>
<tr>
<th width="120"> <div align="center"><i class=" fa fa-desktop"></i> HWID </div></th>
<th width="130"><font color="#ffffff"><?php echo $dbarr['hwid_status'] ;?></th></font>
</tr>
</table>
</center>
</div>
</div>
</div>
<!-- End widget-content -->
</div>
</div>
</div>
</div>
Function Calls
| session_start | 1 |
Stats
| MD5 | fcc59a7f6980acda7470fef3d33cf7e8 |
| Eval Count | 0 |
| Decode Time | 124 ms |