Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

--TEST-- Include_once "Constant URL"; --SKIPIF-- <?php include "../skipifcli.inc"; ?> --IN..

Decoded Output download

--TEST--
Include_once "Constant URL";
--SKIPIF--
<?php include "../skipifcli.inc"; ?>
--INI--
suhosin.log.syslog=0
suhosin.log.sapi=255
suhosin.log.script=0
suhosin.log.phpscript=0
suhosin.executor.include.whitelist=
suhosin.executor.include.blacklist=
--FILE--
<?php
    include_once "http://127.0.0.1/";
?>
--EXPECTF--
ALERT - Include filename ('http://127.0.0.1/') is a URL that is not allowed (attacker 'REMOTE_ADDR not set', file '%s', line 2)

Did this file decode correctly?

Original Code

--TEST--
Include_once "Constant URL";
--SKIPIF--
<?php include "../skipifcli.inc"; ?>
--INI--
suhosin.log.syslog=0
suhosin.log.sapi=255
suhosin.log.script=0
suhosin.log.phpscript=0
suhosin.executor.include.whitelist=
suhosin.executor.include.blacklist=
--FILE--
<?php
    include_once "http://127.0.0.1/";
?>
--EXPECTF--
ALERT - Include filename ('http://127.0.0.1/') is a URL that is not allowed (attacker 'REMOTE_ADDR not set', file '%s', line 2)

Function Calls

None

Variables

None

Stats

MD5 952157ab9882ecc6368711fa760d91e9
Eval Count 0
Decode Time 93 ms