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 //error_reporting(0); include("dontcareme.php"); highlight_file('index.php'); ..
Decoded Output download
<?php
//error_reporting(0);
include("dontcareme.php");
highlight_file('index.php');
if(isset($_GET['cat'])){
$cat=$_GET['cat'];
if (preg_match("/$cat/i",$flag)) {
echo "Good! go on !";
} else {
echo "A match was not found.";
}
if($cat==$flag)
echo "<br>next to challenger!->".$flag;
}
?>
Did this file decode correctly?
Original Code
<?php
//error_reporting(0);
include("dontcareme.php");
highlight_file('index.php');
if(isset($_GET['cat'])){
$cat=$_GET['cat'];
if (preg_match("/$cat/i",$flag)) {
echo "Good! go on !";
} else {
echo "A match was not found.";
}
if($cat==$flag)
echo "<br>next to challenger!->".$flag;
}
?>
Function Calls
None |
Stats
MD5 | 9fe11280582326e91f017717fef3ff62 |
Eval Count | 0 |
Decode Time | 96 ms |