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 $envVar = array("GATEWAY_INTERFACE","HTTP_ACCEPT","HTTP_ACCEPT_ENCODING","HTTP_ACCEP..
Decoded Output download
<html><body style="background:transparent"><table width="100%"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"><tr style="color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;" onmouseout="this.style.backgroundColor='transparent'"; onmouseover="this.style.backgroundColor='#f6f6f6';"></table></body></html>
Did this file decode correctly?
Original Code
<?php $envVar = array("GATEWAY_INTERFACE","HTTP_ACCEPT","HTTP_ACCEPT_ENCODING","HTTP_ACCEPT_LANGUAGE","HTTP_CACHE_CONTROL","HTTP_CONNECTION","HTTP_HOST","HTTP_USER_AGENT","PATH","REMOTE_ADDR","SERVER_ADDR","SERVER_ADMIN","SERVER_NAME","SERVER_PORT","SERVER_PROTOCOL","SERVER_SOFTWARE" );echo "<html><body style=\"background:transparent\"><table width=\"100%\">";for ($i = 0; $i < count($envVar); $i++){echo "<tr style=\"color:#555555;font-family:Arial,Helvetica,sans-serif;font-size:10px;\" onmouseout=\"this.style.backgroundColor='transparent'\"; onmouseover=\"this.style.backgroundColor='#f6f6f6';\">";if (isset($_SERVER[$envVar[$i]])){echo "<td>" . $envVar[$i] . "</td>" . "<td>" . $_SERVER[$envVar[$i]] . "</tr>";echo "</tr>";}}echo "</table></body></html>";?>
Function Calls
count | 17 |
Stats
MD5 | cd2f24a71bd65fa2d52fb29c77bc0d21 |
Eval Count | 0 |
Decode Time | 219 ms |