Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="wi..
Decoded Output download
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title><?php echo $this->title;?> - </title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="/static/layui/css/layui.css" media="all">
<link rel="stylesheet" href="/static/css/admin.css" media="all">
<script src="/static/layui/layui.js" charset="utf-8"></script>
<script src="/static/js/admin.js" charset="utf-8"></script>
</head>
<body>
<div style="padding: 15px;">
<div class="layui-row">
<span class="layui-breadcrumb">
<?php $path = \Services\Admin\Module::getInstance()->path; ?>
<a><cite></cite></a>
<?php $i = 0;foreach($path as $v): ?>
<a><cite><?php echo $v['title']?></cite></a>
<?php $i++;?>
<?php endforeach;?>
</span>
</div>
<div class="layui-row" style="margin-top:15px;">
<?php require $this::contains();?>
</div>
</div>
</body>
</html>
Did this file decode correctly?
Original Code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title><?php echo $this->title;?> - </title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" href="/static/layui/css/layui.css" media="all">
<link rel="stylesheet" href="/static/css/admin.css" media="all">
<script src="/static/layui/layui.js" charset="utf-8"></script>
<script src="/static/js/admin.js" charset="utf-8"></script>
</head>
<body>
<div style="padding: 15px;">
<div class="layui-row">
<span class="layui-breadcrumb">
<?php $path = \Services\Admin\Module::getInstance()->path; ?>
<a><cite></cite></a>
<?php $i = 0;foreach($path as $v): ?>
<a><cite><?php echo $v['title']?></cite></a>
<?php $i++;?>
<?php endforeach;?>
</span>
</div>
<div class="layui-row" style="margin-top:15px;">
<?php require $this::contains();?>
</div>
</div>
</body>
</html>
Function Calls
None |
Stats
MD5 | 420d15c406673f7ce343a37695f32539 |
Eval Count | 0 |
Decode Time | 99 ms |