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 $query = qry_run("Select * from tbl_prods where pshow = 'Yes' AND special =..
Decoded Output download
<?php
$query = qry_run("Select * from tbl_prods where pshow = 'Yes' AND special = 'Yes' order by rand() limit 4");
if (num_rec($query) > 0)
{
$tr = "Yes";
$prow = 1;
while ($rs = fetch_rec($query))
{
if ($tr == "Yes"){
?>
Did this file decode correctly?
Original Code
<?php
$query = qry_run("Select * from tbl_prods where pshow = 'Yes' AND special = 'Yes' order by rand() limit 4");
if (num_rec($query) > 0)
{
$tr = "Yes";
$prow = 1;
while ($rs = fetch_rec($query))
{
if ($tr == "Yes"){
?>
Function Calls
| None |
Stats
| MD5 | 089524e6b8d5d3277ffe08fc19a38cde |
| Eval Count | 0 |
| Decode Time | 97 ms |