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 header("HTTP/1.1 200 OK"); error_reporting(0); if (!file_exists("install.lock")..
Decoded Output download
<?php
header("HTTP/1.1 200 OK");
error_reporting(0);
if (!file_exists("install.lock")) {
header("Location: install/install.php");
exit;
}
require "admin/inc/lic.php";
require "admin/inc/spider ?>
Did this file decode correctly?
Original Code
<?php
header("HTTP/1.1 200 OK");
error_reporting(0);
if (!file_exists("install.lock")) {
header("Location: install/install.php");
exit;
}
require "admin/inc/lic.php";
require "admin/inc/spider
Function Calls
None |
Stats
MD5 | c2805b65c88b4716a1f09f70c0d4a73a |
Eval Count | 0 |
Decode Time | 66 ms |