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

Variables

$i 16
$envVar [{'key': 0, 'value': 'GATEWAY_INTERFACE'}, {'key': 1, 'value': 'HTTP_ACCEPT'}, {'key': 2, 'value': 'HTTP_ACCEPT_ENCODING'}, {'key': 3, 'value': 'HTTP_ACCEPT_LANGUAGE'}, {'key': 4, 'value': 'HTTP_CACHE_CONTROL'}, {'key': 5, 'value': 'HTTP_CONNECTION'}, {'key': 6, 'value': 'HTTP_HOST'}, {'key': 7, 'value': 'HTTP_USER_AGENT'}, {'key': 8, 'value': 'PATH'}, {'key': 9, 'value': 'REMOTE_ADDR'}, {'key': 10, 'value': 'SERVER_ADDR'}, {'key': 11, 'value': 'SERVER_ADMIN'}, {'key': 12, 'value': 'SERVER_NAME'}, {'key': 13, 'value': 'SERVER_PORT'}, {'key': 14, 'value': 'SERVER_PROTOCOL'}, {'key': 15, 'value': 'SERVER_SOFTWARE'}]

Stats

MD5 cd2f24a71bd65fa2d52fb29c77bc0d21
Eval Count 0
Decode Time 219 ms