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

Variables

$filename None

Stats

MD5 080b858706b64807b02ba250c5b49141
Eval Count 0
Decode Time 124 ms