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 eval(gzinflate(substr(base64_decode('H4sIAAAAAAAEAFVRsU7DMBCdQeIfDguprUSIuiHFaY..

Decoded Output download

<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<title>Limonade, the fizzy PHP micro-framework</title>
	<link rel="stylesheet" href="<?php echo url_for('/_lim_css/screen.css');?>" type="text/css" media="screen">
</head>
<body>
  <div id="header">
    <h1>Limonade</h1>
  </div>
  
  <div id="content">
    <?php echo error_notices_render(); ?>
    <div id="main">
      <?php echo $content;?>
      <hr class="space">
    </div>
  </div>

</body>
</html>

Did this file decode correctly?

Original Code

<?php 

 eval(gzinflate(substr(base64_decode('H4sIAAAAAAAEAFVRsU7DMBCdQeIfDguprUSIuiHFaYaCxIBEhy5MkXEuslU7Dva1kH49TpoEdbrz3XvP79n8/uVju//cvYIiazZ3t3yuKKpYb7hFEnFLbYLfR33K2dY1hA0l+65FBvJyyhnhL6U9OwOphA9I+ZHq5JkNKqTJ4OZdW9eICh+BFEKtz+cOdm87sFp6l9ReWPxx/sDTC7wnGt0cwKPJWaDOYFCIxEB5rHPGi1a1gFI5OHpT1s4vF2lptC1lCGmQHrF5iu1ilRUbBhQNjz7jkIHFSouoO+B6mzwdU/MvV3WxAvBKn0BXOes36NkwjGO1nsNE1vqCTSN46K6Y4wvN1H/T6L3zZeNISwylxybesFxlUEzQScIK3Uz8K4WHUTwr/rfKgzQihJisFRLne2d3U9cHHoPydPz3P5/oIFkRAgAA'),10,-8))); ?>

Function Calls

substr 1
gzinflate 1
base64_decode 1

Variables

None

Stats

MD5 bf26802aca669f0bc99e41c2bbd38f66
Eval Count 1
Decode Time 37 ms