Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<html> <body> <center> <h2>Online Test Serise </h2> <div style="font-size:25px;..
Decoded Output download
<html>
<body>
<center>
<h2>Online Test Serise </h2>
<div style="font-size:25px;font-weight:bold;">Syllabus for Bank, SSC, Railway, etc..</div>
</center>
<br><br>
<table width="80%">
<?php include_once 'oesdb.php';include_once 'oesdb_new.php';
$a=1; $x=1; $y=2; $result=executeQuery("select * from test order by testname asc ");
while($r=mysql_fetch_array($result))
{
if($a%2!=0)
{
echo "<tr>";
}
echo "<td>".$a."</td><td><img src=check.png>".$r['name']."</td>";
if($a%2==0)
{
echo "</tr>";
}
$a++;
}
?>
</table>
Did this file decode correctly?
Original Code
<html>
<body>
<center>
<h2>Online Test Serise </h2>
<div style="font-size:25px;font-weight:bold;">Syllabus for Bank, SSC, Railway, etc..</div>
</center>
<br><br>
<table width="80%">
<?php include_once 'oesdb.php';include_once 'oesdb_new.php';
$a=1; $x=1; $y=2; $result=executeQuery("select * from test order by testname asc ");
while($r=mysql_fetch_array($result))
{
if($a%2!=0)
{
echo "<tr>";
}
echo "<td>".$a."</td><td><img src=check.png>".$r['name']."</td>";
if($a%2==0)
{
echo "</tr>";
}
$a++;
}
?>
</table>
Function Calls
None |
Stats
MD5 | 476a87021bddc26893ce7c806b45db82 |
Eval Count | 0 |
Decode Time | 75 ms |