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(); if(!$_SESSION["userID"]) { header("Location:admin.login.p..

Decoded Output download

<?php 
 session_start(); 
 if(!$_SESSION["userID"]) 
 { 
   header("Location:admin.login.php?signin"); 
 } 
 ?> 
<!DOCTYPE html> 
<html> 
<head> 
  <link rel="apple-touch-icon" sizes="180x180" href="Resource/favicon/apple-touch-icon.png"> 
  <link rel="icon" type="image/png" sizes="32x32" href="Resource/favicon/favicon-32x32.png"> 
  <link rel="icon" type="image/png" sizes="16x16" href="Resource/favicon/favicon-16x16.png"> 
  <link rel="manifest" href="Resource/favicon/site.webmanifest"> 
  <link rel="stylesheet" type="text/css" href="css/ddash_style.css"> 
  <title> Dashboard </title> 
</head> 
<body> 
  <div class="top_img"><img src="Resource/land2.png"></div> 
  <div class="navigation-bar" style="text-align: center"> 
    <a href="index.php" >Home</a> 
    <a href="aregister.php">Register</a> 
    <a href="adelete.php">Delete</a> 
    <a class='logout' href="logout.php">Logout</a> 
  </div> 
  <div class="para"> 
    <h2> 
      Welcome to Your Admin Panel 
    </h2> 
    <h3> 
      Use this panel for all your desires changes you would like to make in your system 
    </h3> 
 
  </div> 
 
 
 
 
 
 
</body> 
</html> 

Did this file decode correctly?

Original Code

<?php
 session_start();
 if(!$_SESSION["userID"])
 {
   header("Location:admin.login.php?signin");
 }
 ?>
<!DOCTYPE html>
<html>
<head>
  <link rel="apple-touch-icon" sizes="180x180" href="Resource/favicon/apple-touch-icon.png">
  <link rel="icon" type="image/png" sizes="32x32" href="Resource/favicon/favicon-32x32.png">
  <link rel="icon" type="image/png" sizes="16x16" href="Resource/favicon/favicon-16x16.png">
  <link rel="manifest" href="Resource/favicon/site.webmanifest">
  <link rel="stylesheet" type="text/css" href="css/ddash_style.css">
  <title> Dashboard </title>
</head>
<body>
  <div class="top_img"><img src="Resource/land2.png"></div>
  <div class="navigation-bar" style="text-align: center">
    <a href="index.php" >Home</a>
    <a href="aregister.php">Register</a>
    <a href="adelete.php">Delete</a>
    <a class='logout' href="logout.php">Logout</a>
  </div>
  <div class="para">
    <h2>
      Welcome to Your Admin Panel
    </h2>
    <h3>
      Use this panel for all your desires changes you would like to make in your system
    </h3>

  </div>






</body>
</html>

Function Calls

header 1
session_start 1

Variables

None

Stats

MD5 164dc3deff621d747d4852fa6cf3a0ef
Eval Count 0
Decode Time 47 ms